go-to-k/cdkd

Drop-in CDK CLI for existing CDK apps — up to 15x faster deploys via direct AWS SDK calls instead of CloudFormation.

124Stars on the repository
25Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

check-docs

01

go-to-k/cdkd

Skill Claude CodeCodex

Check if documentation (README.md, CLAUDE.md, docs/) is up to date with recent code changes. Use when code has been modified and docs may be stale.

not rated 124 changed today A 39 tokens original Apache-2.0

check

02

go-to-k/cdkd

Skill Claude CodeCodex

Run local quality checks (typecheck, lint, build, tests). Quick check during development.

not rated 124 changed today A 21 tokens original Apache-2.0

cleanup

03

go-to-k/cdkd

Skill Claude CodeCodex

Detect and delete leftover AWS resources from cdkd integration tests. Only targets resources matching known cdkd stack name patterns.

not rated 124 yesterday A 27 tokens original Apache-2.0

create-pr

04

go-to-k/cdkd

Skill Claude CodeCodex

Run /verify-pr checks, then create a GitHub PR if all pass. Automates the full flow from quality checks to PR creation.

not rated 124 yesterday A 31 tokens original Apache-2.0

hunt-bugs

05

go-to-k/cdkd

Skill Claude CodeCodex

Proactively hunt for cdkd bugs by deploying real CDK apps that exercise common-but-untested AWS resources, configs, and CloudFormation notations against real AWS, then fix what breaks. Use for a periodic "find latent bugs" sweep, not for verifying a specific change.

not rated 124 changed today C 62 tokens original Apache-2.0

new-integ

06

go-to-k/cdkd

Skill Claude CodeCodex

Scaffold a new integration test for cdkd. Creates a minimal CDK app with the specified AWS resources for deploy/destroy E2E testing.

not rated 124 yesterday A 35 tokens original Apache-2.0

new-provider

07

go-to-k/cdkd

Skill Claude CodeCodex

Scaffold a new SDK Provider for a given AWS resource type (e.g., AWS::SES::EmailIdentity). Creates provider file, registers it, and generates test boilerplate.

not rated 124 yesterday A 39 tokens original Apache-2.0

pick-integ

08

go-to-k/cdkd

Skill Claude CodeCodex

Recommend which integration tests to run, based on the integ ledger (staleness / last result) plus the code areas touched by recent commits. Outputs a prioritized list of /run-integ commands. Use before a release, after a batch of merges, or when unsure what integ coverage a change needs.

not rated 124 changed today A 68 tokens original Apache-2.0

review-pr

09

go-to-k/cdkd

Skill Claude CodeCodex

Recommend the right reviewer count for a PR based on size + bias factors. Outputs a concrete plan (inline spot-check / 1 reviewer / 3-axis parallel) plus ready-to-paste Agent dispatch prompts when reviewers are warranted.

not rated 124 changed today A 49 tokens original Apache-2.0

run-integ

10

go-to-k/cdkd

Skill Claude CodeCodex

Run integration tests (deploy + destroy) against real AWS. Use when you need to verify cdkd works end-to-end with actual AWS resources.

not rated 124 changed today A 34 tokens original Apache-2.0

use-cdkd

11

go-to-k/cdkd

Skill Claude CodeCodex

Build the current cdkd checkout and use it from another CDK project. Use when testing this checkout's dist/cli.js against a CDK app, linking cdkd globally via pnpm, or handing out copy-pasteable commands for local testing.

not rated 124 yesterday A 58 tokens original Apache-2.0

verify-pr

12

go-to-k/cdkd

Skill Claude CodeCodex

Comprehensive PR readiness check before merge. Run quality checks, tests, CI, documentation, AWS resource cleanup, and code review.

not rated 124 changed today A 29 tokens original Apache-2.0

work-issues

13

go-to-k/cdkd

Skill Claude CodeCodex

Work through already-filed GitHub issues (typically the bug-hunt's output) end to end — triage safely, pick a few FILE-DISJOINT issues to fix in parallel, claim each on the issue before starting (collision-safe with other agents), verify against real AWS, then carry each through merge → pull → rebuild the linked…

not rated 124 changed today C 103 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: