Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add AndrewDongminYoo/cc-agents-kit --skill wayfindergit clone --depth 1 https://github.com/AndrewDongminYoo/cc-agents-kitWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/andrewdongminyoo/cc-agents-kit/wayfinder)<a href="https://agentmods.dev/skills/andrewdongminyoo/cc-agents-kit/wayfinder"><img src="https://agentmods.dev/badge/skills/andrewdongminyoo/cc-agents-kit/wayfinder/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/andrewdongminyoo/cc-agents-kit/wayfinder"><img src="https://agentmods.dev/badge/skills/andrewdongminyoo/cc-agents-kit/wayfinder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00037 | $0.02256 |
| Opus 5 | $0.00018 | $0.01128 |
| Sonnet 5 | $0.00007 | $0.00451 |
| Haiku 4.5 | $0.00004 | $0.00226 |
Grade A, and why
wayfinder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 153 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Wayfinder
An idea has arrived that is too big for one session and wrapped in fog: the way from here to the destination isn't visible yet.
Wayfinding finds that way — it does not charge at the destination.
This skill charts the way as a map under docs/plans/, then works its decision tickets — questions whose resolution is a decision, not slices of a build to execute — one per session until the route is clear.
When to use
- A greenfield project or a large feature build where you can feel the shape of the work but cannot yet write it as a spec.
- More than one 100K-token session of thinking stands between here and a plan.
Skip when the effort fits one session — grill it and write the spec directly.
Skip when the plan already exists and only needs slicing; that is plan-audit territory, not wayfinding.
This is the heaviest planning flow here: reaching for it on a well-scoped feature costs several sessions and buys nothing.
Plan, don't do
Every ticket resolves a decision, and the map is done when nothing is left to decide before someone goes and builds the thing. The pull to just do the work is the signal you have reached the edge of the map — that is the moment to hand off to a spec, not to start implementing. An effort can override this in the map's Notes; absent that, produce decisions, not deliverables.
The map
The map is docs/plans/<effort-slug>/map.md, its tickets are docs/plans/<effort-slug>/tickets/NN-<slug>.md, numbered from 01.
This matches the docs layout in CLAUDE.md — never .scratch/, never docs/superpowers/**.
The map is an index, not a store. A decision lives in exactly one place — its ticket — so the map gists it and links, never restates it. Load the map at low resolution each session and open individual tickets on demand.
Refer to every ticket by its title in anything the operator reads.
A wall of 01, 02, 03 is illegible; the number rides inside the name, it never stands in for it.
# <effort name>
## Destination
<what reaching the end of this map looks like — the spec, decision, or change this effort is finding its way to. One or two lines; every session orients to it before choosing a ticket.>
## Notes
<domain; skills and rules every session should consult; standing preferences for this effort>
## Decisions so far
- <resolved ticket title> (`tickets/<NN>-<slug>.md`) — <one-line gist of the answer>
## Not yet specified
<in-scope fog you cannot ticket yet; graduates as the frontier advances>
## Out of scope
<work ruled beyond the destination; never graduates>
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 153 lines · 37 tokens per session scan A db6eed9ff32a
wayfinder is a skill published in the GitHub repository AndrewDongminYoo/cc-agents-kit (2 stars, last pushed yesterday), licensed Apache-2.0. It adds 37 tokens to every session and 2,256 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
bash-defensive-patterns
Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.
setup
One-command setup for usage-guard's real plan quota. Use this whenever the user runs /usage-guard:setup, asks to enable/activate/turn on the real 5-hour and weekly quota reading, asks to wire up the status line, or when /usage-guard:usage shows no "Real plan quota" block (only the weighted fallback). Detects the…
bun-test-mocking
Use for mock functions in Bun tests, spyOn, mock.module, implementations, and test doubles.
api-response-optimization
Optimizes API performance through payload reduction, caching strategies, and compression techniques. Use when improving API response times, reducing bandwidth usage, or implementing efficient caching.
sync-forks
Check how many of your GitHub forks are out of date and sync them.
codex
Run the Codex CLI directly in the user's checkout for code analysis, refactoring, or automated editing without Claude Architect's verified delegation lifecycle.