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