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 skills add anton-abyzov/specweave --skill sw-dogit clone --depth 1 https://github.com/anton-abyzov/specweaveWrote 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/anton-abyzov/specweave/sw-do)<a href="https://agentmods.dev/skills/anton-abyzov/specweave/sw-do"><img src="https://agentmods.dev/badge/skills/anton-abyzov/specweave/sw-do/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.
<a href="https://agentmods.dev/skills/anton-abyzov/specweave/sw-do"><img src="https://agentmods.dev/badge/skills/anton-abyzov/specweave/sw-do.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00041 | $0.01288 |
| Opus 5 | $0.00020 | $0.00644 |
| Sonnet 5 | $0.00008 | $0.00258 |
| Haiku 4.5 | $0.00004 | $0.00129 |
Grade A, and why
sw-do 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 5d 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 — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.
sw-do — work an increment to done
One loop: pick a task, claim it, implement inside its Files:, prove it with a
test, record the evidence. Repeat until nothing is claimable, then verify and
close. State is the ledger (sw-task); the spec is the contract.
Run specweave --version: exit 0 → CLI path. Not found → manual path
(same files, appended by hand — see sw-task).
Pick the increment
No id given → the single increment whose metadata.json has status: active.
Several active → list them and ask which. None → run sw-increment first.
The loop
- Next —
specweave task next <inc>: the first open task whose deps are done and whoseFiles:no live claim holds. Manual: lowest openT-idintasks.mdwith no live claim inledger.jsonl. - Claim —
specweave task claim T-01 <inc>(exit 3 = someone owns it, pick another · 4 = Files overlap · 6 = deps unmet). Manual: append{"t":"T-01","e":"claim","by":"<agent>","at":"<ISO>"}. Never edit before claiming. - Read — the task's
AC:ids inspec.mdand itsFiles:. Read the Approach section for that scope only; do not re-read the whole repo. - Implement — inside that task's
Files:and nothing else. Need another file → claim the task that owns it, or add a task:### T-07 Title+- AC: AC-03 | Files: src/b.ts | Test: npm test -- b. - Prove — run the task's
Test:command. Red → fix; never continue past a failing test. - Commit — subject starts with the increment id:
git commit -m "0042: fold the ledger". - Done with evidence —
specweave task done T-01 <inc> --run "npm test -- a"(exit 5 = the command failed, task stays open). NoTest:→--evidence "<sha> + what you ran". Manual: append{"t":"T-01","e":"done","by":"<agent>","at":"<ISO>","evidence":"npm test -- a → exit 0 / <sha>"}. - Stuck / not needed —
task block T-01 --note "<what is missing>"ortask skip T-01 --note "<why>"(skip is terminal and needs a reason). - Back to 1.
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.
- 5d ago First seen · 79 lines · 41 tokens per session scan A 8588907f8122
sw-do is a skill published in the GitHub repository anton-abyzov/specweave (160 stars, last pushed today), licensed MIT. It adds 41 tokens to every session and 1,288 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-09-03.
Other skills, from other repositories
clickup
Use when managing ClickUp tasks, sprints, or comments via the cup CLI tool. Triggers: task queries, status updates, sprint tracking, creating subtasks, posting comments, threaded replies, standup summaries, searching tasks, checking overdue items, assigning tasks, listing spaces and lists, opening tasks in browser…
linear-graphql-skill
Operate Linear workspace issues, projects, and teams through Linear GraphQL API using UXC. Use when tasks require querying or creating issues, managing projects, or interacting with Linear workflow. Supports both Personal API Key and OAuth authentication.
genie-orca-wish
Turn a brainstorm/design into an APPROVED-able wish whose Dispatch plan is the literal input to Orca tasks and Linear issues. High-reasoning pass: pre-decide everything so fast workers can execute without judgment calls.
dos-dispatch
Plan and ship the next batch on one lane: run dos-next-up, acquire a lease with dos arbitrate, gate empty work, dispatch the packet, and archive the run. Use when a single lane should move end to end with collision safety.
dos-next-up
Snapshot the repo's phased-plan portfolio into a dispatch packet: audit candidates with dos verify, render who-does-what, and emit a dos gate verdict. Use when you need the current next-work view before dispatching agents.
aigon-next
Suggest the most likely next workflow action based on current context.