Skip to main content
Execute qualquer Skill no Manus
com um clique

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

Visão geral

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 instalação
npx skills add https://github.com/damusix/skills --skill ast-grep

Copie e cole este comando no Claude Code para instalar a skill

Estrelas51
Forks3
Atualizado26 de maio de 2026 às 08:26
Explorador de arquivos
7 arquivos
SKILL.md
readonly