Skip to main content
Ejecuta cualquier Skill en Manus
con un clic

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).

Resumen

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).

Comando de instalación
npx skills add https://github.com/damusix/skills --skill ast-grep

Copia y pega este comando en Claude Code para instalar la habilidad

Estrellas51
Forks3
Actualizado26 de mayo de 2026, 08:26
Explorador de archivos
7 archivos
SKILL.md
readonly