Setup Ast banner
ryanthedev ryanthedev

Setup Ast

Code Quality community

Description

--- description: "Setup tree-sitter CLI and grammars for AST-powered code review" --- # Setup AST Configure tree-sitter for AST-powered code extraction. ## Quick Start For non-interactive setup, just run the script: ```bash ./scripts/setup-tree-sitter.sh # Core grammars (JS, TS, Py, Go, Rust, Java, Ruby, C, C++) ./scripts/setup-tree-sitter.sh --all # All supported grammars ./scripts/setup-tree-sitter.sh --status # Check current status ``` --- ## Interactive Mode **Flow:** `DI

Installation

Installs to ~/.claude/skills/ryanthedev-code-foundations-setup-ast/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ryanthedev-code-foundations-setup-ast && curl -fsSL https://raw.githubusercontent.com/ryanthedev/code-foundations/HEAD/commands/setup-ast.md -o ~/.claude/skills/ryanthedev-code-foundations-setup-ast/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository