/zoom-out
Use when orienting in an unfamiliar area — fans out exploration across structure, knowledge, and history, then synthesizes one orientation map.
$ npx -y skills add haowjy/creative-writing-skills --skill zoom-out --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/zoom-out
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when orienting in an unfamiliar area — fans out exploration across structure, knowledge, and history, then synthesizes one orientation map.
SKILL.md
zoom-out.SKILL.mdname: zoom-out
description: Use when orienting in an unfamiliar area — fans out exploration across structure, knowledge, and history, then synthesizes one orientation map.
Zoom Out
Load `/qi-layer` if it isn't already loaded.
Orient in an unfamiliar area by exploring multiple angles — each covering a different lens — then synthesizing the findings into one orientation map. A single angle sees one slice; zoom-out covers structure *and* knowledge *and* history at once, so the picture isn't skewed by one lens.
Use when starting in an unfamiliar subsystem, picking up someone else's work, or when the user says "orient me" / "what's the lay of the land here."
Fan Out
Explore each angle independently, scoped to one question each:
- **Structure** — callers, dependencies, module boundaries, entry points, where behavior actually lives.
- **Documented knowledge** — what's been written about this area in the KB, guides, and reference docs — architecture, patterns, synthesized research.
- **Decision history** — why it's shaped this way — prior choices, rejected alternatives, constraints discovered. Skip when there's no relevant history.
- **Domain concepts** — the vocabulary in use (KB vocab pages, project guides, context docs).
Scope each exploration to its angle with concrete path or topic targets. Don't let one pass cover two angles — the value is independent coverage.
Synthesize
Read the findings and produce one orientation map, not four stitched-together dumps:
- **What this is** — the area's purpose and boundaries, in two or three sentences.
- **Structure** — the modules and interfaces that matter and how they connect (a mermaid diagram if the shape is spatial).
- **Why it's like this** — the decisions and constraints that explain the current shape.
- **Vocabulary** — the terms needed to speak about it precisely.
- **Open threads** — gaps, debt, or unresolved questions surfaced.
When findings contradict each other, resolve it rather than listing both — code is ground truth; a doc that disagrees is stale (note it). Keep the map tight: the goal is a reader who can now navigate the area, not an exhaustive transcript.
Read more
name: zoom-out description: Use when orienting in an unfamiliar area — fans out exploration across structure, knowledge, and history, then synthesizes one orientation map.
Zoom Out
Load `/qi-layer` if it isn't already loaded.
Orient in an unfamiliar area by exploring multiple angles — each covering a different lens — then synthesizing the findings into one orientation map. A single angle sees one slice; zoom-out covers structure *and* knowledge *and* history at once, so the picture isn't skewed by one lens.
Use when starting in an unfamiliar subsystem, picking up someone else's work, or when the user says "orient me" / "what's the lay of the land here."
Fan Out
Explore each angle independently, scoped to one question each:
- **Structure** — callers, dependencies, module boundaries, entry points, where behavior actually lives.
- **Documented knowledge** — what's been written about this area in the KB, guides, and reference docs — architecture, patterns, synthesized research.
- **Decision history** — why it's shaped this way — prior choices, rejected alternatives, constraints discovered. Skip when there's no relevant history.
- **Domain concepts** — the vocabulary in use (KB vocab pages, project guides, context docs).
Scope each exploration to its angle with concrete path or topic targets. Don't let one pass cover two angles — the value is independent coverage.
Synthesize
Read the findings and produce one orientation map, not four stitched-together dumps:
- **What this is** — the area's purpose and boundaries, in two or three sentences.
- **Structure** — the modules and interfaces that matter and how they connect (a mermaid diagram if the shape is spatial).
- **Why it's like this** — the decisions and constraints that explain the current shape.
- **Vocabulary** — the terms needed to speak about it precisely.
- **Open threads** — gaps, debt, or unresolved questions surfaced.
When findings contradict each other, resolve it rather than listing both — code is ground truth; a doc that disagrees is stale (note it). Keep the map tight: the goal is a reader who can now navigate the area, not an exhaustive transcript.
Write novels, short stories, and serial fiction with AI that maintains your voice, tracks your continuity, and gets better the more you use it.
Other skills on creative-writing-skills.
- /character-sim
Speak as a specified character from their current knowledge, voice, and emotional state. Use for skill-only workflows that need in-character conversation, voice discovery, or relationship pressure tests.
Open skill - /creative-research
Load when a story needs factual grounding the writer doesn't have: historical detail, cultural texture, domain accuracy, or how other authors handled similar material. Pass the question and story context; returns a sourced report the writer can draw from.
Open skill - /creative-writing-craft
Craft references for writing fiction well: prose, scenes, style, voice, and genre/page-level technique. Load when a writer, critic, or muse needs how-to-write guidance rather than a production mode.
Open skill - /creative-writing-modes
Creative-writing addendum to /llm-writing. Load when putting prose on the page: draft, revise, bridge, vary, or polish.
Open skill - /creative-writing-muse
Load when no subagents are available and one agent must plan, draft, critique, research, and capture memory by switching stances.
Open skill - /grill-with-docs
Use when challenging a plan — grills the author against documented decisions and sharpens terminology.
Open skill

