name: judokon-json-authority description: Creates, modifies, and validates JU-DO-KON! JSON files while preserving schema consistency and downstream compatibility.
Skill Instructions
This skill treats JSON as executable configuration.
Inputs / Outputs / Non-goals
- Inputs: JSON schemas, affected feature specs, validation commands.
- Outputs: schema-safe JSON edits, impact notes, suggested validations.
- Non-goals: schema-breaking changes without explicit approval.
What this skill helps accomplish
- Maintain consistent data contracts
- Prevent silent breakage across modules
- Improve predictability of AI-generated data changes
When to use this skill
- Editing judoka.json or battle state files
- Adding new metadata or configuration
- Modifying tooltips or content files
Common files
-
src/data/judoka.json -
src/data/tooltips.json -
src/config/settingsDefaults.js
Rules for JSON changes
- Schema stability first
- Additive changes preferred
- Explicit defaults for new fields
- Identify impacted consumers
Validation
- Prefer
npm run validate:dataafter JSON edits.
Required behaviour
- Explain why a change is safe
- Call out any required code updates
- Suggest validation or tests if needed
Expected output
- Well-structured JSON
- Clear explanation of changes
- Impact analysis
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
1
GitHub Forks
0
Created
Jan 2026
Last Updated
il y a 5 mois
tools
tools automation tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!