swarm: Skill for Claude Code

.claude/skills/chores/SKILL.md

chores is a skill for Claude Code from ra3orblade/swarm. It costs 60 tokens per session (488 once invoked), scanned A, original, Apache-2.0.

A pre-shipping checklist for the current work that runs verification, code review, documentation checks, and the final commit and pull-request steps. A pull request is a request for teammates to review changes before they are merged.

In plain words
What is it for?
Use it to run the project's type checks, linting, tests, smoke checks, and documentation checks, then review the diff and prepare the work for a pull request.
Why use it?
It reduces the chance of shipping untested code, unresolved review findings, outdated documentation, or an incorrectly prepared branch.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is ra3orblade/swarm's own configuration. It tells Claude Code how to work on swarm itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything swarm configures →

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/.../harness.

Reuse

Borrowing it

Nothing to install: this file belongs to ra3orblade/swarm. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ra3orblade/swarm/main/.claude/skills/chores/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ra3orblade/swarm

Made for: Claude Code.

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 chores

README.md
[![agentmods](https://agentmods.dev/badge/skills/ra3orblade/swarm/chores/github.svg)](https://agentmods.dev/skills/ra3orblade/swarm/chores)
Your own site
<a href="https://agentmods.dev/skills/ra3orblade/swarm/chores"><img src="https://agentmods.dev/badge/skills/ra3orblade/swarm/chores/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.

agentmods 80×15 button for chores

Your own site · 80×15
<a href="https://agentmods.dev/skills/ra3orblade/swarm/chores"><img src="https://agentmods.dev/badge/skills/ra3orblade/swarm/chores.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 488 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00060 $0.00488
Opus 5 $0.00030 $0.00244
Sonnet 5 $0.00012 $0.00098
Haiku 4.5 $0.00006 $0.00049

Measured 8d ago against content hash 5a63357ec379, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

chores 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 8d 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.

.claude/skills/chores/SKILL.md · 27 lines

What it actually says

Chores

Drive the wrap-up in order. Between steps, surface findings — the user redirects; don't auto-fix beyond trivial mechanical items without a go-ahead. Hard-stop on must-fix findings until acknowledged.

Preconditions

  1. You are in a git worktree, not the shared checkout. git rev-parse --show-toplevel should end in .swarm/worktrees/… (or another dedicated worktree), never /Users/.../harness while another session may be live. If you're in the shared tree, stop and move the work to a worktree (git worktree add ~/.swarm/worktrees/swarm/<task> -b feat/<task> origin/main).
  2. git status shows the changes you intend to ship.

Sequence

  1. Verify suite — all must pass:
    bun run typecheck && bun run lint && bun run test && bun run smoke && bun run docs:check
    
    Fix mechanical failures (formatting via bun run format); surface real ones.
  2. Code review — run the review skill over the diff. Address must-fix findings; note the rest.
  3. Design review — if packages/web changed, run the design-review skill.
  4. Docs & roadmap current — update docs/06-roadmap.md status the same change the work lands; docs product-agnostic; new behaviour has a test.
  5. Commit — scoped, never -A. Stage explicit paths (git add <path> …) so a concurrent session's files can't be swept in. Conventional message (feat:/fix:/docs:/chore:) explaining the behaviour change and how it was verified. End with the Co-Authored-By trailer.
  6. PR — run the pr skill (push + gh pr create).

Report a one-line summary of each step's result.

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. 8d ago First seen · 27 lines · 60 tokens per session scan A 5a63357ec379

Subscribe to this mod's changes

chores is a skill published in the GitHub repository ra3orblade/swarm (7 stars, last pushed 2d ago), licensed Apache-2.0. It adds 60 tokens to every session and 488 once invoked, about $0.0003 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-08-31.

Related

Other skills, from other repositories

requesting-code-review

Use when implementation is done and you need a structured pre-PR review workflow. Triggers: 'ready for review', 'review my changes before PR', 'pre-merge check', 'is this ready', 'submit for review'. NOT for: post-merge review (use code-review) or deciding how to integrate (use finishing-a-development-branch).

axiomantic/spellbook · 77 tokens

pr-writer

Writes a pull-request description from the actual diff.

rysh-ai/rysh-cli-code · 14 tokens

git

This skill should be used when the user asks to "commit changes", "create a pull request", "rebase safely", "manage branches", "fix merge conflicts", "undo a commit", "comment on a PR", "create a release", or performs any git/GitHub operations. Provides safety patterns, atomic commit formatting, PR descriptions…

dean0x/devflow · 82 tokens

comprehensive-review-pr-enhance

You are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code reviews. Generate comprehensive PR descriptions, automate review processes, and ensure PRs follow best practices for clarity, size, and reviewability.

Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI · 51 tokens

batch-review

Review multiple related change sets for integration coherence and safe merge ordering.

ivanviragine/wade · 16 tokens

create-pr

Create branch, atomic commits, push, and open a pull request with terse, exact messages. Conventional branch + commit format. PR title ≤70 chars, body says "why", not "what". Use when the user says "create pr", "create pullrequest", "create pull request", "make pr", "open pr", "open pullrequest", "open pull request"…

samuelpatro/.claude · 114 tokens