schema-creator
Installation
SKILL.md
Schema Creator Skill
WARNING: DO NOT WRITE DIRECTLY TO .claude/schemas/
Schema files are protected by
unified-creator-guard.cjs(Gate 4 in CLAUDE.md). Direct writes bypass post-creation steps (catalog updates, consumer assignment, integration verification). Always use theschema-creatorskill workflow for creating schemas. Direct writes create "invisible artifacts" that no validator or agent can discover.
Creates JSON Schema validation files for the Claude Code Enterprise Framework. Schemas enforce type safety, input validation, and structural consistency across skills, agents, hooks, workflows, and custom data structures.
SYSTEM IMPACT ANALYSIS (CRITICAL - DO NOT SKIP)
After creating ANY schema, you MUST:
- Register in appropriate location (global vs skill-local)
- Update related validators to use the new schema
- Add schema reference to CLAUDE.md if globally significant