ast-grep
✓按 AST 模式搜索代码并跨文件执行结构重构。当查找正则表达式无法可靠匹配的函数调用、替换代码模式或重构语法时使用。
SKILL.md
| $VAR | Match a single AST node and capture it as VAR | | $$$VAR | Match zero or more AST nodes (spread) and capture as VAR | | $ | Anonymous placeholder (matches any single node, no capture) | | $$$ | Anonymous spread placeholder (matches any number of nodes) |
Shell quoting: Escape $ as \$VAR or wrap in single quotes.
javascript, typescript, tsx, html, css, python, go, rust, java, c, cpp, csharp, ruby, php, yaml
按 AST 模式搜索代码并跨文件执行结构重构。当查找正则表达式无法可靠匹配的函数调用、替换代码模式或重构语法时使用。 来源:knoopx/pi。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/knoopx/pi --skill ast-grep- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-15
- 更新时间
- 2026-02-18
快速解答
什么是 ast-grep?
按 AST 模式搜索代码并跨文件执行结构重构。当查找正则表达式无法可靠匹配的函数调用、替换代码模式或重构语法时使用。 来源:knoopx/pi。
如何安装 ast-grep?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/knoopx/pi --skill ast-grep 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/knoopx/pi
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-15