kramme-cc-workflow/skills/kramme:code:zoom-out/SKILL.md
Map the modules and call relationships in an area in focus. Use when the user is unfamiliar with a section of code and wants a one-shot orientation — modules involved, what they do, who calls what. Not for full-repo scans (use kramme:code:refactor-opportunities); not for bug investigation (use kramme:debug:investigate); not for visualizations (use kramme:visual:diagram).
npx skillsauth add abildtoft/kramme-cc-workflow kramme:code:zoom-outInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Produce a one-shot orientation map for an area of the codebase: which modules live there, what each one does, and how they call each other.
$ARGUMENTS (optional): a path, topic, or symbol naming the area to map.$ARGUMENTS is empty, infer the focus area from the most recently discussed file or symbol in the conversation. If no reliable focus exists, ask the user for a path, topic, or symbol before continuing.$ARGUMENTS is non-empty, treat it as the entry point. Otherwise infer from recent conversation context. If no reliable focus exists, ask the user for a path, topic, or symbol before continuing. State the focus area at the top of the output.**ModuleName** — one-line role. Use the project's domain language if UBIQUITOUS_LANGUAGE.md exists at the repo root.**Caller** calls **Callee** to <reason>. Cover both inbound (who calls into the area) and outbound (what the area calls).**Focus area:** <path or topic>
## Modules
- **<Name>** — <one-line role>
## Relationships
- **<Caller>** calls **<Callee>** to <reason>
**Omitted:** N more modules — narrow the scope to see them.kramme:visual:diagram for visualizations.development
Compare an existing PR's title and body against the actual branch diff and report drift — false claims, missing major changes, stale scope, missing risk callouts. Use after pushing changes to a branch with an open PR, or before requesting review. Read-only by default; add --fix to delegate to kramme:pr:generate-description for an updated description. Complements kramme:pr:code-review (which checks description accuracy as one signal among many code-quality checks) by being a fast, focused, single-purpose check that runs in seconds.
tools
Reviews plugin skills for focused scope, progressive disclosure, portability, safety, retry behavior, and documentation quality. Use when auditing a SKILL.md, skill directory, or proposed skill text against skill-authoring standards. Not for creating new skills, editing skills, or reviewing ordinary application code.
tools
Reviews recent agent session transcripts to find repeated manual workflows or repeated user asks, then proposes and optionally scaffolds only useful new skills or custom subagents. Use when the user asks to inspect recent sessions, find automation opportunities, or create reusable workflows from repeated work. Not for summarizing one session, general retrospectives, or codebase refactoring.
data-ai
Remove all DONE issues and renumber remaining issues within each prefix group. Not for editing live issue content, archiving still-open issues, or moving issues between prefix groups.