plugins
All plugins

claude-pack

v1.0.0

Claude Code skill pack for building with the Claude API and Anthropic SDK (30 skills)

Claude Code32 skills

by Jeremy LongshoreMIT2.6kupdated 2 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/saas-packs/claude-pack/ inside the repository.

Layout

plugins/saas-packs/claude-pack/
├── .claude-plugin/plugin.json
├── skills/clade-advanced-troubleshooting/SKILL.md
├── skills/clade-architecture-variants/SKILL.md
├── skills/clade-ci-integration/SKILL.md
├── skills/clade-common-errors/SKILL.md
├── skills/clade-core-workflow-a/SKILL.md
├── skills/clade-core-workflow-b/SKILL.md
├── skills/clade-cost-tuning/SKILL.md
├── skills/clade-data-handling/SKILL.md
├── skills/clade-debug-bundle/SKILL.md
├── skills/clade-deploy-integration/SKILL.md
├── skills/clade-embeddings-search/SKILL.md
├── skills/clade-enterprise-rbac/SKILL.md
├── skills/clade-hello-world/SKILL.md
├── skills/clade-incident-runbook/SKILL.md
├── skills/clade-install-auth/SKILL.md
├── skills/clade-known-pitfalls/SKILL.md
├── skills/clade-load-scale/SKILL.md
├── skills/clade-local-dev-loop/SKILL.md
├── skills/clade-migration-deep-dive/SKILL.md
├── skills/clade-model-inference/SKILL.md
├── skills/clade-multi-env-setup/SKILL.md
├── skills/clade-observability/SKILL.md
├── skills/clade-performance-tuning/SKILL.md
├── skills/clade-policy-guardrails/SKILL.md
├── skills/clade-prod-checklist/SKILL.md
├── skills/clade-rate-limits/SKILL.md
├── skills/clade-reference-architecture/SKILL.md
├── skills/clade-reliability-patterns/SKILL.md
├── skills/clade-sdk-patterns/SKILL.md
├── skills/clade-security-basics/SKILL.md
├── skills/clade-upgrade-migration/SKILL.md
└── skills/clade-webhooks-events/SKILL.md

Skills32

clade-advanced-troubleshootingskills/clade-advanced-troubleshooting/SKILL.md

Debug complex Claude issues — inconsistent outputs, tool use failures, Use when working with advanced-troubleshooting patterns. streaming problems, and edge cases. Trigger with "claude inconsistent", "anthropic advanced debug", "claude tool use broken", "anthropic streaming issues".

clade-architecture-variantsskills/clade-architecture-variants/SKILL.md

Build different types of Claude-powered applications — chatbots, RAG systems, Use when working with architecture-variants patterns. agents, content pipelines, and code generation tools. Trigger with "claude architecture", "anthropic rag", "build with claude", "claude agent pattern", "anthropic app design".

clade-ci-integrationskills/clade-ci-integration/SKILL.md

Test and validate Claude integrations in CI/CD pipelines — Use when working with ci-integration patterns. GitHub Actions, mocking strategies, and cost control. Trigger with "anthropic ci", "test claude in ci", "anthropic github actions", "claude automated testing".

clade-common-errorsskills/clade-common-errors/SKILL.md

Diagnose and fix Anthropic API errors — authentication, rate limits, Use when working with common-errors patterns. overloaded, context length, and content policy issues. Trigger with "anthropic error", "claude 429", "claude overloaded", "anthropic not working", "debug claude api".

clade-core-workflow-askills/clade-core-workflow-a/SKILL.md

Redirect to claude-model-inference for Messages API streaming, vision, and structured output patterns. Use when looking for the primary Anthropic workflow. Trigger with "anthropic workflow", "claude main workflow".

clade-core-workflow-bskills/clade-core-workflow-b/SKILL.md

Redirect to claude-embeddings-search for tool use (function calling) and agentic loop patterns with Claude. Use when looking for the secondary Anthropic workflow. Trigger with "anthropic tools", "claude function calling".

clade-cost-tuningskills/clade-cost-tuning/SKILL.md

Optimize Anthropic API costs — model selection, prompt caching, batches, Use when working with cost-tuning patterns. token reduction, and usage monitoring. Trigger with "anthropic pricing", "claude cost", "reduce anthropic spend", "anthropic billing", "claude cheaper".

clade-data-handlingskills/clade-data-handling/SKILL.md

Handle sensitive data with Claude — PII redaction, conversation management, Use when working with data-handling patterns. context window optimization, and data retention policies. Trigger with "anthropic data privacy", "claude pii", "anthropic context window", "manage claude conversations", "anthropic data retention".

clade-debug-bundleskills/clade-debug-bundle/SKILL.md

Collect debug evidence for Anthropic API issues — request IDs, headers, Use when working with debug-bundle patterns. error payloads, and reproduction steps for support tickets. Trigger with "anthropic debug", "claude support ticket", "anthropic request id", "debug claude api call".

clade-deploy-integrationskills/clade-deploy-integration/SKILL.md

Deploy Claude-powered applications to Vercel, Fly.io, and Cloud Run Use when working with deploy-integration patterns. with proper secrets management and streaming support. Trigger with "deploy anthropic", "claude production deploy", "anthropic vercel", "deploy claude app".

clade-embeddings-searchskills/clade-embeddings-search/SKILL.md

Implement tool use (function calling) with Claude to let it execute actions, Use when working with embeddings-search patterns. query databases, call APIs, and interact with external systems. Trigger with "anthropic tool use", "claude function calling", "claude tools", "anthropic structured output with tools".

clade-enterprise-rbacskills/clade-enterprise-rbac/SKILL.md

Manage Anthropic workspaces, API keys, team access, and spending limits Use when working with enterprise-rbac patterns. for enterprise Claude deployments. Trigger with "anthropic workspace", "anthropic team management", "claude enterprise", "anthropic api key management".

clade-hello-worldskills/clade-hello-world/SKILL.md

Send your first message to Claude using the Anthropic SDK. Use when starting a new Claude integration, testing your setup, or learning the Messages API basics. Trigger with phrases like "anthropic hello world", "claude api example", "first claude call", "anthropic quick start".

clade-incident-runbookskills/clade-incident-runbook/SKILL.md

Respond to Anthropic API incidents — outages, degraded performance, Use when working with incident-runbook patterns. error spikes, and rate limit issues in production. Trigger with "anthropic down", "claude outage", "anthropic incident", "claude not responding", "anthropic 529".

clade-install-authskills/clade-install-auth/SKILL.md

Install and configure the Anthropic SDK for Claude API access. Use when setting up Claude integration, configuring API keys, or initializing the Anthropic client in your project. Trigger with phrases like "install anthropic", "setup claude api", "anthropic auth", "configure anthropic API key".

clade-known-pitfallsskills/clade-known-pitfalls/SKILL.md

Common mistakes when building with the Anthropic API and how to avoid them. Use when working with known-pitfalls patterns. Trigger with "anthropic mistakes", "claude pitfalls", "anthropic gotchas", "common claude errors", "anthropic anti-patterns".

clade-load-scaleskills/clade-load-scale/SKILL.md

Scale Claude usage for high-throughput applications — batches, queues, Use when working with load-scale patterns. concurrency control, and tier upgrades. Trigger with "anthropic scale", "claude high volume", "anthropic throughput", "scale claude api", "anthropic concurrent requests".

clade-local-dev-loopskills/clade-local-dev-loop/SKILL.md

Set up a fast local development loop for building with the Anthropic API — Use when working with local-dev-loop patterns. hot reload, cost-saving tips, and test patterns. Trigger with "anthropic dev setup", "claude local development", "anthropic test locally", "claude dev workflow".

clade-migration-deep-diveskills/clade-migration-deep-dive/SKILL.md

Migrate from OpenAI/GPT to Anthropic/Claude — API differences, Use when working with migration-deep-dive patterns. prompt adaptation, SDK swap, and feature mapping. Trigger with "migrate to claude", "openai to anthropic", "switch from gpt to claude", "replace openai with anthropic".

clade-model-inferenceskills/clade-model-inference/SKILL.md

Stream Claude responses, use system prompts, handle multi-turn conversations, Use when working with model-inference patterns. and process structured output with the Messages API. Trigger with "anthropic streaming", "claude messages api", "claude inference", "stream claude response".

clade-multi-env-setupskills/clade-multi-env-setup/SKILL.md

Configure Claude across dev, staging, and production with different Use when working with multi-env-setup patterns. models, keys, and rate limits per environment. Trigger with "anthropic environments", "claude staging", "anthropic dev vs prod", "claude multi-environment".

clade-observabilityskills/clade-observability/SKILL.md

Monitor Claude API calls — log tokens, latency, costs, errors, and Use when working with observability patterns. set up alerts for production Claude integrations. Trigger with "anthropic monitoring", "claude observability", "track claude usage", "anthropic logging".

clade-performance-tuningskills/clade-performance-tuning/SKILL.md

Optimize Anthropic API latency — streaming, prompt caching, model selection, Use when working with performance-tuning patterns. connection reuse, and parallel requests. Trigger with "anthropic slow", "claude latency", "speed up anthropic", "anthropic performance", "claude response time".

clade-policy-guardrailsskills/clade-policy-guardrails/SKILL.md

Implement content safety guardrails for Claude — input filtering, Use when working with policy-guardrails patterns. output validation, usage policies, and prompt injection defense. Trigger with "anthropic content policy", "claude safety", "claude guardrails", "anthropic prompt injection", "claude content filtering".

clade-prod-checklistskills/clade-prod-checklist/SKILL.md

Production readiness checklist for Claude-powered applications — Use when working with prod-checklist patterns. error handling, monitoring, fallbacks, cost controls, and security. Trigger with "anthropic production", "claude production ready", "anthropic launch checklist", "go live with claude".

clade-rate-limitsskills/clade-rate-limits/SKILL.md

Handle Anthropic rate limits — understand tiers, implement backoff, Use when working with rate-limits patterns. optimize throughput, and monitor usage. Trigger with "anthropic rate limit", "claude 429", "anthropic throttling", "anthropic usage limits", "claude tokens per minute".

clade-reference-architectureskills/clade-reference-architecture/SKILL.md

Build Claude Code plugins — skills, agents, MCP servers, hooks, and slash commands. Use when working with reference-architecture patterns. The complete guide to extending Claude Code with the Anthropic plugin system. Trigger with "claude code plugin", "build a skill", "create mcp server", "anthropic plugin architecture", "claude code hooks".

clade-reliability-patternsskills/clade-reliability-patterns/SKILL.md

Build fault-tolerant Claude integrations — retries, circuit breakers, Use when working with reliability-patterns patterns. fallbacks, timeouts, and graceful degradation. Trigger with "anthropic reliability", "claude fault tolerance", "anthropic circuit breaker", "claude fallback".

clade-sdk-patternsskills/clade-sdk-patterns/SKILL.md

Production-ready Anthropic SDK patterns — client config, retries, timeouts, Use when working with sdk-patterns patterns. error handling, TypeScript types, and async patterns. Trigger with "anthropic sdk", "claude client setup", "anthropic typescript", "anthropic python patterns".

clade-security-basicsskills/clade-security-basics/SKILL.md

Secure your Anthropic integration — API key management, input validation, Use when working with security-basics patterns. prompt injection defense, and data privacy. Trigger with "anthropic security", "claude api key security", "anthropic prompt injection", "secure claude integration".

clade-upgrade-migrationskills/clade-upgrade-migration/SKILL.md

Upgrade Anthropic SDK versions and migrate between Claude model generations. Use when working with upgrade-migration patterns. Trigger with "upgrade anthropic sdk", "migrate claude model", "anthropic breaking changes", "new claude model".

clade-webhooks-eventsskills/clade-webhooks-events/SKILL.md

Use Anthropic Message Batches for async bulk processing and event handling. Use when working with webhooks-events patterns. Trigger with "anthropic batches", "claude batch api", "anthropic async", "bulk claude processing", "anthropic webhook".

Manifests1

plugins/saas-packs/claude-pack/.claude-plugin/plugin.json
{
  "name": "claude-pack",
  "version": "1.0.0",
  "description": "Claude Code skill pack for building with the Claude API and Anthropic SDK (30 skills)",
  "author": {
    "name": "Jeremy Longshore",
    "email": "jeremy@intentsolutions.io"
  },
  "license": "MIT",
  "keywords": [
    "claude",
    "anthropic",
    "ai",
    "sdk",
    "messages-api"
  ]
}