anthropic-pack
Claude Code skill pack for Anthropic (30 skills)
Installation
Open Claude Code and run this command:
/plugin install anthropic-pack@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
> Claude Code skill pack for Anthropic Claude API integration (30 skills)
Build production Claude API integrations with the Messages API, tool use, streaming, Message Batches, prompt caching, and multi-model routing. Real code examples using the official Python (anthropic) and TypeScript (@anthropic-ai/sdk) SDKs.
Skills (30) plugin-local skills
Debug complex Claude API issues including context window overflow, tool use failures, streaming corruption, and response quality problems.
Choose and implement Claude API architecture patterns for different scales: serverless, microservice, event-driven, and edge deployment.
Configure CI/CD pipelines for Anthropic Claude API integrations.
Diagnose and fix Anthropic Claude API errors by HTTP status code.
Build Claude tool use (function calling) workflows with the Messages API.
Build Claude streaming and Message Batches API workflows.
Optimize Anthropic Claude API costs with model routing, prompt caching, batching, and spend monitoring.
Implement data privacy, PII handling, and compliance patterns for Claude API.
Collect Anthropic Claude API debug evidence for support and troubleshooting.
Deploy Claude API integrations to production cloud environments.
Configure Anthropic enterprise organization management, Workspaces, and role-based access control for teams.
Create a minimal working Anthropic Claude Messages API example.
Execute incident response procedures for Claude API outages and degradation.
Install and configure Anthropic Claude SDK authentication for Python and TypeScript.
Identify and avoid common Claude API anti-patterns and integration mistakes.
Implement load testing, auto-scaling, and capacity planning for Claude API.
Configure a local development workflow for Anthropic Claude API projects.
Migrate to Claude API from OpenAI, Gemini, or other LLM providers.
Configure Claude API across dev, staging, and production environments with isolated keys, model routing, and spend controls per environment.
Set up observability for Claude API integrations with metrics, logging, and alerting for latency, cost, errors, and token usage.
Optimize Claude API performance with prompt caching, model selection, streaming, and latency reduction techniques.
Implement content policy guardrails, input/output validation, and usage governance for Claude API integrations.
Execute production deployment checklist for Claude API integrations.
Implement Anthropic Claude API rate limiting, backoff, and quota management.
Implement Claude API reference architectures for common use cases.
Implement reliability patterns for Claude API: circuit breakers, graceful degradation, idempotency, and fallback strategies.
Apply production-ready Anthropic SDK patterns for TypeScript and Python.
Apply Anthropic Claude API security best practices for key management, input validation, and prompt injection defense.
Upgrade Anthropic SDK versions and migrate between Claude API versions.
Implement event-driven patterns with Claude API: streaming SSE events, Message Batches callbacks, and async processing architectures.