Digital-Threads

40 mods across 1 repository, 5 stars between them.

token-pilot

02

Digital-Threads/token-pilot

Plugin Claude Code

Saves 60-90% tokens on AI code reading. AST-aware lazy reads, symbol navigation, findusages, structural git diff/log, edit-safety guard, Task-routing matcher, cross-session telemetry (errors + diagnostics), 25 tp- subagents tiered to haiku/sonnet/opus with budget watchdog.

5 5d ago A tokens not measured

Digital-Threads/token-pilot

Instructions file CodexOpenCode

AGENTS.md instructions for Digital-Threads/token-pilot, covering agent instructions, quick reference, non-interactive shell commands, force overwrite without prompting and for recursive operations.

5 5d ago C 742 tokens

Digital-Threads/token-pilot

Instructions file

Claude Code instructions for Digital-Threads/token-pilot, covering project instructions for ai agents, beads issue tracker, quick reference, rules and session completion.

5 5d ago A 920 tokens

Digital-Threads/token-pilot

Agent

PROACTIVELY use this when the user asks "what changed in our public API", "did we break anyone", "is this a breaking release", or is about to cut a version. Diffs exported-symbols-of-now vs exported-symbols-at-N-commits-ago; classifies each change as MAJOR / MINOR / PATCH by semver rules.

5 5d ago A 82 tokens

tp-audit-scanner

06

Digital-Threads/token-pilot

Agent

Use this when the user asks for a security / quality audit, pre-release sweep, or "scan this for issues". Finds hardcoded secrets, injection shapes, unsafe casts, stale TODOs — classified Critical / Important / Minor. Read-only, NEVER edits, never quotes secrets in output.

5 5d ago A 64 tokens

tp-commit-writer

07

Digital-Threads/token-pilot

Agent

PROACTIVELY use this when the user is about to commit a NON-TRIVIAL change (new feature, fix, refactor) and asks "write a commit message". Reads staged diff, verifies tests pass, drafts Conventional Commit. Refuses mixed diffs (asks to split), failing tests, or empty stage. Do NOT use for docs-only, whitespace-only…

5 5d ago A 112 tokens

tp-context-engineer

08

Digital-Threads/token-pilot

Agent

PROACTIVELY use this when the user says "setup this project for AI-assisted coding", "agent is producing wrong patterns", "new session keeps hallucinating APIs", or asks how to structure CLAUDE.md / AGENTS.md / rules files. Audits the current context setup, proposes improvements, and writes the rules file. Do NOT use…

5 5d ago A 79 tokens

tp-dead-code-finder

09

Digital-Threads/token-pilot

Agent

Use this when the user asks to find or remove dead / unused code ("clean up this file", "find unused exports", "pre-release cleanup"). Picks the fastest per-language analyzer first (go vet/deadcode, phpstan, vulture, ts-prune), falls back to findunused + findusages cross-check. Output-only — NEVER deletes code itself.

5 5d ago A 81 tokens

tp-debugger

10

Digital-Threads/token-pilot

Agent

PROACTIVELY use this when the user reports a bug, stack trace, error message, failing behaviour, or asks "why does X break / fail / throw". Traces root cause via call-tree without reading whole files first. Do NOT use for writing new features or planning changes.

5 5d ago A 62 tokens

tp-dep-health

11

Digital-Threads/token-pilot

Agent

PROACTIVELY use this when the user asks "which dependencies should I update", "any stale / risky packages", "audit our deps". Combines outdated check with actual in-code usage — stale-and-heavily-used packages are prioritised, stale-and-unused ones flagged for removal.

5 5d ago A 63 tokens

tp-doc-writer

12

Digital-Threads/token-pilot

Agent

PROACTIVELY use this when the user asks to document a decision, write an ADR, add API docs, update README, or says "document this". Writes the WHY (context, constraints, trade-offs), not the WHAT — the diff shows the what. Do NOT use for inline code comments or changelog entries (that's tp-commit-writer).

5 5d ago A 77 tokens

tp-history-explorer

13

Digital-Threads/token-pilot

Agent

PROACTIVELY use this when the user asks "why is this like this", "when was X added / changed", "who added Y", "what was the reason for this code". Returns the minimum commit chain that explains current state — no theorising beyond what commit messages say.

5 5d ago A 63 tokens

tp-impact-analyzer

14

Digital-Threads/token-pilot

Agent

PROACTIVELY use this when the user asks "what will break if I change X", "who depends on this", or is about to modify a shared symbol / public API / widely-used function. Produces a blast-radius map of affected call sites. Does NOT propose fixes.

5 5d ago A 62 tokens

Digital-Threads/token-pilot

Agent

PROACTIVELY use this when the user reports a production incident and asks "what changed before this", "what was deployed in the window", "correlate the bug with recent commits". Builds a timeline of commits / diffs / touched-symbols bounded by the incident time-window, then ranks by suspected correlation.

5 5d ago A 70 tokens

Digital-Threads/token-pilot

Agent

PROACTIVELY use this when the user starts implementing a multi-file feature from a task breakdown, or says "build X" / "implement Y" with more than one file involved. Executes in thin vertical slices with test-pass between each. Do NOT use for single-function changes, docs, or config tweaks.

5 5d ago A 69 tokens

tp-migration-scout

17

Digital-Threads/token-pilot

Agent

PROACTIVELY use this BEFORE the user starts any migration — replacing an API, upgrading a framework version, removing a deprecated symbol, switching libraries. Enumerates touch-points as an effort-classified checklist. Do NOT use during the migration itself (file-by-file edits).

5 5d ago A 61 tokens

tp-onboard

18

Digital-Threads/token-pilot

Agent

PROACTIVELY use this when the user is exploring an unfamiliar codebase — asks "how is this organised", "what does this project do", "where do I start reading", or starts any conversation in a repo the main agent doesn't know. Orientation map only (layout, entry points, modules); does NOT drill into implementation.

5 5d ago A 71 tokens

Digital-Threads/token-pilot

Agent

PROACTIVELY use this when the user reports slow behaviour, asks to profile/optimize, mentions Core Web Vitals / TTFB / response time regressions. Measures FIRST, identifies real bottleneck, proposes targeted fix, never guesses. Do NOT use for general code review or refactoring that isn't perf-driven.

5 5d ago A 70 tokens

tp-pr-reviewer

20

Digital-Threads/token-pilot

Agent

PROACTIVELY use this when the user asks to review a diff, PR, commit range, or changeset ("review these changes", "look at my PR", "is this safe to merge"). Verdict-first output with Critical / Important findings. Do NOT use for writing code or planning.

5 5d ago A 64 tokens

tp-refactor-planner

21

Digital-Threads/token-pilot

Agent

PROACTIVELY use this when the user asks to "plan", "design", or "scope" a refactor, or says "I want to refactor X but need a plan first". Produces step-by-step plan with exact edit context; never applies changes itself.

5 5d ago A 62 tokens

tp-review-impact

22

Digital-Threads/token-pilot

Agent

PROACTIVELY use this when the user asks "will this PR break production", "what's the blast radius of these changes", or is about to merge into a main branch. Combines diff analysis with dependent discovery — flags risky public-API changes BEFORE they land.

5 5d ago A 59 tokens

tp-run

23

Digital-Threads/token-pilot

Agent

PROACTIVELY use this general-purpose token-pilot workhorse for ANY coding task (read / edit / search / explore) when no other tp- specialist matches. Prefer token-pilot MCP tools over raw Read / Grep / git. Invoke when the user asks to touch code and no more specific specialist fits.

5 5d ago A 67 tokens

tp-session-restorer

24

Digital-Threads/token-pilot

Agent

PROACTIVELY use this as the FIRST step after /clear, compaction, or a fresh window when a recent sessionsnapshot exists on disk. Reads snapshot + git status + saved docs, returns a ≤200-token briefing. Do NOT use mid-task.

5 5d ago A 57 tokens