cdkd
Faster AWS CDK deployments without CloudFormation overhead
All Skills in This Repository (12)
Pure Emerald Level Indicatorsverify-pr
Run typecheck, lint, build, tests, and CI checks before merging pull requests.
run-integ
Deploy and destroy CDK-managed stacks to run integration tests against real AWS.
new-integ
Scaffold a CDK integration test fixture with deploy/destroy verification.
check-docs
Compare documentation files against recent code changes to detect drift.
pick-integ
Analyze the integration ledger and code changes to prioritize /run-integ commands.
cleanup
Detect and remove orphaned AWS resources created by cdkd integration tests.
review-pr
Analyze PR size and risk to assign a review tier and dispatch prompts.
use-cdkd
Build cdkd and generate absolute-path CLI commands for CDK projects.
hunt-bugs
Deploy real CDK apps to identify and fix latent cdkd bugs.
check
Orchestrates typecheck, lint, build, formatting and tests with commit-gate marker output.
create-pr
Run quality checks on a feature branch and open a GitHub PR when checks pass.
new-provider
Scaffold an SDK provider for a given AWS resource type in TypeScript.
Frequently Asked Questions
FAQPage SchemaHow to install cdkd?โผ
Run `npx skills add go-to-k/cdkd --all -g -y` in your terminal to install all skills in this suite globally.
How is cdkd faster than the AWS CDK CLI?โผ
cdkd calls AWS service APIs directly instead of going through CloudFormation, with aggressive parallelization and an optional --no-wait mode, making deploys up to 15x faster.
Can I use cdkd with my existing CDK app?โผ
Yes. Your existing CDK code runs as-is; you simply replace `cdk deploy` with `cdkd deploy` after a one-time `cdkd bootstrap` per AWS account.
Is cdkd safe for production workloads?โผ
No. cdkd is intended for development and test environments only; keep the AWS CDK CLI and CloudFormation for production deployments.
Does cdkd work with Claude Code and other coding agents?โผ
Yes. The included cdkd skill follows the universal SKILL.md standard and works in Claude Code, Codex, Cursor, and other compatible agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core