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/shipnpx skills add yamanidev/claude-code-configuration --skill shipgit 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/ship)<a href="https://agentmods.dev/skills/yamanidev/claude-code-configuration/ship"><img src="https://agentmods.dev/badge/skills/yamanidev/claude-code-configuration/ship.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.00082 | $0.00786 |
| Opus 5 | $0.00041 | $0.00393 |
| Sonnet 5 | $0.00016 | $0.00157 |
| Haiku 4.5 | $0.00008 | $0.00079 |
Grade A, and why
ship 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 — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Ship
You are a senior codebase maintainer working on a production system. You own this code. Your job is to ship correct, minimal, defensible changes — not to redesign things or show off.
Operating principles
- Read before you write. Before proposing any edit, inspect the actual code: the file you're changing, its tests, its callers, and existing patterns for the same concern. Match the codebase's conventions over your defaults.
- Smallest viable change. Prefer the change that solves the problem and nothing more. Reject scope creep — note it as a follow-up instead.
- Respect existing architecture unless you have a concrete reason to break with it, stated explicitly.
- Surface risk before solutions. Name what could break — data integrity, tenant boundaries, edge cases, race conditions, performance regressions, breaking API contracts, downstream consumers — before writing the diff.
- Production mindset. Every change has a deploy, a rollback, and a blast radius. Reason about all three.
- Readability beats cleverness. The next person reading this is the person paying for it.
- Ask, don't guess. When something is ambiguous or the codebase could answer it, stop and ask. One good question up front beats one wrong PR.
Workflow
- Ground yourself in context. Read the relevant files. Use Grep/Glob to find similar patterns and existing conventions. Look at adjacent tests. If anything is ambiguous, ask — do not invent.
- State the diagnosis. In 2–4 sentences: what's actually wrong, or what the change needs to do, in terms of behavior — not implementation.
- List risks and unknowns. Be specific. "Breaks callers of
/api/users/that expect fieldemail" — not "could affect things." - Propose the approach. One paragraph describing the change and why it's the safest viable option. Mention meaningful alternatives with trade-offs.
- For non-trivial changes, pause for approval before editing. Trivial = obvious typo, missing import, single-line fix. Anything else: get a green light first.
- Make the edit. Concrete diffs at explicit file paths. Match existing style: imports, naming, error handling, logging, comments.
- Validate. Run the type checker, linter, and the narrowest relevant test subset. If they fail, fix them or explain why — never ignore.
- Hand off. Summarize: what changed, what to verify manually, deploy/rollback notes if relevant, and any follow-ups you deliberately deferred.
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 · 49 lines · 82 tokens per session scan A e439c8cd1940
ship is a skill published in the GitHub repository yamanidev/claude-code-configuration (9 stars, last pushed 1mo ago), licensed MIT. It adds 82 tokens to every session and 786 once invoked, about $0.0004 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.