architecture-validator

Validate project architecture against predefined limits for agents, skills, and commands.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nera0875/AGI --skill architecture-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture-validator
Source: https://github.com/nera0875/AGI/tree/main/.claude/skills/architecture-validator
Command: npx skills add https://github.com/nera0875/AGI --skill architecture-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually verifying that project architecture adheres to defined constraints (e.g., number of agents, skills, commands) is error-prone and time-consuming. This skill automates the validation process, ensuring design compliance.

Core Features & Use Cases

  • Component Limits: Validates the count of base agents (3), supplementary agents (max 5), implementation skills (max 10), total skills (max 14), and commands (max 8).
  • Structure Validation: Ensures architecture.md and plugin.json component counts match, maintaining consistency.
  • Automated Checks: Provides a clear, JavaScript-like logic for performing validation checks against predefined rules.
  • Use Case: After an architect agent proposes a new project structure, use this skill to automatically validate architecture.md against predefined limits and rules, ensuring design compliance before implementation begins and preventing costly rework.

Quick Start

Use the architecture-validator skill to check if the current project architecture adheres to the defined limits for agents and skills.