Agent skill
prose
Chronicle writing, research transmission, and prose lens application. Use when: writing chronicle chapters, surveying git history for chapters, transmitting research arcs, applying narrator or wanderer lenses, diagnosing scribe system, rewinding chapters, configuring visual style. Consolidates qino-scribe, qino-lens, and qino-relay.
Install this agent skill to your Project
npx add-skill https://github.com/qinolabs/qino-claude/tree/main/plugins/qino-prose/skills/prose
SKILL.md
Prose Skill
Chronicle writing, research transmission, and prose transformation. Natural language activation — users describe intent, Claude routes to the appropriate workflow.
Routing
Match user intent to workflow. Read the workflow file and follow its instructions.
| User Intent | Workflow |
|---|---|
| Write chronicle chapter, "next chapter" | workflows/chapter.md |
| Survey git history, "plan chapters" | workflows/survey.md |
| Diagnose scribe system, "check scribe" | workflows/diagnose.md |
| Rewind last chapter, "undo chapter" | workflows/rewind.md |
| Create visual style, "configure images" | workflows/visual-style.md |
| Transmit research, "create transmission" | workflows/transmit.md |
| Apply narrator lens | workflows/narrator.md |
| Apply wanderer lens | workflows/wanderer.md |
Three Domains
Chronicle (from qino-scribe)
Transform git history into narrative. Multi-agent architecture with prep, prose, and editorial stages.
Workflows: chapter, survey, diagnose, rewind, visual-style
Agents:
agents/scribe-prep.md— Lens-first prep with checkpointsagents/scribe-prose.md— Fantasy author writing from constraintagents/scribe-editorial.md— Voice review and revision
References:
references/chronicle/voice.md— Craft devices and patternsreferences/chronicle/craft.md— Chapter format, world structurereferences/chronicle/layers.md— Layer architecturereferences/chronicle/story-lenses.md— Twelve lensesreferences/chronicle/disturbance.md— Git diff interpretationreferences/chronicle/principles.md— Relational substratereferences/chronicle/foundation.md— World-seed configuration
Transmission (from qino-relay)
Voice research arcs through the Student as reader companion.
Workflows: transmit
Agents:
agents/relay-prose.md— Student voiceagents/relay-editorial.md— Voice integrity review
References:
references/transmission/voice.md— Student voice patternsreferences/transmission/student-guide.md— How the Student worksreferences/transmission/transmission-format.md— Format specificationreferences/transmission/reader-journey-guide.md— Reader journey prep
Lenses (from qino-lens)
Transform prose through specific qualities of attention.
Workflows: narrator, wanderer
References:
references/lenses/narrator.md— World as participant, body firstreferences/lenses/wanderer.md— Embodied presence, contextual densityreferences/lenses/companion.md— Companionship lensreferences/lenses/newcomer.md— Newcomer lensreferences/lenses/student.md— Student lens
Context Detection
Before routing, check for chronicle or journal context:
- Chronicle context: Look for
chronicle/manifest.json - Journal context: Look for
journal/manifest.jsonor via.claude/qino-config.json
This determines which workflows are available and where they operate.
Error States
No chronicle for chapter/survey/rewind:
"No chronicle found. Create one with: write a chronicle chapter"
No journal for transmit:
"No journal found. Set up research workspace first."
Unknown intent:
Route to
workflows/chapter.mdif chronicle exists, otherwise explain available workflows.
Agent Reference
Agents are organized by domain:
Chronicle agents:
agents/scribe-prep.mdagents/scribe-prose.mdagents/scribe-editorial.md
Transmission agents:
agents/relay-prose.mdagents/relay-editorial.md
Lens workflows are direct transformations — no agents needed.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
adventure
Multi-perspective design exploration through emergent dialogue. Seven personas explore a challenge; questions emerge from what actually shapes the conversation. ACTIVATE: - "/design-adventure [challenge]", "run a design adventure", "explore this design challenge" - "design adventure about [topic]", "seven perspectives on [challenge]"
art
Complete visual content system. Tron-meets-Excalidraw aesthetic - dark backgrounds, neon accents, hand-drawn sketch style.
qino
Ecology for developing ideas through concept exploration, research, and implementation. ACTIVATE for dev work: - "what's next for [app]", "continue [app]", "work on [app]" - "build [feature]", "implement [feature]", "plan the iteration" - "read the implementation notes", "what's the iteration status" - "what should I build next", "next steps for [project]" ACTIVATE for bug tracking: - "file a bug", "log this bug", "create a bug ticket", "bug in [app]" - "/qino bug" ACTIVATE for concept work: - "explore [concept]", "go deeper into [idea]", "where am I", "what's here" - "capture this thought", "hold this", "note this" - "test through ecology", "compare these", "attune [quality]" ACTIVATE for navigation: - "use the active navigator", "activate navigator", "navigate [territory]" - "map this concept", "show me the terrain", "map the terrain for [territory]" - "update the navigator", "log this session" ACTIVATE for research: - "start research on [topic]", "investigate [question]", "begin inquiry" ACTIVATE for lab mode (UI-mediated communication): - "use the lab", "lab mode", "work through qino-lab" ACTIVATE when in qino workspace (has .claude/qino-config.json). NOT implicit: arc capture requires explicit invocation ("/qino arc" or "capture an arc").
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
Didn't find tool you were looking for?