ワンクリックで
sdk-config-validator
Validates Claude Agent SDK configuration files, environment setup, dependencies, and project structure
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Validates Claude Agent SDK configuration files, environment setup, dependencies, and project structure
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Google File Search API patterns for managed RAG with Gemini. Covers both TypeScript (@google/genai) and Python (google-genai) SDKs. Use when building File Search integrations, implementing RAG with Google AI, or when user mentions Google File Search, Gemini RAG, document indexing, or semantic search.
BullMQ queue configuration patterns including connection pooling, job options, rate limiting, and TypeScript types. Use when setting up queues or configuring job behavior.
BullMQ worker implementation patterns including job processors, concurrency, error handling, and graceful shutdown. Use when creating workers or handling job processing.
DigitalOcean Managed Database provisioning and connection patterns
DigitalOcean networking patterns - VPCs, firewalls, load balancers, DNS
DigitalOcean Spaces (S3-compatible) object storage patterns
| name | sdk-config-validator |
| description | Validates Claude Agent SDK configuration files, environment setup, dependencies, and project structure |
| allowed-tools | Bash, Read, Grep, Glob |
| category | validation |
| complexity | simple |
Validates Claude Agent SDK project configuration, environment setup, and dependencies.
# Validate TypeScript SDK setup
bash scripts/validate-typescript.sh /path/to/project
# Validate Python SDK setup
bash scripts/validate-python.sh /path/to/project
# Check SDK version compatibility
bash scripts/check-sdk-version.sh /path/to/project
# Validate .env file setup
bash scripts/validate-env-setup.sh /path/to/project
# Copy environment template
cp templates/.env.example.template /path/to/project/.env.example
# Copy TypeScript config
cp templates/tsconfig-sdk.json /path/to/project/tsconfig.json
# Copy Python config
cp templates/pyproject-sdk.toml /path/to/project/pyproject.toml
anthropic-agent-sdk instead of claude-agent-sdk) ⚠️"sse" instead of "http" for FastMCP Cloud) ⚠️See examples/ directory for sample validation reports and common fix patterns.