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/enakoneschniy/claude-dev-stack/cds-quicknpx skills add Enakoneschniy/claude-dev-stack --skill cds-quickgit clone --depth 1 https://github.com/Enakoneschniy/claude-dev-stackWrote 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/enakoneschniy/claude-dev-stack/cds-quick)<a href="https://agentmods.dev/skills/enakoneschniy/claude-dev-stack/cds-quick"><img src="https://agentmods.dev/badge/skills/enakoneschniy/claude-dev-stack/cds-quick.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.00037 | $0.00284 |
| Opus 5 | $0.00018 | $0.00142 |
| Sonnet 5 | $0.00007 | $0.00057 |
| Haiku 4.5 | $0.00004 | $0.00028 |
Grade A, and why
cds-quick 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.
What it actually says
/cds-quick — One-shot quick task
Execute this task using the Agent tool with Haiku model. Do NOT use Bash.
Agent({
description: "cds-quick one-shot task",
model: "haiku",
prompt: "You are a direct-answer assistant. Answer the following request concisely. Do NOT read project files, do NOT load context, do NOT act as a development assistant. Just answer the question directly.\n\nRequest: $ARGUMENTS"
})
Display the agent's response verbatim to the user. Do not paraphrase or summarize.
When to use vs not
Use /cds-quick for:
- Short one-shot questions that don't need follow-up
- Cost-conscious prompts where Haiku is sufficient
- Quick lookups, summaries, drafts
Do NOT use for:
- Multi-turn debugging (use Claude Code normally)
- Code edits requiring file context (use Edit/Write tools directly)
- Tasks that need tools (Haiku agent has no tool access)
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 · 37 lines · 37 tokens per session scan A 199115bf3687
cds-quick is a skill published in the GitHub repository Enakoneschniy/claude-dev-stack (5 stars, last pushed 4mo ago), licensed MIT. It adds 37 tokens to every session and 284 once invoked, about $0.0002 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
release
Cut a sim-use release end-to-end. Use when the user runs /release or asks to "ship a release", "publish a version", "cut a release", or "release to homebrew". Drives scripts/local-release.sh; never reimplement its build/sign/tarball logic.
textbook-to-md
Convert PDF/EPUB textbooks to searchable markdown files for an AI agent's own reference. Use this skill whenever: (1) the user asks to convert a textbook/PDF chapter to markdown, (2) you need to search textbook content and no markdown version exists yet, (3) batch-converting a set of reference books into a knowledge…
manage-schemas
Creates, views, edits, deletes, and validates note schemas for the MCP Task Orchestrator in .taskorchestrator/config.yaml — the templates that define which notes agents must fill at each workflow phase. Also recommends schema designs from a library of workflow patterns (autonomous coding loops, spec-driven teams…
bmad-dev-story
Execute story implementation following a context filled story spec file. Use when the user says "dev this story [story file]" or "implement the next story in the sprint plan".
vc-audit-vc
Audit agent harness health: Claude/Codex agent parity, skill registry consistency, README.md sync, and protocol file wiring. Use when agents, skills, README.md, or development-protocol files move, split, or drift.
add-tool
Add a new function calling tool (vault operation) for the Gemini chat. Use when adding new tools like readnote, createnote, etc.