Home / go-to-k / cdkd · AGENTS.md · GitHub

AGENTS.md agentsB

AGENTS.md is agent-read markdown (agents) from go-to-k/cdkd.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# AGENTS.md

**cdkd** (CDK Direct) is a drop-in CDK CLI for existing CDK apps — up to 15x
faster deploys via direct AWS SDK and Cloud Control API calls instead of
CloudFormation. It complements the AWS CDK CLI rather than replacing it: cdkd
for dev/test iteration, the AWS CDK CLI in production for full CloudFormation
tooling. It is for dev/test workflows only — early in development, not yet
production-ready.

This file carries only what an agent must know **before** it reads a file or
runs a command. Everything else lives beside the code it governs, in
`.claude/rules/*.md` — each declares a `paths:` glob naming the files it
applies to. Claude Code loads a rule automatically when a matching file is
read; **any other agent should read the matching rule itself** before changing
those files. The table at the end maps subject to file. `.claude/skills/*` are
Claude Code workflows, invoked as `/<name>`; their steps are readable as plain
Markdown by anything else.

## Build and test

```bash
vp run build     # required after any src/ change — the user runs node dist/cli.js
vp test run      # preferred over `vp run test`: no task runner between caller and verdict
…

Read the whole file at its exact version.

How to install

Latest version
mdr add go-to-k/cdkd/AGENTS.md@git:20260921.ea9bae8
Exact content
mdr add go-to-k/cdkd/AGENTS.md@sha256:5016f61eedf711a3

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_gka3nfxvj53u2o3o.svg)](https://markdownregistry.com/a/art_gka3nfxvj53u2o3o)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260921.ea9bae8 latest2026-09-21 ea9bae8 11,681 BB view · diff
git:20260920.094b0052026-09-20 094b005 40,086 BB view · diff
git:20260920.9ae4faf2026-09-20 9ae4faf 39,992 BB view · diff
git:20260920.ce2d4192026-09-20 ce2d419 39,988 BB view

Audit of the latest version

B  13 of 14 checks passed. Deterministic, no model, same answer every run.
  • fail: No curl or wget piped into a shell (matched: curl … | sh)
  • pass: Size between 200 bytes and 200 KB (11681 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

go-to-k/cdkd · 141 stars · license Apache-2.0 · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_gka3nfxvj53u2o3o
GET https://markdownregistry.com/api/v1/resolve?ref=go-to-k/cdkd/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/5016f61eedf711a3faccab7be952ca790ca8075a2520ebb2c787fb8aa41f7769

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from go-to-k/cdkd

check-docs skill
go-to-k/cdkd · .claude/skills/check-docs/SKILL.md · Check if documentation (README.md, AGENTS.md, docs/) is up to date with recent code changes. Use when code has been…
git:20260921.ea9bae8 · audit A · 141 stars
check skill
go-to-k/cdkd · .claude/skills/check/SKILL.md · Run local quality checks (typecheck, lint, build, tests). Quick check during development.
git:20260921.ea9bae8 · audit A · 141 stars
cleanup skill
go-to-k/cdkd · .claude/skills/cleanup/SKILL.md · Detect and delete leftover AWS resources from cdkd integration tests. Only targets resources matching known cdkd stack…
git:20260920.27bfec8 · audit A · 141 stars
create-pr skill
go-to-k/cdkd · .claude/skills/create-pr/SKILL.md · Run /verify-pr checks, then create a GitHub PR if all pass. Automates the full flow from quality checks to PR creation.
git:20260920.27bfec8 · audit A · 141 stars
hunt-bugs skill
go-to-k/cdkd · .claude/skills/hunt-bugs/SKILL.md · Proactively hunt for cdkd bugs by deploying real CDK apps that exercise common-but-untested AWS resources, configs, and…
git:20260921.ea9bae8 · audit A · 141 stars
new-integ skill
go-to-k/cdkd · .claude/skills/new-integ/SKILL.md · Scaffold a new integration test for cdkd. Creates a minimal CDK app with the specified AWS resources for deploy/destroy…
git:20260920.27bfec8 · audit A · 141 stars
new-provider skill
go-to-k/cdkd · .claude/skills/new-provider/SKILL.md · Scaffold a new SDK Provider for a given AWS resource type (e.g., AWS::SES::EmailIdentity). Creates provider file…
git:20260920.27bfec8 · audit A · 141 stars
pick-integ skill
go-to-k/cdkd · .claude/skills/pick-integ/SKILL.md · Recommend which integration tests to run, based on the integ ledger (staleness / last result) plus the code areas…
git:20260920.ce2d419 · audit A · 141 stars
review-pr skill
go-to-k/cdkd · .claude/skills/review-pr/SKILL.md · Recommend the right reviewer set for a PR from what it touches. Outputs a concrete plan (1 reviewer by default, plus…
git:20260920.ce2d419 · audit A · 141 stars
run-integ skill
go-to-k/cdkd · .claude/skills/run-integ/SKILL.md · Run integration tests (deploy + destroy) against real AWS. Use when you need to verify cdkd works end-to-end with…
git:20260920.27bfec8 · audit A · 141 stars
use-cdkd skill
go-to-k/cdkd · .claude/skills/use-cdkd/SKILL.md · Build the current cdkd checkout and use it from another CDK project. Use when testing this checkout's dist/cli.js…
git:20260811.e2fe796 · audit A · 141 stars
verify-pr skill
go-to-k/cdkd · .claude/skills/verify-pr/SKILL.md · Comprehensive PR readiness check before merge. Run quality checks, tests, CI, documentation, AWS resource cleanup, and…
git:20260920.094b005 · audit A · 141 stars

Every file in go-to-k/cdkd

Other files named AGENTS.md

AGENTS.md agents
obra/superpowers · AGENTS.md
git:20260919.5bf4e78 · audit A · 291,204 stars
AGENTS.md agents
affaan-m/ecc · AGENTS.md
git:20260919.91ba9b4 · audit A · 266,832 stars
AGENTS.md agents
firecrawl/firecrawl · AGENTS.md
git:20260613.d9a35c0 · audit A · 184,144 stars
AGENTS.md agents
dietrichgebert/ponytail · AGENTS.md
git:20260710.b6c0448 · audit A · 144,862 stars
AGENTS.md agents
garrytan/gstack · AGENTS.md
git:20260914.4a3c6a8 · audit A · 134,082 stars
AGENTS.md agents
graphify-labs/graphify · AGENTS.md
git:20260414.7ec92ec · audit A · 121,202 stars
AGENTS.md agents
juliusbrussee/caveman · AGENTS.md
git:20260902.d9faebc · audit A · 107,708 stars
AGENTS.md agents
addyosmani/agent-skills · AGENTS.md
git:20260709.b665c5c · audit A · 98,554 stars

Browse by kind, by grade B, or by owner.