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 skills/bendrucker/claude/skillnpx skills add bendrucker/claude --skill skillgit clone --depth 1 https://github.com/bendrucker/claudeWhat 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.00047 | $0.02553 |
| Opus 5 | $0.00023 | $0.01277 |
| Sonnet 5 | $0.00009 | $0.00511 |
| Haiku 4.5 | $0.00005 | $0.00255 |
Grade A, and why
claude-code:skill 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 2d 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 — 201 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Code Skills Development
Reference for developing effective skills.
Arguments
Run a check against a skill path in $ARGUMENTS, defaulting to the skill you just edited:
--validate: runskill-lint(see Validation) for frontmatter, naming, and reference-depth validation.--structure: run the directory-structure check (${CLAUDE_SKILL_DIR}/scripts/check-structure.ts) for the SKILL.md,scripts/,references/,assets/layout.
With neither flag, use the skill as an authoring reference. See Validation.
Skill Structure
---
name: plugin-name:skill-name
description: Third-person capability description with trigger terms
argument-hint: "[--flag] [<positional>]"
allowed-tools: [Read, Grep, Glob]
model: sonnet
effort: low
context: fork
agent: Explore
background: false
user-invocable: false
hooks:
PreToolUse:
- matcher: "Bash"
hooks:
- type: command
command: "./scripts/validate.sh"
once: true
---
Required Fields
name: Lowercase letters, numbers, hyphens only (max 64 chars). See Naming.description: Third-person, includes trigger terms and use cases (max 1024 chars).
Optional Fields
argument-hint: Arguments the skill accepts, shown in the slash menu after the skill name. See Argument Hints.allowed-tools: Tools Claude can use without permission when skill is activemodel: Override the conversation's model. Prefer a tier alias (haiku,sonnet,opus,fable) orinheritover a dated model ID.effort: Reasoning effort while the skill is active. Pinlowon mechanical skills such as monitoring, execution, and formatting. Defaults to the conversation's effort.context: Set toforkto run in isolated subagent contextagent: Agent type whencontext: fork(Explore,Plan,general-purpose, or custom)background: Only withcontext: fork.falsewaits for the fork's result in the invoking turn instead of backgrounding it. Defaulttrue.user-invocable: Hide from slash menu whenfalse(default:true)disable-model-invocation: Block model (Skill-tool) invocation and drop the skill's name and description from the always-on catalog (zero recurring context cost); still slash-invocable. Opposite ofuser-invocable: false, which hides the slash menu but keeps the description loaded for the model.hooks: Skill-scoped hooks (PreToolUse,PostToolUse,Stop)
What ships with it
32 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- package.json 150 B
- references/information-hierarchy.md 2.5 KB
- references/levers.md 3.3 KB
- references/patterns.md 4.8 KB
- references/plain-language.md 4.1 KB
- references/troubleshooting.md 694 B
- scripts/check-lint.test.ts 2.1 KB runs code
- scripts/check-lint.ts 1.8 KB runs code
- scripts/check-namespace.test.ts 7.4 KB runs code
- scripts/check-namespace.ts 3.4 KB runs code
- scripts/check-structure.test.ts 3.6 KB runs code
- scripts/check-structure.ts 1.8 KB runs code
- scripts/hook-input.ts 402 B runs code
- scripts/skill-lint/index.ts 1.7 KB runs code
- scripts/skill-lint/parse.ts 935 B runs code
- scripts/skill-lint/rules/bang-execution.ts 2.4 KB runs code
- scripts/skill-lint/rules/body.ts 897 B runs code
- scripts/skill-lint/rules/frontmatter.ts 6.3 KB runs code
- scripts/skill-lint/rules/headers.ts 1.9 KB runs code
- scripts/skill-lint/rules/index.ts 526 B runs code
- scripts/skill-lint/rules/namespace.ts 2.7 KB runs code
- scripts/skill-lint/rules/references.ts 1.7 KB runs code
- scripts/skill-lint/rules/tokens.ts 474 B runs code
- scripts/skill-lint/test/fixtures/invalid-name/SKILL.md 126 B
- scripts/skill-lint/test/fixtures/missing-description/SKILL.md 82 B
- scripts/skill-lint/test/fixtures/prefer-headers/SKILL.md 421 B
- scripts/skill-lint/test/fixtures/valid/SKILL.md 119 B
- scripts/skill-lint/test/fixtures/with-references/references/language.md 125 B
- scripts/skill-lint/test/fixtures/with-references/SKILL.md 149 B
- scripts/skill-lint/test/rules.test.ts 14 KB runs code
- scripts/skill-lint/types.ts 1.0 KB runs code
- scripts/test-support.ts 251 B runs code
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.
- 2d ago First seen · 201 lines · 47 tokens per session scan A f605bdfb2d98
claude-code:skill is a skill published in the GitHub repository bendrucker/claude (16 stars, last pushed 2d ago), licensed MIT. It adds 47 tokens to every session and 2,553 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-08-30.
Other skills, from other repositories
paperclip
Interact with the Paperclip control plane API for task coordination and governance. Use when checking assignments, updating issue status, posting comments, delegating work, managing routines, or calling Paperclip API endpoints.
omni-mcp
Connect to the OmniRoute MCP server (110 tools, 3 transports: SSE/stdio/HTTP). Covers routing, cache, compression, memory, skills, providers, and audit tools across 33 permission scopes.
add-resend
Add Resend (email) channel integration via Chat SDK.
codegen
Code generation utilities for json-render. Use when generating code from UI specs, building custom code exporters, traversing specs, or serializing props for @json-render/codegen.
agui-dotnet-sample-step
Add a GettingStarted sample Step (a Server/Client pair) to the AG-UI .NET SDK that demonstrates one protocol feature the way we want users to write it. USE FOR: adding a new samples/GettingStarted/StepNN Server+Client pair, wiring it into AGUI.slnx and the integration-test project, giving it a deterministic…
optimize-agentic-workflow
Analyze and reduce token consumption in agentic workflows — guardrail-specific entry points, measurement, and optimization techniques.