skills/smithery.ai/AstAnalysis

AstAnalysis

Installation
SKILL.md

AstAnalysis

Query JavaScript/TypeScript code using AST parsing. Dynamically generates and runs custom parser code for any pattern you describe.

Workflow Routing

Workflow Trigger File
Analyze "find", "get", "list", "extract" code patterns Workflows/Analyze.md

How It Works

  1. Clarify (skippable): AI asks clarifying questions to understand exactly what you need
  2. Generate: AI creates custom TypeScript AST traversal code for your specific query
  3. Execute: Runs the generated code against your files/directories
  4. Report: Returns findings with file:line - code format

The AI generates fresh AST parsing code for each request, so you can query for any pattern - not limited to predefined queries.

Installs
1
First Seen
Apr 4, 2026
AstAnalysis from smithery.ai