go-to-kgo-to-kCommunityยท12 Agent Skills Included

cdkd

Faster AWS CDK deployments without CloudFormation overhead

Deploys AWS CDK applications directly through AWS SDK calls instead of CloudFormation, cutting deploy times by up to 15x. Eliminates slow changeset waits, manual state handling, and risky teardown of development and test stacks. Guides safe deploy, diff, rollback, drift detection, migration, and cleanup workflows with built-in verification steps.
npx skills add go-to-k/cdkd --all -g -y
Available:

Gives your AI agent the project architecture, build and test commands, state schema rules, and provider patterns it needs to work on and operate cdkd correctly.

All Skills in This Repository (12)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
go-to-kgo-to-k

verify-pr

Run typecheck, lint, build, tests, and CI checks before merging pull requests.

Community
Advanced
๐Ÿ“ฆ In Repo
go-to-kgo-to-k

run-integ

Deploy and destroy CDK-managed stacks to run integration tests against real AWS.

Community
Advanced
๐Ÿ“ฆ In Repo
go-to-kgo-to-k

new-integ

Scaffold a CDK integration test fixture with deploy/destroy verification.

Community
Advanced
๐Ÿ“ฆ In Repo
go-to-kgo-to-k

check-docs

Compare documentation files against recent code changes to detect drift.

Community
Advanced
๐Ÿ“ฆ In Repo
go-to-kgo-to-k

pick-integ

Analyze the integration ledger and code changes to prioritize /run-integ commands.

Community
Advanced
๐Ÿ“ฆ In Repo
go-to-kgo-to-k

cleanup

Detect and remove orphaned AWS resources created by cdkd integration tests.

Community
Advanced
๐Ÿ“ฆ In Repo
go-to-kgo-to-k

review-pr

Analyze PR size and risk to assign a review tier and dispatch prompts.

Community
Advanced
๐Ÿ“ฆ In Repo
go-to-kgo-to-k

use-cdkd

Build cdkd and generate absolute-path CLI commands for CDK projects.

Community
Intermediate
๐Ÿ“ฆ In Repo
go-to-kgo-to-k

hunt-bugs

Deploy real CDK apps to identify and fix latent cdkd bugs.

Community
Advanced
๐Ÿ“ฆ In Repo
go-to-kgo-to-k

check

Orchestrates typecheck, lint, build, formatting and tests with commit-gate marker output.

Community
Intermediate
๐Ÿ“ฆ In Repo
go-to-kgo-to-k

create-pr

Run quality checks on a feature branch and open a GitHub PR when checks pass.

Community
Advanced
๐Ÿ“ฆ In Repo
go-to-kgo-to-k

new-provider

Scaffold an SDK provider for a given AWS resource type in TypeScript.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’