Digital-Threads

40 mods across 1 repository, 5 stars between them.

tp-ship-coordinator

25

Digital-Threads/token-pilot

Agent

PROACTIVELY use this before a production release — "prepare to ship", "pre-launch check", "rollout plan needed". Runs the pre-launch checklist, plans staged rollout, defines rollback. Do NOT use for day-to-day deploys of a trusted pipeline (they should pass the checklist automatically).

5 5d ago A 67 tokens

tp-spec-writer

26

Digital-Threads/token-pilot

Agent

PROACTIVELY use this before starting a new feature, project, or change that touches multiple files when no spec exists yet. Writes a structured spec, surfaces assumptions BEFORE any code, produces acceptance criteria. Do NOT use for typo fixes, single-line changes, or unambiguous small tasks.

5 5d ago A 64 tokens

Digital-Threads/token-pilot

Agent

PROACTIVELY use this when the user asks "what's untested", "find coverage gaps", "which symbols have zero tests", or wants to plan a testing sprint. Enumerates exported symbols, cross-checks against test-file references, returns a prioritised gap list.

5 5d ago A 63 tokens

tp-test-triage

28

Digital-Threads/token-pilot

Agent

PROACTIVELY use this when the user reports failing tests, asks to investigate a red CI, or says "these tests are broken / flaky". Identifies root cause and suggests minimal fix — no speculation. Do NOT use to write new tests (that's tp-test-writer).

5 5d ago A 62 tokens

tp-test-writer

29

Digital-Threads/token-pilot

Agent

PROACTIVELY use this when the user asks to write, add, or cover a SPECIFIC function / method / class with tests ("add test for X", "cover Y"). Mirrors project's existing test style; runs the tests before declaring done. Do NOT use for diagnosing failures (that's tp-test-triage).

5 5d ago A 69 tokens

PreToolUse

30

Digital-Threads/token-pilot

Hook

Runs before the agent uses a tool for Read, Edit, MultiEdit, Bash, Grep and Task tool calls, executing run.sh via sh (6 commands). From Digital-Threads/token-pilot.

5 5d ago A tokens not measured

PostToolUse

33

Digital-Threads/token-pilot

Hook

Runs after a tool call finishes for Bash and Task tool calls, executing run.sh via sh (2 commands). From Digital-Threads/token-pilot.

5 5d ago A tokens not measured

guide

35

Digital-Threads/token-pilot

Skill Claude CodeCodex

Show a quick-reference guide for all Token Pilot tools — when to use each one.

5 5d ago A 18 tokens

stats

37

Digital-Threads/token-pilot

Skill Claude CodeCodex

Show Token Pilot session analytics — token savings, per-tool breakdown, top files, per-agent grouping.

5 5d ago A 21 tokens

token-pilot

40

Digital-Threads/token-pilot

MCP server Claude CodeCodexCursor +2

Save up to 80% tokens when AI reads code via AST-aware structural reading. Runs locally from the token-pilot npm package.

5 5d ago A tokens not measured