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 agentmods add commands/anton-abyzov/specweave/helpgit 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/commands/anton-abyzov/specweave/help)<a href="https://agentmods.dev/commands/anton-abyzov/specweave/help"><img src="https://agentmods.dev/badge/commands/anton-abyzov/specweave/help.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00000 | $0.00617 |
| Opus 5 | $0.00000 | $0.00309 |
| Sonnet 5 | $0.00000 | $0.00123 |
| Haiku 4.5 | $0.00000 | $0.00062 |
Grade A, and why
help 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 3d 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 — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.
import CommandTabs from '@site/src/components/CommandTabs';
Help & Discovery
Discovery entry point: See all available skills, usage statistics, and contextual next actions.
sw:help is the first command to run when you're new to SpecWeave or need a quick reference of what's available.
Usage
What It Shows
Stats Banner
If you've been using SpecWeave, the help command shows a one-line summary of your activity:
SPECWEAVE — 12 increments completed | 47 tasks done | 8 skills used (last 30 days)
Active Increment Context
If you have work in progress, it shows your current state and next actions:
Active now:
0042-user-auth — 60% (6/10 tasks)
Next: sw:do 0042 (continue) | sw:progress (status) | sw:done 0042 (close)
Skills by Workflow Stage
All skills organized by when you'd use them:
| Stage | Key Skills | Purpose |
|---|---|---|
| Plan | sw:increment, sw:brainstorm, sw:pm, sw:architect |
Define what to build |
| Implement | sw:do, sw:auto, sw:team-lead, sw:tdd-cycle |
Build it |
| Verify | sw:validate, sw:grill, sw:code-reviewer, sw:e2e |
Check quality |
| Close | sw:done, sw:next, sw:pr |
Ship it |
| Sync | sw:progress-sync, sw:sync-setup, sw:import |
Connect external tools |
| Explore | sw:docs, sw:progress, sw:analytics, sw:doctor |
Understand your project |
| Create | sw:image, sw:video, sw:diagrams, sw:remotion |
Generate media |
Getting Started (New Users)
If SpecWeave isn't initialized yet, the help command shows setup instructions:
Get started in 3 steps:
1. npm install -g specweave
2. cd your-project && specweave init .
3. Describe what you want to build
Related Commands
sw:docs— Browse and search living documentationsw:progress— Show increment progresssw:analytics— Detailed usage statisticssw:doctor— Installation health check
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.
- 3d ago First seen · 72 lines · 0 tokens per session scan A cdad3db855da
help is a command published in the GitHub repository anton-abyzov/specweave (159 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 617 tokens. 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-30.
Other commands, from other repositories
review-renovate
Review and merge renovate PRs with automerge configuration updates.
monitor-ci
Monitors pull request CI checks until they are resolved (pass or fail).
/add-claude-rule
Appends the rule from $ARGUMENTS to CLAUDE.md.
implement-regression-tests
Implement regression tests marked with it.skip.
plan-regression-tests
Plan regression tests for existing code with it.skip statements.
read-issue
Fetch and read a GitHub issue using gh command.