Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
clade-load-scale
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-security-basics
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-core-workflow-a
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-migration-deep-dive
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-webhooks-events
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-model-inference
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-prod-checklist
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-reliability-patterns
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-policy-guardrails
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-sdk-patterns
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-install-auth
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-rate-limits
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-architecture-variants
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-cost-tuning
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-hello-world
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-data-handling
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-advanced-troubleshooting
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-local-dev-loop
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-performance-tuning
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-embeddings-search
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-core-workflow-b
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-deploy-integration
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-multi-env-setup
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-ci-integration
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803