magic-intelligence-system
Installation
SKILL.md
Magic Intelligence System — Operating Skill
When this activates
- Authoring or reviewing a spell, ward, summon, or enchantment.
- Building or auditing the magic encyclopedia in
arcanea-ai-app. - Generating spell art/video or NFT spell-card metadata (the asset pipeline reads this corpus).
The loop
- Classify on four axes — element ∈ 6, discipline ∈ {attack, defense, summoning}, tier ∈ 7-scale, gate 1–10 (+ derived rank). All four are required.
- Check the mapping — tier ↔ gate ↔ rank must match
docs/MAGIC-PROTOCOLS.md§1. Runnode scripts/validate.mjsafter any edit todata/spells.json. - Gate the name — Arcanean-quality name + incantation per the naming gate (§5). Reject filler.
- Place it — add to
data/spells.json; the web layer (in thearcanea-ai-apprepo) mirrors it intoapps/web/lib/magic/spells.json+apps/web/lib/magic-system.ts.