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 agentmods add skills/promptpartner/agentsmith/wayfindernpx skills add PromptPartner/agentsmith --skill wayfindergit clone --depth 1 https://github.com/PromptPartner/agentsmithWrote 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/promptpartner/agentsmith/wayfinder)<a href="https://agentmods.dev/skills/promptpartner/agentsmith/wayfinder"><img src="https://agentmods.dev/badge/skills/promptpartner/agentsmith/wayfinder.svg" alt="Measured on agentmods" 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.00046 | $0.00966 |
| Opus 5 | $0.00023 | $0.00483 |
| Sonnet 5 | $0.00009 | $0.00193 |
| Haiku 4.5 | $0.00005 | $0.00097 |
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 6d 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 — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Wayfinder
Turn uncertainty into a decision-complete spec. The map plans the route; it does not execute the destination.
Invariants
- Destination: the observable end state this effort is finding a route to.
- Decision map: named questions and their dependency edges. A decision produces an answer, not a slice of implementation.
- Frontier: the sharp, unresolved, unblocked decisions that can be taken next.
- Fog: in-scope uncertainty that cannot yet be phrased as a precise question. Fog graduates to a decision only when the question is sharp.
- Decision index: one context pointer and one-line rationale per resolved decision; the detail lives in its ticket or linked research artifact.
- Non-goal: a deliberate scope boundary. It never graduates from fog unless the destination is explicitly redrawn.
Resolve one decision per session. Parallel research may inform that decision, but does not silently resolve another one.
Chart
- Read the tracked item, existing plans/specs, and
docs/14-project-tracker-guide.mdwhen present. Determine the active tracker-write policy before any tracker action. - Name the destination and non-goals. Stop if the effort is already small and decision-complete; use the ordinary plan flow instead.
- Create
docs/specs/<slug>.mdfrom.harness/templates/wayfinder-spec.md(ortemplates/wayfinder-spec.mdin the harness source checkout); reproduce that shape only when neither is available. Initial status is alwaysdraft. - Add every sharp question to the decision map, wire its blockers, and identify the frontier. Keep unshaped uncertainty in Fog. Draft a decision ticket for each mapped decision.
- If tracker writes are unauthorized, put paste-ready ticket bodies in the spec and surface them to the operator. A connected or named tracker grants no write permission.
- Stop after charting. The completed draft spec and ticket drafts are the evidence for this step.
Advance
- Load the spec at low resolution: destination, frontier, fog, non-goals, and decision index.
- Select one frontier decision. Research, prototype, or discuss only enough to answer its stated question. Human-preference decisions require the human's actual answer.
- Record the answer and rationale once, in the decision's ticket draft or authorized tracker item. Add only a linked gist to the Decision index.
- Recompute dependencies. Graduate newly sharp fog into decisions; move newly excluded work to Non-goals or Explicit deferrals with a reason.
- Stop after one decision. Completion means its answer is recorded and the map reflects the new frontier without duplicate rationale.
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.
- 6d ago First seen · 84 lines · 46 tokens per session scan A 02baf9b5c528
wayfinder is a skill published in the GitHub repository PromptPartner/agentsmith (185 stars, last pushed yesterday), licensed MIT. It adds 46 tokens to every session and 966 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-30.
Other skills, from other repositories
meta-config-stack-detect
Inspect a codebase, a stack the user describes, or a description of what they want to build; map what is there to agents-inc catalog skills — or intent to candidate built-in stacks the user picks from — and emit a SeedPayload plus a human-readable proposal report. Use when seeding a configuration for a project that…
meta-design-composable-components
Composable component APIs — parts, state, polymorphism.
web-meta-framework-nextjs
Next.js App Router patterns (15-16) - file-based routing, Server/Client Components, streaming, Suspense, metadata API, parallel routes, Server Actions, mutations, revalidation, Cache Components.
ai-provider-anthropic-sdk
Official Anthropic SDK patterns for TypeScript/Node.js — client setup, Messages API, streaming, tool use, vision, extended thinking, structured outputs, prompt caching, batch API, and production best practices.
api-baas-firebase
Firebase backend-as-a-service — Firestore, Authentication, Cloud Functions v2, Storage, Hosting, Admin SDK, security rules, emulator suite.
api-database-mongodb
Native MongoDB driver (the mongodb npm package) - MongoClient lifecycle, typed collections, CRUD result shapes, cursors, aggregation pipelines, index design, transactions.