Skip to content

Claude Skills

The project includes Claude Code skills (slash commands) for AI-assisted architecture work.

SkillUsagePurpose
/enterprise-platform-archi/enterprise-platform-archi [question]Enterprise Platform domain Q&A, create entries, proposals
/validate/validateRun model validation, show errors and orphans
/dashboard/dashboardGenerate HTML health dashboard
/new-entry/new-entry [type] [name]Create registry entry (guided wizard)
/scaffold-component/scaffold-component [Name]Scaffold React component + test file
/enterprise-platform-archi What data does Tenant Management own?
/enterprise-platform-archi Create a registry entry for Payment Gateway
/validate
/dashboard
/new-entry data-object "Payment Record"
/scaffold-component CapabilityHeatmap

The project also includes auto-delegating agents that Claude Code uses when appropriate:

AgentScopePurpose
domain-expertRead-onlyDomain Q&A — answers questions about specific domains
fe-developerRead/Write catalog-ui/Frontend development tasks
registry-agentRead/Write registry-v2/, views/Registry data creation and validation
test-writerRead/Write test filesTest creation (Vitest + pytest)

Each skill is defined in .claude/skills/<name>/SKILL.md. When invoked, the skill:

  1. Loads its prompt template
  2. Searches the relevant registry files for context
  3. Provides domain-scoped answers or performs actions

The pattern is /<domain>-archi. To add a new domain skill:

  1. Create .claude/skills/<domain>-archi/SKILL.md
  2. Follow the template from the existing enterprise-platform-archi skill
  3. Scope the search to your domain’s registry files

This gives each domain team a dedicated AI assistant that knows their architecture.