ast-grep-find
Installation
SKILL.md
AST-Grep Find
Structural code search that understands syntax. Find patterns like function calls, imports, class definitions - not just text.
When to Use
- Find code patterns (ignores strings/comments)
- Search for function calls, class definitions, imports
- Refactor code with AST precision
- Rename variables/functions across codebase
Usage
Search for a pattern
uv run python -m runtime.harness scripts/ast_grep_find.py \
--pattern "import asyncio" --language python
Related skills
More from parcadei/continuous-claude-v3
discovery-interview
Deep interview process to transform vague ideas into detailed specs. Works for technical and non-technical users.
3.3Kgithub-search
Search GitHub code, repositories, issues, and PRs via MCP
517math
Unified math capabilities - computation, solving, and explanation. I route to the right tool.
516dead-code
Find unused functions and dead code in the codebase
433premortem
Identify failure modes before they occur using structured risk analysis
411agentic-workflow
Agentic Workflow Pattern
392