Skip to main content
Back to the directory
ast-grep/agent-skillSoftware EngineeringFrontend and Design

ast-grep

Structural code search using Abstract Syntax Tree patterns for precise codebase queries.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
4

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/ast-grep/agent-skill --skill ast-grep
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, ast-grep has 4 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: ast-grep/agent-skill. Canonical URL: https://skills.sh/ast-grep/agent-skill/ast-grep.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Structural code search using Abstract Syntax Tree patterns for precise codebase queries. This skill helps translate natural language queries into ast-grep rules for structural code search. ast-grep uses Abstract Syntax Tree (AST) patterns to match code based on its structure rather than just text, enabling powerful and precise code search across large codebases. Use this skill when users: Follow this process to help users write effective ast-grep rules: Clearly understand what the user wants to find. Ask clarifying questions if needed: Write a simple code snippet that represents what the user wants to match. Save this to a temporary file for testing. Example: If searching for "async functions that use await", create a test file: Translate the pattern into an ast-grep rule. Start simple and add complexity as needed. Key principles: Example rule file (test_rule.yml): See references/rule_reference.md for comprehensive rule documentation.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does ast-grep do?

Structural code search using Abstract Syntax Tree patterns for precise codebase queries.

Is ast-grep good?

ast-grep does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support ast-grep?

ast-grep currently lists compatibility with Skills CLI.

Is ast-grep safe to install?

ast-grep has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to ast-grep?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install ast-grep?

Run the following command to install ast-grep: npx skills add https://github.com/ast-grep/agent-skill --skill ast-grep

Related skills

Alternatives in Software Engineering