·ast-grep-find
</>

ast-grep-find

namesreallyblank/clorch

AST-basierte Codesuche und Refactoring über ast-grep MCP

2Installationen·0Trend·@namesreallyblank

Installation

$npx skills add https://github.com/namesreallyblank/clorch --skill ast-grep-find

SKILL.md

Structural code search that understands syntax. Find patterns like function calls, imports, class definitions - not just text.

| --pattern | AST pattern to search (required) | | --language | Language: python, javascript, typescript, go, etc. | | --path | Directory to search (default: .) | | --glob | File glob pattern (e.g., /.py) | | --replace | Replacement pattern for refactoring | | --dry-run | Preview changes without applying | | --context | Lines of context (default: 2) |

| $NAME | Match single node (variable, expression) | | $$$ | Match multiple nodes (arguments, statements) | | $ | Match any single node (wildcard) |

AST-basierte Codesuche und Refactoring über ast-grep MCP Quelle: namesreallyblank/clorch.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/namesreallyblank/clorch --skill ast-grep-find
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist ast-grep-find?

AST-basierte Codesuche und Refactoring über ast-grep MCP Quelle: namesreallyblank/clorch.

Wie installiere ich ast-grep-find?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/namesreallyblank/clorch --skill ast-grep-find Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/namesreallyblank/clorch