#376 · Primary category: AI Coding Assistants

agent-skill

A Claude Code plugin marketplace for the ast-grep skill, enabling AI agents to perform structural code search.

Project last updated:08/21/26

GitHub Stars

852

Forks

35

Contributors

3

License

Other

Why we included this project

ast-grep searches a codebase by its syntax tree rather than by raw text, and this repository packages that tool as a Claude Code skill so the agent can answer pattern-based questions like 'which async functions are missing error handling' and get structurally accurate matches. If your team already works in Claude Code and regularly pokes around large or unfamiliar codebases, it saves real time: you install the plugin, make sure ast-grep is available (brew, npm, or cargo all work), and mention 'use ast-grep' when asking a question, since Claude won't always reach for the tool on its own. Because the skill is scoped to one specific tool rather than a generic assistant wrapper, it's quick to test and slots naturally into code review, refactoring, and dependency tracing.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category