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…
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.
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…
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…
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…
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…
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…
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…
go-to-k/cdkd · .claude/skills/work-issues/SKILL.md · Work through already-filed GitHub issues (typically the bug-hunt's output) end to end — triage safely, pick as many…
go-to-k/cdkd · plugins/cdkd-skills/skills/cdkd/SKILL.md · Install cdkd and use it safely from an AWS CDK project. Use when bootstrapping, synthesizing, diffing, deploying…