Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
cohere-multi-env-setup
Configure Cohere across development, staging, and production environments.
Use when setting up multi-environment deployments, configuring per-environment
API keys, model selection, and rate limit strategies.
Trigger with phrases like "cohere environments", "cohere staging",
"cohere dev prod", "cohere environment setup", "cohere config by env".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cohere-upgrade-migration
Migrate from Cohere API v1 to v2 and upgrade SDK versions.
Use when upgrading cohere-ai SDK, migrating from CohereClient to CohereClientV2,
or handling breaking changes between API versions.
Trigger with phrases like "upgrade cohere", "cohere migration",
"cohere v1 to v2", "update cohere SDK", "cohere breaking changes".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cohere-deploy-integration
Deploy Cohere-powered applications to Vercel, Fly.io, and Cloud Run.
Use when deploying Cohere API v2 apps to production,
configuring platform-specific secrets, or setting up deployment pipelines.
Trigger with phrases like "deploy cohere", "cohere Vercel",
"cohere production deploy", "cohere Cloud Run", "cohere Fly.io".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cohere-hello-world
Create a minimal working Cohere example with Chat, Embed, and Rerank.
Use when starting a new Cohere integration, testing your setup,
or learning basic Cohere API v2 patterns.
Trigger with phrases like "cohere hello world", "cohere example",
"cohere quick start", "simple cohere code".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cohere-ci-integration
Configure CI/CD for Cohere integrations with GitHub Actions and automated testing.
Use when setting up automated testing for Chat/Embed/Rerank,
configuring CI pipelines, or testing Cohere-powered applications.
Trigger with phrases like "cohere CI", "cohere GitHub Actions",
"cohere automated tests", "CI cohere", "cohere pipeline".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cohere-migration-deep-dive
Migrate from OpenAI/Anthropic/other LLM providers to Cohere, or vice versa.
Use when switching LLM providers, migrating embeddings between models,
or re-platforming existing AI integrations to Cohere API v2.
Trigger with phrases like "migrate to cohere", "switch from openai to cohere",
"cohere migration", "replace openai with cohere", "cohere replatform".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cohere-install-auth
Install and configure Cohere SDK authentication with API v2.
Use when setting up a new Cohere integration, configuring API keys,
or initializing the CohereClientV2 in your project.
Trigger with phrases like "install cohere", "setup cohere",
"cohere auth", "configure cohere API key".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cohere-security-basics
Apply Cohere security best practices for API key management and access control.
Use when securing API keys, implementing key rotation,
or auditing Cohere security configuration.
Trigger with phrases like "cohere security", "cohere secrets",
"secure cohere", "cohere API key security", "cohere key rotation".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cohere-observability
Set up comprehensive observability for Cohere API v2 with metrics, traces, and alerts.
Use when implementing monitoring for Chat/Embed/Rerank operations,
setting up dashboards, or configuring alerts for Cohere integrations.
Trigger with phrases like "cohere monitoring", "cohere metrics",
"cohere observability", "monitor cohere", "cohere alerts", "cohere tracing".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cohere-performance-tuning
Optimize Cohere API performance with caching, batching, model selection, and streaming.
Use when experiencing slow API responses, implementing caching strategies,
or optimizing request throughput for Cohere Chat, Embed, and Rerank.
Trigger with phrases like "cohere performance", "optimize cohere",
"cohere latency", "cohere caching", "cohere slow", "cohere batch".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cohere-rate-limits
Implement Cohere rate limiting, backoff, and request queuing patterns.
Use when handling 429 errors, implementing retry logic,
or optimizing API request throughput for Cohere.
Trigger with phrases like "cohere rate limit", "cohere throttling",
"cohere 429", "cohere retry", "cohere backoff".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cohere-reference-architecture
Implement Cohere reference architecture with layered project layout for RAG and agents.
Use when designing new Cohere integrations, reviewing project structure,
or establishing architecture standards for Cohere API v2 applications.
Trigger with phrases like "cohere architecture", "cohere project structure",
"cohere layout", "organize cohere app", "cohere design pattern".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cohere-prod-checklist
Execute Cohere production deployment checklist and rollback procedures.
Use when deploying Cohere integrations to production, preparing for launch,
or implementing go-live procedures for Cohere-powered apps.
Trigger with phrases like "cohere production", "deploy cohere",
"cohere go-live", "cohere launch checklist".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cohere-sdk-patterns
Apply production-ready Cohere SDK patterns for TypeScript and Python.
Use when implementing Cohere integrations, refactoring SDK usage,
or establishing team coding standards for Cohere API v2.
Trigger with phrases like "cohere SDK patterns", "cohere best practices",
"cohere code patterns", "idiomatic cohere", "cohere wrapper".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cohere-incident-runbook
Execute Cohere incident response procedures with triage, mitigation, and postmortem.
Use when responding to Cohere API outages, investigating errors,
or running post-incident reviews for Cohere integration failures.
Trigger with phrases like "cohere incident", "cohere outage",
"cohere down", "cohere on-call", "cohere emergency", "cohere broken".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cohere-core-workflow-a
Build a complete RAG pipeline with Cohere Chat, Embed, and Rerank.
Use when implementing retrieval-augmented generation, building
grounded Q&A systems, or combining search with LLM generation.
Trigger with phrases like "cohere RAG", "cohere retrieval",
"cohere grounded generation", "cohere search and answer".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cohere-core-workflow-b
Build tool-use agents and function calling with Cohere API v2.
Use when implementing multi-step agents, function calling,
or building autonomous tool-using workflows with Cohere.
Trigger with phrases like "cohere tool use", "cohere agents",
"cohere function calling", "cohere multi-step".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-data-handling
Implement data handling, PII protection, and GDPR/CCPA compliance for Vercel deployments.
Use when handling sensitive data in serverless functions, implementing data redaction,
or ensuring privacy compliance on Vercel.
Trigger with phrases like "vercel data", "vercel PII",
"vercel GDPR", "vercel data retention", "vercel privacy", "vercel compliance".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-debug-bundle
Collect Vercel debug evidence for support tickets and troubleshooting.
Use when encountering persistent issues, preparing support tickets,
or collecting diagnostic information for Vercel problems.
Trigger with phrases like "vercel debug", "vercel support bundle",
"collect vercel logs", "vercel diagnostic".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-local-dev-loop
Configure Vercel local development with vercel dev, environment variables, and hot reload.
Use when setting up a development environment, testing serverless functions locally,
or establishing a fast iteration cycle with Vercel.
Trigger with phrases like "vercel dev setup", "vercel local development",
"vercel dev environment", "develop with vercel locally".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-edge-functions
Build and deploy Vercel Edge Functions for ultra-low latency at the edge.
Use when creating API routes with minimal latency, geolocation-based routing,
A/B testing, or authentication at the edge.
Trigger with phrases like "vercel edge function", "vercel edge runtime",
"deploy edge function", "vercel middleware", "@vercel/edge".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-cost-tuning
Optimize Vercel costs through plan selection, function efficiency, and usage monitoring.
Use when analyzing Vercel billing, reducing function execution costs,
or implementing spend management and budget alerts.
Trigger with phrases like "vercel cost", "vercel billing",
"reduce vercel costs", "vercel pricing", "vercel expensive", "vercel budget".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-observability
Set up Vercel observability with runtime logs, analytics, log drains, and OpenTelemetry tracing.
Use when implementing monitoring for Vercel deployments, setting up log drains,
or configuring alerting for function errors and performance.
Trigger with phrases like "vercel monitoring", "vercel metrics",
"vercel observability", "vercel logs", "vercel alerts", "vercel tracing".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-sdk-patterns
Production-ready Vercel REST API patterns with typed fetch wrappers and error handling.
Use when integrating with the Vercel API programmatically, building deployment tools,
or establishing team coding standards for Vercel API calls.
Trigger with phrases like "vercel SDK patterns", "vercel API wrapper",
"vercel REST API client", "vercel best practices", "idiomatic vercel API".
jeremylongshore/claude-code-plugins-plus-skills 1,803