Explores unfamiliar codebases from multiple angles (structure, knowledge, history) and synthesizes findings into a compact orientation map.
How this skill is triggered — by the user, by Claude, or both
Slash command
/creative-writing-skills:zoom-outThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load `/qi-layer` if it isn't already loaded.
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."
Explore each angle independently, scoped to one question each:
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.
Read the findings and produce one orientation map, not four stitched-together dumps:
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.
npx claudepluginhub haowjy/creative-writing-skills --plugin creative-writing-skillsMaps surrounding architecture by walking up call chains and listing sibling modules, key connections, and domain vocabulary. Use when the user is disoriented or asks for the big picture.
Generates a domain-vocabulary module map of the codebase. Use when lost in unfamiliar code, after deep-dive sessions, or to re-orient before planning.
Prompts the agent to zoom out and provide a high-level map of relevant modules and callers using the project's domain glossary. Use when unfamiliar with a code area or to understand how it fits into the bigger picture.