什麼是 ast-grep?
使用 ast-grep (sg) 進行有效的程式碼搜尋、分析和重構。使用此技能進行基於 AST 的精確程式碼修改、結構搜尋和 linting。 來源:outlinedriven/odin-codex-plugin。
使用 ast-grep (sg) 進行有效的程式碼搜尋、分析和重構。使用此技能進行基於 AST 的精確程式碼修改、結構搜尋和 linting。
透過命令列快速安裝 ast-grep AI 技能到你的開發環境
來源:outlinedriven/odin-codex-plugin。
ast-grep is a fast and polyglot tool for code searching, linting, and rewriting based on Abstract Syntax Trees (AST). It excels at structural search and replace where regex fails.
Understanding Named vs Unnamed nodes and Matching Strictness is crucial for precise patterns.
ast-grep supports complex transformations (regex replace, case conversion) and rewriters for sub-node transformation.
使用 ast-grep (sg) 進行有效的程式碼搜尋、分析和重構。使用此技能進行基於 AST 的精確程式碼修改、結構搜尋和 linting。 來源:outlinedriven/odin-codex-plugin。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/outlinedriven/odin-codex-plugin --skill ast-grep使用 ast-grep (sg) 進行有效的程式碼搜尋、分析和重構。使用此技能進行基於 AST 的精確程式碼修改、結構搜尋和 linting。 來源:outlinedriven/odin-codex-plugin。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/outlinedriven/odin-codex-plugin --skill ast-grep 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/outlinedriven/odin-codex-plugin