スキル一覧に戻る
crmagz

claude-specific

by crmagz

A comprehensive AWS Cloud Development Kit (CDK) library providing infrastructure-as-code constructs and utilities for AWS applications

6🍴 0📅 2026年1月20日
GitHubで見るManusで実行

SKILL.md


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

Claude-Specific Instructions

Overview

This document provides Claude-specific instructions for working with this CDK constructs library monorepo.

Project Context

When working with Claude, be aware of:

  1. Monorepo Structure: This is a workspace with multiple packages
  2. Build Order: Packages must be built in dependency order
  3. Workspace Dependencies: Use "*" for internal package references
  4. No Circular Dependencies: Always check dependency structure

Key Guidelines

Code Generation

When generating code:

  • Always follow import conventions (explicit named imports)
  • Include JSDoc comments for all public APIs
  • Use proper naming conventions
  • Follow construct patterns from existing code
  • Ensure environment-aware configurations

Refactoring

When refactoring:

  1. Check dependency order in tsconfig.build.json
  2. Verify no circular dependencies are created
  3. Update all affected packages
  4. Run npm run build:workspaces to verify
  5. Run npm run lint to check for issues

Adding Features

When adding new features:

  1. Determine if it belongs in root or a subpackage
  2. Follow the subpackage structure if creating new package
  3. Add proper tests and documentation
  4. Update relevant documentation files
  5. Ensure proper exports from index.ts

Available Skills

Claude Code has access to specialized skills for this project:

  • repository-structure - Project structure and architecture
  • import-conventions - Import rules and ordering
  • naming-conventions - Naming standards
  • construct-development - Construct patterns and best practices
  • package-management - Package configuration and dependencies
  • build-and-deployment - Build process and commands
  • testing - Testing requirements and examples
  • common-tasks - Step-by-step guides for common tasks
  • formatting-standards - Code formatting rules

Important Reminders

  1. New constructs go in subpackages, not the root package
  2. Always use explicit imports, never wildcards
  3. Match CDK versions across all packages
  4. Include environment in resource names to prevent collisions
  5. Gate expensive features to production environments
  6. Export everything from src/index.ts
  7. Create test files for all constructs
  8. Add JSDoc comments to all public APIs
  9. Run lint and format before committing
  10. Follow dependency order when adding packages

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です