Polaris: Skill for Claude Code

.agents/skills/wayfinder/SKILL.md

wayfinder is a skill for Claude Code, Codex from sponge-b0b/Polaris. It costs 46 tokens per session (4,996 once invoked), scanned A, original, Apache-2.0.

A planning method for work too large to finish in one coding-agent session. It records the important decisions as tickets in a shared issue tracker and resolves them until a clear route to the intended result is available.

In plain words
What is it for?
Use it to map an unclear project, define its destination, recover evidence from the repository and tracker, and work through decision tickets before writing a specification or making changes.
Why use it?
It prevents large projects from relying on forgotten conversation context or unclear assumptions. It also keeps project delivery focus separate from planning decisions.

Skill for Claude CodeCodex

Written for Claude Code and Codex: disable-model-invocation in frontmatter, but also agents/openai.yaml present. Also seen: mentions subagents; installed under .agents/ (shared by several agents); mentions Codex.

This is sponge-b0b/Polaris's own configuration. It tells Claude Code and Codex how to work on Polaris itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Polaris configures →

Reuse

Borrowing it

Nothing to install: this file belongs to sponge-b0b/Polaris. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/sponge-b0b/Polaris/main/.agents/skills/wayfinder/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/sponge-b0b/Polaris

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for wayfinder

README.md
[![agentmods](https://agentmods.dev/badge/skills/sponge-b0b/polaris/wayfinder/github.svg)](https://agentmods.dev/skills/sponge-b0b/polaris/wayfinder)
Your own site
<a href="https://agentmods.dev/skills/sponge-b0b/polaris/wayfinder"><img src="https://agentmods.dev/badge/skills/sponge-b0b/polaris/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.

agentmods 80×15 button for wayfinder

Your own site · 80×15
<a href="https://agentmods.dev/skills/sponge-b0b/polaris/wayfinder"><img src="https://agentmods.dev/badge/skills/sponge-b0b/polaris/wayfinder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,996 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.04996
Opus 5 $0.00023 $0.02498
Sonnet 5 $0.00009 $0.00999
Haiku 4.5 $0.00005 $0.00500

Measured yesterday against content hash 6b1df77e8e37, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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 yesterday.

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.

.agents/skills/wayfinder/SKILL.md · 547 lines

How it starts

The opening of the file, as written. The whole thing — 547 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Wayfinder

A loose idea has arrived — too big for one agent session, and wrapped in fog: the way from here to the destination isn't visible yet.

Wayfinding finds that route rather than charging at the destination. It charts a shared map of decision tickets, then resolves those decisions one at a time until the route is clear.

The destination may be a Spec, a durable decision, or a change made in place. Naming it is the first act of charting because it determines scope.

Session Independence

Assume no prior conversational or agent-session state.

Recover every correctness-critical input from the explicit invocation, repository, and durable tracker artifacts before acting.

Prior-session summaries or remembered conclusions are routing context only and must not substitute for durable evidence.

If required durable state cannot be recovered, report the missing artifact rather than infer it.

Project Delivery Focus Guard

$project-delivery-management owns project-level delivery focus. $wayfinder owns Wayfinder planning and must not copy, infer, or persist competing focus state.

The guard applies differently to the two invocation modes:

  • Chart the Map is capture/planning and is not focus-gated. A new map may be charted while another Wayfinder is focused. Charting must not establish, switch, broaden, or otherwise change focus, and chart-time research needed to form the map remains allowed.
  • Work Through the Map is substantive advancement and is focus-gated before any durable mutation, including claiming a decision ticket.

Never create a native dependency merely to encode focus or queue preference. Dependency determines eligibility; focus determines intentional project WIP.

Guard Before Substantive Wayfinder Work

When working through an existing map or decision ticket:

  1. resolve the exact governing Wayfinder map from durable tracker relationships/metadata;
  2. invoke $project-delivery-management reconcile so completed or directly ineligible focused maps are reduced before authorization;
  3. invoke $project-delivery-management guard <Wayfinder>;
  4. proceed only after the guard returns PROJECT DELIVERY GUARD: ALLOWED.

Read the full file on GitHub · 547 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. yesterday Changed · -22 lines 6b1df77e8e37
  2. 12d ago First seen · 569 lines · 46 tokens per session scan A 081f200cff93

Subscribe to this mod's changes

wayfinder is a skill published in the GitHub repository sponge-b0b/Polaris (4 stars, last pushed today), licensed Apache-2.0. It adds 46 tokens to every session and 4,996 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.

Related

Other skills, from other repositories

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

projects

List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.

me2resh/apexyard · 24 tokens

magpie-security-issue-import-from-md

Open one or more tracking issues from a markdown file containing a batch of security findings. Each finding becomes one tracker landing in the Needs triage board column. The file itself is the full report — there is no inbound reporter to reply to and no PR to inspect.

apache/magpie · 73 tokens