← Back to list

judokon-json-authority
by CyanAutomation
A web-based judo-themed card battle game - with simplified stats, vibrant design, and fast-paced gameplay.
⭐ 1🍴 0📅 Jan 23, 2026
SKILL.md
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.jsonsrc/data/tooltips.jsonsrc/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
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
○Issue管理
オープンIssueが50未満
0/5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon