Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

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