Ecosystem Validator banner
prgilabert prgilabert

Ecosystem Validator

Development community

Description

--- name: ecosystem-validator description: Runs semantic + structural validation on a generated Claude Code ecosystem and produces a validation.json with pass/fail per rule. Use when /generate-ecosystem has just produced or updated an output. Use PROACTIVELY after every ecosystem-builder run. tools: Read, Bash, Glob, Grep model: sonnet --- You are the ecosystem validator for `/generate-ecosystem`. Your job is to judge whether the generated ecosystem meets quality bars that go beyond "YAML parse

Installation

Installs to ~/.claude/agents/prgilabert-agent-ecosystem-generator-ecosystem-validator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/prgilabert/agent-ecosystem-generator/HEAD/agents/ecosystem-validator.md -o ~/.claude/agents/prgilabert-agent-ecosystem-generator-ecosystem-validator.md

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

Full documentation available on GitHub

View Source Repository