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/go-to-k/cdkd/checknpx skills add go-to-k/cdkd --skill checkgit clone --depth 1 https://github.com/go-to-k/cdkdWrote 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/go-to-k/cdkd/check)<a href="https://agentmods.dev/skills/go-to-k/cdkd/check"><img src="https://agentmods.dev/badge/skills/go-to-k/cdkd/check.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.1 | $0.00021 | $0.01670 |
| Opus 5 | $0.00010 | $0.00835 |
| Sonnet 5 | $0.00004 | $0.00334 |
| Haiku 4.5 | $0.00002 | $0.00167 |
Grade A, and why
check 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 2d 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 — 129 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Local Quality Check
Run all local quality checks. Use during development to verify the current state quickly.
Steps
Run these sequentially and report results:
-
Worktree pre-flight:
[ -d node_modules ] || pnpm install --frozen-lockfile.git worktree adddoes NOT copynode_modules, and in a fresh worktreevp checkfails with an UNNAMEDtypescript(tsconfig-error): Invalid tsconfig — Cannot find type definition file for 'node', which reads like a broken fixture tsconfig. (/verify-prstep 0 has the same pre-flight; this copy exists because/checkis usually the FIRST skill run in a fresh worktree.) -
vp check --fix— typecheck + lint + Prettier, with auto-fix. Thenvp run check— the EXACT command CI'scheck-build-testjob runs. The two are NOT equivalent:vp check --fixhas passed 0-errors whilevp run checkfailed with a TS7053 on the same tree (PR #1372). Use this, notvp run lint:fix—lint:fixdoes not touch Prettier, so alint:fix-only run passes locally while CI failsFormatting issues found(PR #363). Run both; CI parity comes from the second. -
vp run typecheck:test— type-checkstsconfig.test.json(tests/**).vp checkonly type-checkstsconfig.json(src + types), which excludes**/*.test.ts— a wrongimport typeor stale mock shape in a test file passesvp checkANDvp test(whose "Type Errors" line covers only*.test-d.ts). This step matches how CI fails them (issue #1133). -
vp run buildBefore step 4, regenerate the generated artifacts — UNCONDITIONALLY, offline, seconds:
vp run gen:all-matrices && vp run audit:coverage:check && vp run format. The suite carries a byte-for-byte guard per generated matrix, and the trigger set is wider than any condition you would write — renaming a PRIVATE provider method staleshandled-property-wiring.json(issue #1417's class); averify.shedit with no src change stalescli-flag-coverage(measured 2026-09-03: one private helper, two red cases, green after regeneration).
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.
- 2d ago Changed · +65 lines 994b5cfdc43b
- 6d ago First seen · 64 lines · 21 tokens per session scan A 6299aeefc52f
check is a skill published in the GitHub repository go-to-k/cdkd (135 stars, last pushed today), licensed Apache-2.0. It adds 21 tokens to every session and 1,670 once invoked, about $0.0001 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-30.
Other skills, from other repositories
aws-cdk-mcp-server-mcp
AWS Cloud Development Kit (CDK) best practices, infrastructure as code patterns, and security compliance with CDK Nag.
agent-squad-python
Use when building or modifying a Python app that uses the agent-squad Python package — async multi-agent orchestration for Python 3.11+: orchestrator, agents (BedrockLLMAgent, AnthropicAgent, OpenAIAgent, SupervisorAgent, GroundedAgent, ChainAgent, and more), classifier routing (Bedrock, Anthropic, OpenAI), storage…
agent-squad-typescript
Use when building or modifying a Node.js / TypeScript app that uses the agent-squad npm package — multi-agent orchestration: orchestrator, agents (all built-in types + GroundedAgent), classifier routing (Bedrock / Anthropic / OpenAI), storage (in-memory / DynamoDB / SQL), retrievers (Amazon KB / Dakera), and tools…
agent-squad-swift
Use when building or modifying a Swift app that uses the AgentSquad Swift framework — on-device multi-agent orchestration for iOS 16+ / macOS 14+: orchestrator, agents (Agent, GroundedAgent), classifier routing, LLM clients (OpenAI-compatible), tools (native + MCP), tool UIs/widgets, on-device storage, tracing, and…
nx-plugin-for-aws
Scaffold and build cloud-native applications on AWS using @aws/nx-plugin generators. Use when the user wants to create workspaces, generate projects, or scaffold infrastructure with the Nx Plugin for AWS.
aws-cdk-development
AWS Cloud Development Kit (CDK) expert for building cloud infrastructure with TypeScript/Python. Use when creating CDK stacks, defining CDK constructs, implementing infrastructure as code, or when the user mentions CDK, CloudFormation, IaC, cdk synth, cdk deploy, or wants to define AWS infrastructure programmatically.…