help

help is a command for coding agents from anton-abyzov/specweave. It costs 0 tokens per session (617 once invoked), scanned A, original, MIT.

A discovery command that lists available skills, explains when to use them, and shows useful context about current project work.

In plain words
What is it for?
Use it to see workflow stages such as planning, implementation, verification, and closing; review activity statistics; and find the next action for an active increment.
Why use it?
It gives newcomers a starting point and reduces the need to remember command names or search through documentation.

Command

Install

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.

agentmods
npx agentmods add commands/anton-abyzov/specweave/help
Clone the repo
git clone --depth 1 https://github.com/anton-abyzov/specweave

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 help

README.md
[![agentmods](https://agentmods.dev/badge/commands/anton-abyzov/specweave/help.svg)](https://agentmods.dev/commands/anton-abyzov/specweave/help)
Your own site
<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>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 617 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00617
Opus 5 $0.00000 $0.00309
Sonnet 5 $0.00000 $0.00123
Haiku 4.5 $0.00000 $0.00062

Measured 3d ago against content hash cdad3db855da, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

docs-site/docs/commands/help.md · 72 lines

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

Read the full file on GitHub · 72 lines

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. 3d ago First seen · 72 lines · 0 tokens per session scan A cdad3db855da

Subscribe to this mod's changes

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.