Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick

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

Überblick

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

Installationsbefehl
npx skills add https://github.com/damusix/skills --skill ast-grep

Kopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um den Skill zu installieren

Sterne51
Forks3
Aktualisiert26. Mai 2026 um 08:26
Datei-Explorer
7 Dateien
SKILL.md
readonly