skills CLAUDE.md

skills CLAUDE.md is an instructions file for coding agents from workersio/skills. It costs 561 tokens per session, scanned A, original, MIT.

Repository instructions for maintaining the Workersio testing workflow and its Claude and Codex plugin files. CLAUDE.md is a guidance file that tells coding agents how a project is organized and maintained.

In plain words
What is it for?
Use it when updating the WIO testing skill, its reference material, plugin manifests, marketplace files, subagents, or test-review reminder hooks.
Why use it?
It keeps important paths, workflow documentation, manifests, hooks, and copied agent files consistent, reducing the chance that maintenance changes the wrong source or omit related configuration.

Instructions file

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 instructions/workersio/skills/claude-md
Clone the repo
git clone --depth 1 https://github.com/workersio/skills

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 skills CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/workersio/skills/claude-md.svg)](https://agentmods.dev/instructions/workersio/skills/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/workersio/skills/claude-md"><img src="https://agentmods.dev/badge/instructions/workersio/skills/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 561 This file is loaded in full into every session.
When invoked 561 The same file — it is already loaded in full.
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.00561 $0.00561
Opus 5 $0.00280 $0.00280
Sonnet 5 $0.00112 $0.00112
Haiku 4.5 $0.00056 $0.00056

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

Security

Grade A, and why

skills 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.

CLAUDE.md · 36 lines

How it starts

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

CLAUDE.md

This repository packages the wio testing workflow skill and plugin.

Canonical Paths

  • Plugin: plugins/wio
  • Skill source: plugins/wio/skills/wio/SKILL.md
  • References: plugins/wio/skills/wio/references/
  • Hook script: plugins/wio/skills/wio/scripts/test-review-reminder.py
  • Claude plugin manifest: plugins/wio/.claude-plugin/plugin.json
  • Claude marketplace: .claude-plugin/marketplace.json
  • Claude plugin subagents: plugins/wio/agents/
  • Claude project subagents: .claude/agents/ when copied for project-local use
  • Claude hooks: .claude/settings.json
  • Codex plugin manifest: plugins/wio/.codex-plugin/plugin.json
  • Codex marketplace: .agents/plugins/marketplace.json
  • Codex subagents: .codex/agents/
  • Codex hooks: .codex/hooks.json

Maintenance Rules

  • Keep detailed testing content in references, not in SKILL.md.
  • Do not remove existing reference context.
  • Keep plugins/wio/skills/wio as the source of truth for WIO workflow and testing references.
  • Keep the reviewer focused on user value and team time saved.
  • Any test that does not materially reduce user-visible errors, production risk, support load, debugging time, review time, or release risk should be marked REDO or REMOVE.
  • When adding a reference topic, add both overview.md and tools.md, then link it from the WIO reference index.
  • Do not create separate scan, test, workload, review, or doctor skills. They are command modes inside the single wio skill.
  • Do not duplicate references under plugin, cloud, Claude, command, hook, or subagent folders.
  • Subagents may inspect, challenge, and review, but the main agent writes tests and applies the final KEEP, REDO, or REMOVE decision.
  • Claude Code plugins discover Markdown subagents from the plugin root agents/ directory; project-local Claude Code discovers them from .claude/agents/.
  • Codex discovers TOML custom agents from .codex/agents/. Codex plugins do not replace that project custom-agent location.
  • Keep marketplace entries in the official host locations: .agents/plugins/marketplace.json for Codex and .claude-plugin/marketplace.json for Claude Code.
  • Keep install instructions in README.md explicit enough that Codex or Claude can run native marketplace/plugin commands and copy host-specific agent files without a helper script.

Read the full file on GitHub · 36 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. 4d ago First seen · 36 lines · 561 tokens per session scan A f1c7db43ef25

Subscribe to this mod's changes

skills CLAUDE.md is an instructions file published in the GitHub repository workersio/skills (160 stars, last pushed 1mo ago), licensed MIT. It adds 561 tokens to every session, about $0.0028 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.