This skill implements a rigorous 7-layer architecture for LangGraph-based agent systems, ensuring high maintainability and clear separation of concerns. It provides automated scaffolding for core logic, memory, prompts, tools, nodes, graphs, and interfaces while enforcing strict dependency rules. By using this skill, developers can rapidly generate role-specific nodes (reasoning, execution, routing), manage prompt versioning, and perform AST-based dependency linting to prevent architectural drift in complex multi-agent projects.
Características Principales
01Integrated prompt versioning and A/B testing management
02Role-based node generation for reasoning, execution, and routing
03Automated tool registration and subgraph factory patterns
04Standardized 7-layer project scaffolding (Core to Interfaces)
05Strict dependency flow enforcement and AST-based linting
060 GitHub stars