一键导入
claude-specific
Claude Code specific instructions for working with this CDK monorepo. General guidance on code generation, refactoring, and feature additions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Claude Code specific instructions for working with this CDK monorepo. General guidance on code generation, refactoring, and feature additions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Patterns and standards for creating new AWS service subpackages in the monorepo. Use when adding new service packages like Lambda, DynamoDB, Step Functions, etc.
Build commands, build order, TypeScript configuration, and CDK deployment. Use when building packages, troubleshooting build issues, or deploying stacks.
JSDoc/TSDoc standards for documenting types, functions, and constructs. Use when writing or reviewing documentation.
Step-by-step guides for common development tasks like adding constructs, creating packages, and using workspace packages. Use when performing routine development tasks.
CDK construct development patterns, design principles, and type-driven development. Use when building or modifying AWS CDK constructs.
Formatting and linting standards using GTS, ESLint, and Prettier. Use when writing or formatting TypeScript code in this project.
| name | claude-specific |
| description | Claude Code specific instructions for working with this CDK monorepo. General guidance on code generation, refactoring, and feature additions. |
This document provides Claude-specific instructions for working with this CDK constructs library monorepo.
When working with Claude, be aware of:
"*" for internal package referencesWhen generating code:
When refactoring:
tsconfig.build.jsonnpm run build:workspaces to verifynpm run lint to check for issuesWhen adding new features:
Claude Code has access to specialized skills for this project:
repository-structure - Project structure and architectureimport-conventions - Import rules and orderingnaming-conventions - Naming standardsconstruct-development - Construct patterns and best practicespackage-management - Package configuration and dependenciesbuild-and-deployment - Build process and commandstesting - Testing requirements and examplescommon-tasks - Step-by-step guides for common tasksformatting-standards - Code formatting rulessrc/index.ts