ast-first-gate

Community

Enforce AST graph analysis first.

AuthorSiamese001
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents premature or unreliable code analysis by mandating the construction and validation of an Abstract Syntax Tree (AST) dependency graph before any code investigation begins.

Core Features & Use Cases

  • Mandatory AST Graph: Ensures a detailed AST dependency graph is built and documented before any code analysis, impact assessment, or modification.
  • Fail-Closed Behavior: Blocks work if the graph cannot be built, preventing analysis based on incomplete or unreliable data.
  • Use Case: When asked to refactor a function, this Skill will first build the AST graph to understand all its dependencies and callers, ensuring the refactoring is safe and comprehensive.

Quick Start

Use the ast-first-gate skill to ensure the AST dependency graph is built before analyzing code.

Dependency Matrix

Required Modules

None required

Components

referencesscripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ast-first-gate
Download link: https://github.com/Siamese001/Agentic-Workflow/archive/main.zip#ast-first-gate

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.