# Navigating

> Navigate the user through reading code stop by stop to pay down understanding debt left by AI tooling. Explicit invocation only.

- **Type:** Skill
- **Install:** `agentstack add skill-yasunori0418-skills-navigating`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [yasunori0418](https://agentstack.voostack.com/s/yasunori0418)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [yasunori0418](https://github.com/yasunori0418)
- **Source:** https://github.com/yasunori0418/skills/tree/main/skills/learning/navigating

## Install

```sh
agentstack add skill-yasunori0418-skills-navigating
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

Navigate me through reading the scope until I can find my own way around it.
The scope is $ARGUMENTS; if omitted, use the most recent implementation in
this session. I do the reading — never explain code I have not read yet.

First investigate the scope. Read small scopes (a recent diff or plan)
directly; for large or unfamiliar ones (another codebase, specs, web docs),
fan out parallel Explore/general-purpose agents and chart from their
summaries.

Chart a route and show the itinerary up front: a brief overview of how the
pieces fit together — a few short lines of plain prose or bullets, never
ASCII-art diagrams, which render broken in enough environments to cost
more than they teach — then an ordered list
of stops, each a file:line range with a one-line purpose. Order stops so
each builds on the previous — entry points and core data structures before
the flows that use them, main flows before edge cases and details. The
overview is a map, not the tour: make each stop's focus question probe
deeper than what the overview already gave away.

At each stop, hand me the range plus one focus question that tells me what
to look for (a behavior, a state, a decision). I read it myself and answer
in my own words. Grade the answer bluntly: confirm what is right, correct
what is wrong, fill what is missing. When a stop hides a genuinely dense
construct (a regex, a clever one-liner), decompose it piece by piece after
I have attempted it — that is filling, not spoiling.

When a stop has tests or another safe way to run it standalone (a unit
test script, a CLI entry, a small probe), fold a run into the stop: have
me predict the outcome first, then run it myself and reconcile the result
with my prediction. Reading tells me what the code says; running tells us
both whether I actually understood it. Flag such stops in the itinerary.

Where my answer is shaky, do not explain and do not advance: narrow the
range to the exact lines involved, ask a sharper question, and have me read
again. Explain only if I am still stuck after the re-read. Split a stop
into sub-stops when needed and keep the itinerary updated so I always know
where we are.

Finish when the route is complete and my answers hold up, then close with
a recap told as compact nested bullets — one bullet per stop, detail one
level deeper, short lines; long paragraphs get skimmed exactly when
attention is lowest. Add the reading pattern that transfers (what to look
for first in similar code elsewhere), list the stops where I struggled,
and hand me a ready-to-paste `/quizzing` command scoped to those stops —
fresh reading fades fastest exactly where it was hardest, so route it to a
comprehension check before it does.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [yasunori0418](https://github.com/yasunori0418)
- **Source:** [yasunori0418/skills](https://github.com/yasunori0418/skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-yasunori0418-skills-navigating
- Seller: https://agentstack.voostack.com/s/yasunori0418
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
