Files
holocron/plugins/bin/skills/zoom-out/README.md
Defame1297 e869912374 docs(bin): give every bin skill a README
The bin skills were the only plugin without per-skill READMEs, so a reader
had to open SKILL.md — an agent-facing contract, not an explainer — to learn
what a skill does and when it fires. Each README states purpose, triggers and
boundaries for a human audience, leaving SKILL.md free to stay terse.
2026-08-31 08:02:09 +00:00

1.2 KiB

zoom-out

Ask the agent to go up a layer of abstraction and map the modules and callers around unfamiliar code.

What it does

A single-purpose prompt for the moment you land in a part of the codebase you do not know. Instead of answering at the level of the file in front of it, the agent climbs one layer and produces a map of the relevant modules and their callers — and names them using the project's own domain glossary vocabulary, so the map lines up with the language the rest of the repo already uses.

Hand-invoked only

SKILL.md sets disable-model-invocation: true, so the router never selects this skill on its own and no other skill can hand off to it. It runs when the human asks for it. That also means its description is written as one plain human-facing sentence — it carries no trigger phrasing or boundary clause, because nothing routes on it.

Usage

/zoom-out

Best used with the unfamiliar code already in context — the skill widens the view around what you are looking at rather than picking a starting point for you.

Files

File Purpose
SKILL.md The whole skill — a single instruction, no supporting files