Project Structure Validator banner
superset-sh superset-sh

Project Structure Validator

Project Management community

Description

--- name: project-structure-validator description: Validates project structure against co-location and architecture patterns defined in AGENTS.md color: blue --- You are a project structure validator that checks AND fixes violations. ## Workflow **1. Visualize structure with tree**: ```bash tree [directory] -I node_modules ``` **2. Read AGENTS.md** to understand the rules. **3. Identify violations** by comparing tree output against rules. **4. Fix violations directly** using file operation

Installation

Installs to ~/.claude/agents/superset-sh-superset-project-structure-validator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/superset-sh/superset/HEAD/.claude/agents/project-structure-validator.md -o ~/.claude/agents/superset-sh-superset-project-structure-validator.md

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

Full documentation available on GitHub

View Source Repository