Skip to main content
在 Manus 中运行任何 Skill
一键导入

ast-grep

AST-based code search, lint, and rewrite using ast-grep. Use when finding code patterns structurally (not textually), writing lint rules, building codemods, or migrating API usage across a codebase. Prefer over regex grep when the match target is a syntactic construct (function call, import, class field, assignment).

概览

AST-based code search, lint, and rewrite using ast-grep. Use when finding code patterns structurally (not textually), writing lint rules, building codemods, or migrating API usage across a codebase. Prefer over regex grep when the match target is a syntactic construct (function call, import, class field, assignment).

安装命令
npx skills add https://github.com/damusix/skills --skill ast-grep

复制此命令并粘贴到 Claude Code 中以安装该技能

星标51
分支3
更新时间2026年5月26日 08:26
文件资源管理器
7 个文件
SKILL.md
readonly