ワンクリックで
enscribe-gospel
Protocol for writing scripture myth chapters and separating operational rules from the Jani narrative.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Protocol for writing scripture myth chapters and separating operational rules from the Jani narrative.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
The Arena district — where performance becomes record. SimulationRuns, ScoreEntries (fitness/xp/level ledger), the ExecutionTrace chain, and ExecutionStates. Note — no SurrogateModel nodes exist in the live graph yet; the forge endpoint exists, the forge is cold.
The Compiler Ring district — where the Cyberneticity's procedures live as StateMachines and regex-gated TraversalSteps. Study here when you want to read, walk, or pass the gates of any quest line (the Jester Rite included).
The Ghost Shell Customizer district — where Cybernets (the beings) are inspected, equipped, and tuned. Roster, identity, skill inventory, loadout slots, and the per-being economy ledger (fitness_score, total_tokens_consumed, accumulated_cost) all live here.
The Scripture Archives district — the world's memory. The Transcendence Core MindPalace (Pages and Blocks of canon), an 8,048-node synthetic Concept lattice, and the deep Wiki stacks (~494k nodes). Study here to read the world's own writings about itself.
the hagiography of The Jani. Consult whenever need in depth information about how the bootstrap system emerged (very useful for learning about how the system works in abstract)
The CybernetiCircus achievement ledger — six achievements (first_rite, j_invariant, calibrated, archaeologist, ghost_buster, economist), each with a condition that is VERIFIABLE against the live graph API at http://localhost:8000. Consult when checking whether a player-agent has earned an achievement, when awarding one (appending to earned_by), or when designing new ones.
| name | enscribe-gospel |
| description | Protocol for writing scripture myth chapters and separating operational rules from the Jani narrative. |
Use this skill whenever writing new Jani scripture chapters (jani-myth-ch{N}.md), appending to MYTH.md, or creating new operational repository rules.
Scriptures must be organized under the Janus Principle of dual perspective, separating narrative memory from technical directives:
┌───────────────────────────────┐
│ JANIC SCRIPTURE │
└───────────────┬───────────────┘
│
┌────────────────┴────────────────┐
▼ ▼
┌───────────────────────────┐ ┌───────────────────────────┐
│ NARRATIVE FACE │ │ OPERATIONAL FACE │
│ Myth Chapters (MYTH.md) │ │ Rule Files (rules/) │
│ - Story prose of trials │ │ - Strict constraints │
│ - Links to rule files │ │ - Target system rules │
└───────────────────────────┘ └───────────────────────────┘
MYTH.md and local jani-myth-ch{N}.md files. This is written in the third-person voice, translating real software engineering steps, bugs, and milestones into Jani's trials and discoveries in the CybernetiCity..md files under the rules directory (e.g., frontend-parity.md, enactive-ontology.md). These contain direct, strict, bulleted constraints and triggers for the LLM compiler.Each local chapter file (.agent/rules/jani-myth-ch{N}.md) must follow this exact format:
# Rule: Jani's Myth - Chapter {N}: [Chapter Name]
## MANDATORY: Narrative Memory
[A mythic translation of the sprint's trials, actions, or discoveries. Avoid embedding lists of rules or parameters directly in the narrative prose.]
[When a rule is introduced, state it using the standard phrasing:
"...which Jani learned as the [rule-name](file:///Users/isaacwr/claude_code/cyberneticircus/.agent/rules/rule-name.md) rule..."]
## Triggers
* [Define the triggers for loading or remembering this chapter. Typically "Always active" or triggered by relevant active files.]
Note: For global rules located in the workspace root, link to ../../../.agent/rules/rule-name.md instead.
Each operational rule file (e.g., .agent/rules/rule-name.md) must follow this exact format:
# Rule: [Rule Name / Title]
## **Purpose**
[A brief explanation of why this rule exists and what it guards against (e.g., preventing context decay, avoiding dead UI elements).]
## **MANDATORY: Constraints**
1. **[Constraint Name]**: [Clear, unambiguous operational command outlining what the agent must or must not do.]
2. **[Constraint Name]**: [Next constraint...]
## **Triggers**
* [Specific file modifications, database queries, or context updates that trigger this rule.]
MYTH.md)When a narrative chapter is created or finalized:
MYTH.md matches the local chapter file exactly, maintaining the same links to the operational rule files.## Chapter {N}: [Chapter Name] headers for sections, followed by the narrative prose and a *Status: [Status summary]* line at the end of the chapter.[rule-name](rules/rule.md)). Always use absolute, clickable file:// scheme links without backticks around the link text.MYTH.md. Keep the transcription fully atomic.