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/mintuz/skills/claude-mdgit clone --depth 1 https://github.com/mintuz/skillsWrote 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/mintuz/skills/claude-md)<a href="https://agentmods.dev/instructions/mintuz/skills/claude-md"><img src="https://agentmods.dev/badge/instructions/mintuz/skills/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.01853 | $0.01853 |
| Opus 5 | $0.00927 | $0.00927 |
| Sonnet 5 | $0.00371 | $0.00371 |
| Haiku 4.5 | $0.00185 | $0.00185 |
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 today.
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.
This is a copy
95% identical to skills AGENTS.md — 32 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 190 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project Overview
Claude Code plugin marketplace containing seven plugins for software development and personal productivity workflows:
- core – memory, commit hygiene, refactoring, prompt refinement, and branch review
- web – CSS, React, Tailwind, testing, refactoring, and design practices
- typescript – strict, schema-first TypeScript guidance
- system-design – Mermaid diagram generation from code
- product-management – PRD creation, status updates, and task orchestration
- app – Swift iOS testing, App Intent-first development, and SwiftUI architecture
- life – personal life management with GPS method for goal achievement
Plugin Architecture
Plugins extend Claude Code with three types of content:
- Agents - Autonomous subprocesses with specialized tools and context (defined in
agents/*.md) - Skills - Knowledge bases that load into context (defined in
skills/*/SKILL.md) - Commands - Slash commands for quick actions (defined in
commands/*.md)
The marketplace registry (.claude-plugin/marketplace.json) indexes all plugins, while each plugin's manifest (plugin.json) defines metadata. Skills listed in marketplace.json become user-invocable (e.g., /skill core:commit-messages), while unlisted skills are only loaded by other skills or agents.
Repository Structure
.claude-plugin/marketplace.json # Marketplace registry (plugin metadata)
src/
core/
.claude-plugin/plugin.json
agents/ # compare-branch, refactor
skills/ # commit-messages, learn, pr, writing, yagni
web/
.claude-plugin/plugin.json
skills/ # css, frontend-testing, react, react-testing, refactoring, tdd, web-design
typescript/
.claude-plugin/plugin.json
skills/ # typescript-best-practices
system-design/
.claude-plugin/plugin.json
skills/ # mermaid-generator
product-management/
.claude-plugin/plugin.json
app/
.claude-plugin/plugin.json
skills/ # app-intent-driven-development, swift-testing
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.
- today Changed · +12 lines · +415 tokens per session 8025c379d628
- 4d ago First seen · 178 lines · 1,438 tokens per session scan A 0047f9f83a48
skills CLAUDE.md is an instructions file published in the GitHub repository mintuz/skills (29 stars, last pushed today), licensed MIT. It adds 1,853 tokens to every session, about $0.0093 per session on Opus 5. A static security scan graded it A with 0 findings. It is 95% identical to skills AGENTS.md, differing in 32 lines, and is treated as a copy.
Other instructions, from other repositories
cloudinary_npm AGENTS.md
Instructions for cloudinary/cloudinary_npm, covering contributor guide for coding agents, commands, testing, project structure and code style.
experiencer CLAUDE.md
Claude Code instructions for vincentlaucsb/experiencer: The canonical repository instructions are in AGENTS.md. Read and follow that file; this compatibility entrypoint intentionally defines no independent rules.
bitcoin-mcp copilot-instructions.md
Instructions for Bortlesboat/bitcoin-mcp, covering bitcoin-mcp copilot instructions, rules, satoshi api reference and verification.
drpc-agent-skills GEMINI.md
Gemini CLI instructions for drpcorg/drpc-agent-skills: @./skills/drpc-rpc/SKILL.md @./skills/drpc-rpc/setup.md @./skills/drpc-rpc/direct-http.md @./skills/drpc-rpc/tools-reference.md @./skills/drpc-rpc/recipes-simple.md @./skills/drpc-rpc/recipes-crosschain.md @./skills/drpc-rpc/recipes-defi-basics.md…
evm-agent-toolkit AGENTS.md
AGENTS.md instructions for 0xendale/evm-agent-toolkit, covering evm mcp server — contributor & architecture guide, what this repo is, architecture, key conventions and naming.
lyra-web3-playground GEMINI.md
Gemini CLI instructions for nirholas/lyra-web3-playground, covering lyra-web3-playground and terminal management.