import-conventions

6
crmagzcrmagz

Import conventions and ordering rules. Use when writing imports or organizing import statements. Enforces explicit named imports, never wildcards.

195 days ago

construct-development

6
crmagzcrmagz

CDK construct development patterns, design principles, and type-driven development. Use when building or modifying AWS CDK constructs.

195 days ago

formatting-standards

6
crmagzcrmagz

Formatting and linting standards using GTS, ESLint, and Prettier. Use when writing or formatting TypeScript code in this project.

195 days ago

creating-subpackages

6
crmagzcrmagz

Patterns and standards for creating new AWS service subpackages in the monorepo. Use when adding new service packages like Lambda, DynamoDB, Step Functions, etc.

195 days ago

build-and-deployment

6
crmagzcrmagz

Build commands, build order, TypeScript configuration, and CDK deployment. Use when building packages, troubleshooting build issues, or deploying stacks.

195 days ago

package-management

6
crmagzcrmagz

Package configuration, dependencies, workspace references, and CDK version management. Use when creating packages or managing dependencies.

195 days ago

claude-specific

6
crmagzcrmagz

Claude Code specific instructions for working with this CDK monorepo. General guidance on code generation, refactoring, and feature additions.

195 days ago

naming-conventions

6
crmagzcrmagz

Naming conventions for types, functions, files, and resources. Use when creating new code or reviewing naming patterns. Emphasizes type-driven development.

195 days ago

common-tasks

6
crmagzcrmagz

Step-by-step guides for common development tasks like adding constructs, creating packages, and using workspace packages. Use when performing routine development tasks.

195 days ago

repository-structure

6
crmagzcrmagz

Monorepo structure, subpackage organization, and dependency rules. Use when creating new packages, understanding project layout, or organizing code.

195 days ago