用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/sancovp/cyberneticircus --skill enscribe-gospel命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| 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.