Skip to main content
Exécutez n'importe quel Skill dans Manus
en 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).

Aperçu

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

Commande d'installation
npx skills add https://github.com/damusix/skills --skill ast-grep

Copiez et collez cette commande dans Claude Code pour installer le skill

Étoiles51
Forks3
Mis à jour26 mai 2026 à 08:26
Explorateur de fichiers
7 fichiers
SKILL.md
readonly