GitHub
Skills harvested from GitHub repositories
14810 skills availablecohere-multi-env-setup
Configure Cohere API v2 across dev/staging/prod with environment-specific API keys, model selection, and budget controls...
cohere-hello-world
Three minimal working examples: Chat completion, text embedding, and search reranking. Each demonstrates a core Cohere A...
cohere-incident-runbook
Rapid incident response procedures for Cohere API v2 outages. Covers triage, mitigation, communication, and postmortem f...
cohere-deploy-integration
Deploy Cohere API v2 applications to Vercel, Fly.io, and Google Cloud Run with proper secrets management and health chec...
cohere-cost-tuning
Optimize Cohere costs through model selection, token budgets, embedding compression, and usage monitoring. Cohere pricin...
cohere-debug-bundle
Collect all diagnostic information needed to resolve Cohere API v2 issues. Generates a support-ready bundle with environ...
cohere-core-workflow-b
Build multi-step tool-using agents with Cohere's Chat API v2. The model decides which tools to call, you execute them, a...
cohere-common-errors
Quick reference for real Cohere API v2 errors with exact messages, causes, and fixes. cohere-ai SDK installed COAPIKEY c...
cohere-core-workflow-a
End-to-end Retrieval-Augmented Generation using Cohere's three core endpoints: Embed (vectorize), Rerank (sort by releva...
cohere-ci-integration
Set up CI/CD pipelines with automated unit tests (mocked) and integration tests (real API) for Cohere API v2 application...
clickhouse-security-basics
Secure a ClickHouse deployment with SQL-based user management, network restrictions, TLS encryption, and query audit log...
clickhouse-upgrade-migration
Safely upgrade ClickHouse server and the @clickhouse/client Node.js SDK, with rollback procedures and breaking change de...
clickhouse-prod-checklist
Comprehensive go-live checklist for ClickHouse covering server tuning, schema design, backup configuration, monitoring, ...
clickhouse-reference-architecture
Production-grade architecture for ClickHouse analytics platforms covering project layout, data flow, multi-tenancy, and ...
clickhouse-multi-env-setup
Configure separate ClickHouse instances for development, staging, and production with proper secrets management, environ...
clickhouse-install-auth
Set up the official ClickHouse client for Node.js or Python and configure authentication to ClickHouse Cloud or a self-h...
clickhouse-migration-deep-dive
Plan and execute ClickHouse schema migrations: column changes, engine migrations, ORDER BY modifications, and versioned ...
clickhouse-hello-world
Create a MergeTree table, insert rows with JSONEachRow, and run your first analytical query -- all using the official @c...
clickhouse-deploy-integration
Deploy applications that connect to ClickHouse Cloud from serverless and container platforms with proper connection mana...
clickhouse-enterprise-rbac
Implement enterprise-grade role-based access control in ClickHouse using SQL-based user management, hierarchical roles, ...
clickhouse-ci-integration
Run integration tests against a real ClickHouse server in GitHub Actions using Docker service containers. No mocks neede...
clade-upgrade-migration
Upgrade the Anthropic SDK to new versions and migrate between Claude model generations. Covers version checking, changel...
clade-security-basics
Securing a Claude integration means protecting your API key, validating inputs, defending against prompt injection, and ...
clade-reference-architecture
Claude Code has a plugin system with 4 extension points: skills (auto-activating knowledge), commands (slash commands), ...