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/dmitriyyukhanov/claude-plugins/setupnpx skills add DmitriyYukhanov/claude-plugins --skill setupgit clone --depth 1 https://github.com/DmitriyYukhanov/claude-pluginsWrote 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/dmitriyyukhanov/claude-plugins/setup)<a href="https://agentmods.dev/skills/dmitriyyukhanov/claude-plugins/setup"><img src="https://agentmods.dev/badge/skills/dmitriyyukhanov/claude-plugins/setup.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.00089 | $0.01088 |
| Opus 5 | $0.00044 | $0.00544 |
| Sonnet 5 | $0.00018 | $0.00218 |
| Haiku 4.5 | $0.00009 | $0.00109 |
Grade A, and why
setup 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 yesterday.
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.
setup — what the pipeline needs, and what would sharpen it
The pipeline runs standalone. One thing is genuinely required, everything else only makes a step better, and the run tells you when it fell back. This skill is the one place that says all of it at once, before the first run rather than in the middle of one.
You never run an install command here. Print them and let the human decide. Installing a plugin changes their environment for every project, which is not a call a setup report makes.
1. The hard requirement: gh
Run gh auth status. Three outcomes:
- Not installed → point at https://cli.github.com/ and stop; nothing else matters yet.
- Installed, not logged in →
gh auth login. - Logged in → read the
Token scopes:line.repois required;projectonly for board mode (card sync at Steps 1 and 9), and without it the run still works on plain issues and says once that board sync is off. Add one withgh auth refresh -s project. No scopes line at all means a fine-grained token, not a broken login: report the scopes as unknown, not missing, and say board sync will be skipped regardless — both scripts read the classic line, so real project access on a fine-grained token still reads as absent.
Report the account and the scopes you actually saw, not a summary of them.
2. What ships in Claude Code already
code-review (Step 7), simplify and verify (both Step 8) are registered by the CLI
itself. There is nothing to install and no marketplace involved, and an official plugin also
called code-review is a different thing. Say they are present, so nobody goes looking.
/deep-research needs no install either, for a different reason: Claude Code only starts it
when the user types it, never on Claude's own initiative. Nothing to check, then, and nothing
the pipeline can call. If they ask where it went, one line: Step 2 uses its own Explore
subagent, and anyone wanting the deeper sweep runs /deep-research themselves.
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.
- yesterday Changed a4828af41e25
- 5d ago First seen · 78 lines · 89 tokens per session scan A eed12cbb572d
setup is a skill published in the GitHub repository DmitriyYukhanov/claude-plugins (7 stars, last pushed 2d ago), licensed MIT. It adds 89 tokens to every session and 1,088 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
top-design
Create award-winning, immersive web experiences at the level of Awwwards-featured agencies. Use when the user mentions "Awwwards quality", "make my site stunning", "scroll animations", "parallax storytelling", "cinematic web design", "portfolio site", or "brand experience". Also trigger when elevating a standard…
design-everyday-things
Apply foundational design principles: affordances, signifiers, constraints, feedback, and conceptual models. Use when the user mentions "why is this confusing", "affordance", "error prevention", "discoverability", "human-centered design", "mental model", "mapping", "seven stages of action", "users keep making…
traction-eos
Implement the Entrepreneurial Operating System (EOS) to align vision and execution across a company. Use when the user mentions "EOS", "Entrepreneurial Operating System", "V/TO", "quarterly rocks", "Level 10 meetings", "accountability chart", "IDS process", "my company feels chaotic", "we keep having the same…
create-app
Guided journey from a raw app idea to a validated, cleanly architected first version that ships on a sustainable cadence. Orchestrates ten skills phase by phase - lean-startup, design-sprint, clean-architecture, domain-driven-design, clean-code, pragmatic-programmer, system-design, ios-hig-design, 37signals-way…
create-business
Guided journey from raw idea to a validated, positioned, priced business with a chosen beachhead. Orchestrates ten skills phase by phase - jobs-to-be-done, mom-test, design-sprint, lean-startup, good-strategy-bad-strategy, blue-ocean-strategy, obviously-awesome, hundred-million-offers, monetizing-innovation…
cold-start-problem
Start and scale networked products using Andrew Chen's "The Cold Start Problem" framework for network effects. Use when the user mentions "network effects", "chicken and egg", "cold start", "two-sided marketplace", "atomic network", "hard side", "liquidity", "critical mass", "invite-only launch", "how do I get my…