Verse-Coder-30B-v1 / skill.md
BizaNator's picture
skill.md β†’ pointer to the canonical GitHub SKILL.md (one source of truth)
0e4748d verified
|
Raw
History Blame Contribute Delete
1.06 kB

Verse Authoring Skill β€” canonical source

The full agent-facing skill (8 compile-verified rules for writing UEFN Verse that compiles, ranked by real failure data from 1,418 compiles) lives canonically on GitHub:

β†’ https://github.com/BizaNator/VerseIsland/blob/main/skills/verse-authoring/SKILL.md (raw, agent-loadable: https://raw.githubusercontent.com/BizaNator/VerseIsland/main/skills/verse-authoring/SKILL.md)

The 30-second version β€” nearly 3 in 4 (73%) of failures come from just three mistakes:

  1. Add the using block first (34% of failures) β€” trigger_device, agent, @editable all live in modules you must import.
  2. Device text takes a message, not a string (31%) β€” use the <localizes> pattern.
  3. Get the file shape right (25%) β€” # comments, logic inside methods, no invented keywords.

Human version with full explanations: https://verseisland.com/guides/writing-verse-that-compiles

(This file is a pointer so there is exactly one source of truth β€” CC BY 4.0, Verse Island / Biloxi Studios.)