Polaris: Skill for Claude Code

.agents/skills/to-tickets/SKILL.md

to-tickets is a skill for Claude Code, Codex from sponge-b0b/Polaris. It costs 39 tokens per session (10,881 once invoked), scanned A, original, Apache-2.0.

A workflow that turns an approved plan, specification, or review into small vertical-slice tickets and publishes them to an issue tracker. Each ticket states which other tickets must be completed first.

In plain words
What is it for?
Reading the source plan or specification, creating dependency-aware tickets, carrying forward relevant decisions, and applying the repository's tracker labels.
Why use it?
It gives implementation work a clear order and preserves the important architecture and source context from the originating document. It stops when a material architecture question is still unresolved.

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 AGENTS.md.

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/to-tickets/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 to-tickets

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/sponge-b0b/polaris/to-tickets"><img src="https://agentmods.dev/badge/skills/sponge-b0b/polaris/to-tickets.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 10,881 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 warn 7 Sept 2026
SkillSpector: 3 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 89
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • medium Excessive Agency · line 237
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • medium Excessive Agency · line 541
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.00039 $0.10881
Opus 5 $0.00019 $0.05441
Sonnet 5 $0.00008 $0.02176
Haiku 4.5 $0.00004 $0.01088

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

Security

Grade A, and why

to-tickets 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 today.

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/to-tickets/SKILL.md · 1,106 lines

How it starts

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

To Tickets

Create tracer-bullet tickets using the publication workflow below, with hard boundaries for exhaustive source coverage and independently certified proposal readiness before human approval.

This SKILL.md is the single authoritative procedure for $to-tickets. The preserved procedure later in this file remains normative for session recovery, project-delivery guards, codebase exploration, mode routing, $to-remediation-tickets, vertical slicing, user approval, Spec Branch Rule, tracker publication, native hierarchy/dependencies, ticket baseline/branch semantics, and handoff.

The hardening sections immediately below add the fresh-Spec obligation-coverage gate, independently certified proposal readiness before human approval, exact Spec provenance on ordinary tickets, conditional/deferred obligation routing, and the design-delegation guard. On conflict with older wording later in this file, these hardening sections win.

The remediation path remains owned by $to-remediation-tickets; do not replace its Root Blocker delta contract with the fresh-Spec mapping below.

Design Delegation Guard

$to-tickets decomposes a frozen implementation-ready contract. It does not design the behavior that $implement-ticket will later choose.

Before proposal-readiness certification for every software ticket set:

  1. require the source Spec/remediation authority to be currently implementation-ready under its own durable readiness state;
  2. inspect every proposed ticket for material choices left to implementation;
  3. apply the AGENTS.md materially-different-implementations test;
  4. invoke $attention as prescribed internal composition before freezing the proposal.

For each material candidate choice classify:

Choice: <public/domain/downstream choice>
Authority: <exact source>
Disposition: frozen-upstream | semantically-equivalent-mechanic | unresolved-design

unresolved-design is never a legal ticket handoff. If two reasonable implementations could satisfy the ticket while establishing materially different public, product, domain, architecture, persistence, or downstream contracts, return the affected scope to its owning Spec/design authority rather than drafting acceptance criteria that silently delegate the choice.

Read the full file on GitHub · 1,106 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. today Changed · -22 lines 1690115b19d5
  2. 2d ago Changed · +83 lines 5bda29e53603
  3. 3d ago Changed · +43 lines 7184b93d65e0
  4. 4d ago Changed · +52 lines 3e319ae77b8a
  5. 7d ago Changed · +327 lines · +2 tokens per session 5604b49777bd
  6. 11d ago First seen · 623 lines · 37 tokens per session scan A 7c1c3d109601

Subscribe to this mod's changes

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

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

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

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

autotask-creator

Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.

Orkas-AI/Orkas · 5 tokens

projects

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

me2resh/apexyard · 24 tokens