ast-analyzer

Installation
SKILL.md

AST Analyzer Skill

Provides comprehensive Abstract Syntax Tree (AST) analysis capabilities for understanding code at a structural level, identifying patterns, dependencies, and potential issues that simple text analysis would miss.

Core Philosophy

Beyond Text Analysis: While traditional code analysis works with text patterns, AST analysis understands the actual structure and semantics of code, enabling:

  • Precise refactoring without breaking logic
  • Accurate dependency tracking
  • Reliable impact analysis
  • Language-aware pattern detection

Core Capabilities

1. AST Parsing

Multi-Language Support:

# Python example using ast module
Related skills
Installs
7
GitHub Stars
22
First Seen
Jan 29, 2026