skills CLAUDE.md

skills CLAUDE.md is an instructions file for Claude Code from jsmastery-pro/skills. It costs 582 tokens per session, scanned A, original, MIT.

Project instructions for a collection of coding-agent skills that support different phases of software development, from planning to testing and documentation.

In plain words
What is it for?
Use them when choosing workflow skills, planning a change, developing it, running checks or tests, reviewing results, or documenting the work.
Why use it?
They keep the engineer in control: recommendations and checks are reported for a decision rather than silently applied or treated as mandatory gates.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: reads .claude/ paths; mentions Claude Code.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jsmastery-pro/skills/claude-md.svg)](https://agentmods.dev/instructions/jsmastery-pro/skills/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/jsmastery-pro/skills/claude-md"><img src="https://agentmods.dev/badge/instructions/jsmastery-pro/skills/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 582 This file is loaded in full into every session.
When invoked 582 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.1 $0.00582 $0.00582
Opus 5 $0.00291 $0.00291
Sonnet 5 $0.00116 $0.00116
Haiku 4.5 $0.00058 $0.00058

Measured 6d ago against content hash 7c3be7aa08a6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 6d 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 · 20 lines

How it starts

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

Project: Engineering Workflow Skills

A collection of Claude Code skills encoding a phase based engineering workflow. No mandated playbook: you run whichever skills a change needs, in whatever order fits. /scope recommends a workflow tier (Prototype/Alpha/Beta/GA, how much verification a project or feature warrants), but it is a default you override per feature, never a forced track.

Conventions every skill follows

  • The engineer decides; the AI recommends. Any AI initiated verification or critique (e.g. /architect's cross model spec check) is offered, never run or skipped on the engineer's behalf. Whatever such a check finds, a gap, a load bearing decision, a fix, is surfaced to the engineer to decide, never silently resolved or auto applied. A check the engineer invokes directly (/check verify, /check review) is already their choice to run, and still reports rather than auto fixes.
  • Suggestions, never gates. The engineer is in charge: every step after /develop (/check verify, /test, /check review, /document) is suggested by the tier and freely skippable, and done is the engineer's to declare, never a status a skill withholds until boxes are ticked. A skipped step is recorded honestly as skipped. The one thing the workflow asks is that a load bearing decision be written down (a spec); even that is flagged, not enforced (an Assumed spec never blocks done).
  • Every user facing question carries exactly one recommended option with a one line why (make the call, let them override). Never a neutral menu, never a cold question, never a silent decision.
  • Keep skills lean. A skill loads in full on its path every run, so every line is a recurring cost. Cut lines that don't change the agent's behavior, keep the reasoning in the commit or PR (not the skill body), name concepts instead of explaining them, and split out only rare, long content. Full guidance: docs/conventions.md. Run npm run check before committing skill edits.

Read the full file on GitHub · 20 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. 6d ago First seen · 20 lines · 582 tokens per session scan A 7c3be7aa08a6

Subscribe to this mod's changes

skills CLAUDE.md is an instructions file published in the GitHub repository jsmastery-pro/skills (1,003 stars, last pushed 27d ago), licensed MIT. It adds 582 tokens to every session, about $0.0029 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.

Related

Other instructions, from other repositories