Validates Claude Agent SDK configuration files, environment setup, dependencies, and project structure
/plugin marketplace add vanman2024/ai-dev-marketplace/plugin install claude-agent-sdk@ai-dev-marketplaceThis skill is limited to using the following tools:
README.mdexamples/common-fixes.mdexamples/validation-report-example.mdscripts/check-sdk-version.shscripts/validate-env-setup.shscripts/validate-python.shscripts/validate-typescript.shtemplates/pyproject-sdk.tomltemplates/tsconfig-sdk.jsonValidates 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.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.