원클릭으로
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.