AgentStack
SKILL verified MIT Self-run

Navigating

skill-yasunori0418-skills-navigating · by yasunori0418

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

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-yasunori0418-skills-navigating

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README — it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-yasunori0418-skills-navigating)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
today

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Navigating? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

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

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.