cds-quick

cds-quick is a skill for Claude Code, Codex from Enakoneschniy/claude-dev-stack. It costs 37 tokens per session (284 once invoked), scanned A, original, MIT.

A one-shot command that sends a short request to a fast AI model and returns its direct answer.

In plain words
What is it for?
Use it for concise lookups, summaries, drafts, and other tasks that do not need project files, tools, or follow-up work.
Why use it?
It provides a quick response for simple questions without starting a longer coding-agent workflow.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/enakoneschniy/claude-dev-stack/cds-quick
Any agent
npx skills add Enakoneschniy/claude-dev-stack --skill cds-quick
Clone the repo
git clone --depth 1 https://github.com/Enakoneschniy/claude-dev-stack

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for cds-quick

README.md
[![agentmods](https://agentmods.dev/badge/skills/enakoneschniy/claude-dev-stack/cds-quick.svg)](https://agentmods.dev/skills/enakoneschniy/claude-dev-stack/cds-quick)
Your own site
<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>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 284 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash 199115bf3687, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

skills/cds-quick/SKILL.md · 37 lines

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)
Changes

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.

  1. 4d ago First seen · 37 lines · 37 tokens per session scan A 199115bf3687

Subscribe to this mod's changes

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.

Related

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.

lycorp-jp/sim-use · 61 tokens

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…

drpwchen/textbook-to-note · 90 tokens

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…

jpicklyk/task-orchestrator · 212 tokens

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".

LarsCowe/bmalph · 40 tokens

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.

withkynam/vibecode-pro-max-kit · 52 tokens

add-tool

Add a new function calling tool (vault operation) for the Gemini chat. Use when adding new tools like readnote, createnote, etc.

takeshy/obsidian-gemini-helper · 32 tokens