all

all is a command for Claude Code from dork-labs/dorkos. It costs 49 tokens per session (4,177 once invoked), scanned A, original, MIT.

A command that runs the repository’s available verification checks and writes one report showing the result of each check.

In plain words
What is it for?
It helps verify code changes before release and stops before checks that require payment or a live system unless approved.
Why use it?
It gathers type checks, linting, unit tests, browser tests, and structural evaluations in one run while marking skipped checks honestly.

Command for Claude Code

Part of the flow plugin — 33 skills, 42 commands, 5 agents, 4 hooks, 5 plugins shipped together

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/dork-labs/dorkos/all
Clone the repo
git clone --depth 1 https://github.com/dork-labs/dorkos

Made for: Claude Code.

Or install flow, the plugin that ships this one along with the rest of its 33 skills, 42 commands, 5 agents, 4 hooks, 5 plugins.

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 all

README.md
[![agentmods](https://agentmods.dev/badge/commands/dork-labs/dorkos/all.svg)](https://agentmods.dev/commands/dork-labs/dorkos/all)
Your own site
<a href="https://agentmods.dev/commands/dork-labs/dorkos/all"><img src="https://agentmods.dev/badge/commands/dork-labs/dorkos/all.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,177 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.00049 $0.04177
Opus 5 $0.00024 $0.02089
Sonnet 5 $0.00010 $0.00835
Haiku 4.5 $0.00005 $0.00418

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

Security

Grade A, and why

all 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 yesterday.

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/commands/test/all.md · 222 lines

How it starts

The opening of the file, as written. The whole thing — 222 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Run every free, deterministic verification tier in this repo, in one pass, and produce a single report with a pass/fail verdict per tier. Then stop and ask before running anything that spends money or needs a live stack.

This is the run-everything entry point described in meta/chat-capabilities.md §11. It does not replace the individual commands — it sequences them and reports honestly on what actually ran.

The one rule that matters: a tier that did not execute is never green. See "Honest reporting" below — turbo's cache replay is designed to look exactly like a passing run.


Argument Parsing

Parse $ARGUMENTS:

  1. skip:a,b — skip named tiers. Names: verify, unit, e2e, evals. Skipped tiers are reported as SKIPPED (requested), never as PASS.
  2. only:1,2 — run only these tier numbers (1–4). Mutually exclusive with skip:.
  3. --yes-paid — the operator has pre-approved the gated tier, so Phase 6 runs its ladder without a second question. Without this flag, never start a paid tier on your own initiative.

Default (no arguments): tiers 1–4, then ask.

Results File

TIMESTAMP=$(date +%Y%m%d-%H%M%S)
RESULTS_DIR="test-results/test-all"
mkdir -p "$RESULTS_DIR"
RESULTS_FILE="$RESULTS_DIR/$TIMESTAMP.md"

Write the header immediately (Status: IN PROGRESS, the tier plan, git branch + git rev-parse --short HEAD) and append after every tier, so an interrupted run still leaves a truthful partial record. test-results/ is gitignored — the report is a local artifact, not a commit.

Full command output goes to $RESULTS_DIR/$TIMESTAMP-<tier>.log; the report links to it and quotes only the verdict lines. Never paste a thousand lines of turbo output into the report.

Phase 0 — Preflight

node -v && pnpm -v
git rev-parse --abbrev-ref HEAD && git status --short | head -20
ls node_modules >/dev/null 2>&1 || echo "WARNING: no node_modules — run 'pnpm install' first"

A dirty tree is fine (that is usually the point), but record it: a run against uncommitted work is only meaningful alongside the diff it tested.

Read the full file on GitHub · 222 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. yesterday First seen · 222 lines · 49 tokens per session scan A dfa95f3c31a9

Subscribe to this mod's changes

all is a command published in the GitHub repository dork-labs/dorkos (9 stars, last pushed today), licensed MIT. It adds 49 tokens to every session and 4,177 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.