cohere-pack

v1.5.0 by Jeremy Longshore

Claude Code skill pack for Cohere (24 skills)

24 plugin-local skills
MIT License
Claude Code Adapters (declared)

Installation

Open Claude Code and run this command:

/plugin install cohere-pack@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

> 24 production-ready Claude Code skills for Cohere API v2 — Chat, Embed, Rerank, Classify, RAG, and tool-use agents.

Skills (24) plugin-local skills

cohere-ci-integration View full skill →

Configure CI/CD for Cohere integrations with GitHub Actions and automated testing.

ReadWriteEditBash(gh:*)
cohere-common-errors View full skill →

Diagnose and fix Cohere API v2 errors and exceptions.

ReadGrepBash(curl:*)
cohere-core-workflow-a View full skill →

Build a complete RAG pipeline with Cohere Chat, Embed, and Rerank.

ReadWriteEditBash(npm:*)Grep
cohere-core-workflow-b View full skill →

Build tool-use agents and function calling with Cohere API v2.

ReadWriteEditBash(npm:*)Grep
cohere-cost-tuning View full skill →

Optimize Cohere costs through model selection, token budgets, and usage monitoring.

ReadGrep
cohere-data-handling View full skill →

Implement data privacy for Cohere API calls with PII redaction and compliance.

ReadWriteEdit
cohere-debug-bundle View full skill →

Collect Cohere debug evidence for support tickets and troubleshooting.

ReadBash(grep:*)Bash(curl:*)Bash(tar:*)Grep
cohere-deploy-integration View full skill →

Deploy Cohere-powered applications to Vercel, Fly.

ReadWriteEditBash(vercel:*)Bash(fly:*)Bash(gcloud:*)
cohere-enterprise-rbac View full skill →

Configure Cohere enterprise API key management, role-based access, and org controls.

ReadWriteEdit
cohere-hello-world View full skill →

Create a minimal working Cohere example with Chat, Embed, and Rerank.

ReadWriteEdit
cohere-incident-runbook View full skill →

Execute Cohere incident response procedures with triage, mitigation, and postmortem.

ReadGrepBash(kubectl:*)Bash(curl:*)
cohere-install-auth View full skill →

Install and configure Cohere SDK authentication with API v2.

ReadWriteEditBash(npm:*)Bash(pip:*)Grep
cohere-local-dev-loop View full skill →

Configure Cohere local development with mocking, testing, and hot reload.

ReadWriteEditBash(npm:*)Bash(pnpm:*)Grep
cohere-migration-deep-dive View full skill →

Migrate from OpenAI/Anthropic/other LLM providers to Cohere, or vice versa.

ReadWriteEditBash(npm:*)Bash(node:*)Bash(kubectl:*)
cohere-multi-env-setup View full skill →

Configure Cohere across development, staging, and production environments.

ReadWriteEditBash(aws:*)Bash(gcloud:*)Bash(vault:*)
cohere-observability View full skill →

Set up comprehensive observability for Cohere API v2 with metrics, traces, and alerts.

ReadWriteEdit
cohere-performance-tuning View full skill →

Optimize Cohere API performance with caching, batching, model selection, and streaming.

ReadWriteEdit
cohere-prod-checklist View full skill →

Execute Cohere production deployment checklist and rollback procedures.

ReadBash(kubectl:*)Bash(curl:*)Grep
cohere-rate-limits View full skill →

Implement Cohere rate limiting, backoff, and request queuing patterns.

ReadWriteEdit
cohere-reference-architecture View full skill →

Implement Cohere reference architecture with layered project layout for RAG and agents.

ReadGrep
cohere-sdk-patterns View full skill →

Apply production-ready Cohere SDK patterns for TypeScript and Python.

ReadWriteEdit
cohere-security-basics View full skill →

Apply Cohere security best practices for API key management and access control.

ReadWriteGrep
cohere-upgrade-migration View full skill →

Migrate from Cohere API v1 to v2 and upgrade SDK versions.

ReadWriteEditBash(npm:*)Bash(git:*)
cohere-webhooks-events View full skill →

Implement Cohere streaming event handling, SSE patterns, and connector webhooks.

ReadWriteEditBash(curl:*)

How It Works

Skills trigger automatically when you discuss Cohere topics:

  • "Set up Cohere in my project" -> cohere-install-auth
  • "Build a RAG pipeline with Cohere" -> cohere-core-workflow-a
  • "Create a Cohere agent with tools" -> cohere-core-workflow-b
  • "Fix this Cohere error" -> cohere-common-errors
  • "Migrate from OpenAI to Cohere" -> cohere-migration-deep-dive

Ready to use cohere-pack?