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 instructions/everyinc/hands-on-deck/claude-mdgit clone --depth 1 https://github.com/EveryInc/hands-on-deckWrote 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/instructions/everyinc/hands-on-deck/claude-md)<a href="https://agentmods.dev/instructions/everyinc/hands-on-deck/claude-md"><img src="https://agentmods.dev/badge/instructions/everyinc/hands-on-deck/claude-md.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.00227 | $0.00227 |
| Opus 5 | $0.00113 | $0.00113 |
| Sonnet 5 | $0.00045 | $0.00045 |
| Haiku 4.5 | $0.00023 | $0.00023 |
Grade A, and why
hands-on-deck CLAUDE.md 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 4d 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.
What it actually says
Working in this repo
Bump the version on every change to the skill
Any change to the skill — skills/hands-on-deck/SKILL.md, deck.py, the docs it ships, or its behavior — must bump the version in the same PR. Two files carry it and they move together:
.claude-plugin/plugin.json→version.claude-plugin/marketplace.json→plugins[0].version
(Leave marketplace.json's top-level metadata.version alone — that's the marketplace's own version, not the plugin's.)
Follow semver and the existing commit convention:
- Patch (
3.0.1→3.0.2) — guidance tweaks, small fixes, doc changes. - Minor (
3.0.0→3.1.0) — new capabilities or commands. - Major — breaking changes to the CLI or patch format.
Commit message format: hands-on-deck X.Y.Z: <one-line summary of the change>.
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.
- 4d ago First seen · 19 lines · 227 tokens per session scan A 2cdd1946548e
hands-on-deck CLAUDE.md is an instructions file published in the GitHub repository EveryInc/hands-on-deck (209 stars, last pushed 1mo ago), licensed MIT. It adds 227 tokens to every session, about $0.0011 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-30.
Other instructions, from other repositories
codex-ppt-skill AGENTS.md
Instructions for ningzimu/codex-ppt-skill, covering agents.md, contribution flow, changelog, release process and verification.
deepPPT AGENTS.md
Instructions for jiadizhunine/deepPPT, covering deepppt collaboration rules, source and licensing, visual contract, agent framework contract and platform contract.
awesome-ai-ppt AGENTS.md
AGENTS.md instructions for ningzimu/awesome-ai-ppt, covering agents.md, project intent, bilingual maintenance, inclusion rules and classification rules.
ppt-master AGENTS.md
AGENTS.md instructions for hugohe3/ppt-master, covering agents.md, project overview, execution requirements, required conventions and compatibility boundary.
ppt-master CLAUDE.md
Claude Code instructions for hugohe3/ppt-master: Claude Code entry point. To avoid maintaining two copies, all project instructions live in a single source of truth — AGENTS.md — imported below (Claude Code inlines @-referenced files into context). Always edit AGENTS.md; never duplicate its content here.
genoffice CLAUDE.md
Claude Code instructions for genspark-ai/genoffice, covering claude.md, theming rules (mandatory) and build gotchas.