A collection of Claude Code skills — reusable protocol files that extend Claude's capabilities for software engineering tasks.
A multi-loop deliberation protocol that turns natural language descriptions into working software through structured expert roundtables, structural linting, and adversarial quality gates.
Copy a skill directory into your project's .claude/skills/ or your global ~/.claude/skills/:
# Project-local (recommended)
cp -r feature-architect-v5 /path/to/your/project/.claude/skills/feature-architect-v5
# Global (available in all projects)
cp -r feature-architect-v5 ~/.claude/skills/feature-architect-v5MIT