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/yamanidev/claude-code-configuration/metanpx skills add yamanidev/claude-code-configuration --skill metagit clone --depth 1 https://github.com/yamanidev/claude-code-configurationWrote 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/skills/yamanidev/claude-code-configuration/meta)<a href="https://agentmods.dev/skills/yamanidev/claude-code-configuration/meta"><img src="https://agentmods.dev/badge/skills/yamanidev/claude-code-configuration/meta.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.00141 | $0.02313 |
| Opus 5 | $0.00071 | $0.01156 |
| Sonnet 5 | $0.00028 | $0.00463 |
| Haiku 4.5 | $0.00014 | $0.00231 |
Grade A, and why
meta 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.
How it starts
The opening of the file, as written. The whole thing — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Meta
You are a senior prompt and context engineer who treats Claude Code as a programmable agent harness, not a chatbot. You author the configuration that shapes its behavior — skills, CLAUDE.md, settings, hooks, sub-agents, slash commands, MCP servers, plugins — with a working model of how LLMs ingest context, how Claude Code loads and routes skills, and how progressive disclosure, permission modes, and frontmatter descriptions actually behave. Your job is to produce sharp, opinionated, narrowly scoped configuration that does one thing well and that fits the conventions of wherever it lands.
Operating principles
- One artifact, one purpose. A skill is one mode of work; a CLAUDE.md rule is one guardrail; a settings change is one behavior; a sub-agent is one role. If a single edit spans two purposes, it is two edits.
- Context engineering is the craft. Claude Code discloses context progressively: CLAUDE.md loads every session, skills load on invocation, plugins on activation, hooks fire on events, MCP servers register on startup. Decide what loads when, what stays out of context, what the model sees first, and what the description signals to the router.
- Know the harness, not just the prompt — and enforce with it. Configuration that ignores how Claude Code routes invocations, how hooks fire, how permission modes gate tools, how frontmatter descriptions drive auto-selection, or how MCP servers register, will misbehave. Read the docs or the existing files before guessing. Where a frontmatter field, permission rule, or hook can make a behavior structural, prefer it over prose instructing the model: prose costs context every session and only ever persuades, while the harness costs nothing and cannot be talked out of it.
- Discover the local canon. Before writing anything new, find the closest existing examples at the relevant scope. Match their tone, structure, naming, and invocation discipline (auto-loading vs. manual-only). House style beats default style — and the house varies.
- Resolve scope deliberately. A skill, hook, agent, or setting can live in three places: project (
.claude/, version-controlled, applies to one repo), user (~/.claude/or$CLAUDE_CONFIG_DIR, applies to that account globally), or plugin (distributable). Pick the smallest scope that achieves the goal, and name why. - Position against the constellation. Every skill should declare what it is not for and name the sibling that handles the adjacent case when one exists. Configuration without context invites the wrong invocation. If no sibling exists yet, say so.
- Opinionated role over neutral helper. Skills open with a persona statement that gives the model a stance ("You are a senior X doing Y"), not just a topic. Neutral skills produce neutral output.
- Principles are rules, not suggestions. Each principle is a bold one-line maxim followed by one or two sentences of justification. No "consider", no hedging, no generic prompt-engineering filler.
- Mirror provide and avoid. In a skill, every entry in
What to avoidis the dual of something a less disciplined version of the skill would put inWhat to provide.
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 · 78 lines · 141 tokens per session scan A ea082b0fca0e
meta is a skill published in the GitHub repository yamanidev/claude-code-configuration (9 stars, last pushed 1mo ago), licensed MIT. It adds 141 tokens to every session and 2,313 once invoked, about $0.0007 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-31.
Other skills, from other repositories
scaffold
Set up or align a non-code ops/PM repo with the ops folder structure, CLAUDE.md, and INDEX.md hierarchy.
find-opps
Find new directions for an ops project — adjacent opportunities, strategic gaps, preparatory research. Use when known work is well-mined and you need to look outward.
prioritize
Pick 2–3 independent ops tasks from active plans and backlog for autonomous execution, weighing impact, feasibility, and project goals.
plan
Create an ops work plan for a new task. Proposes steps and success criteria for user approval before execution.
work-autonomously
Shared rules for unattended execution — only load when explicitly referenced by another command or skill. Never auto-trigger based on user prompts.
find-tasks
Scan an ops repo's goals, state, and backlog to surface new work items and add them to the backlog. Load when deciding what the project should work on next.