cb-analytics-admin
Use this skill when the user wants to inspect or manage the Analytics service's runtime — checking ingestion health, killing runaway queries, restarting nodes,…
Design and use Couchbase Capella Analytics (formerly Capella Columnar), the standalone columnar analytics database service on Capella. Use whenever the user asks about Capella Analytics, Capella Columnar, columnar analytics, an Analytics instance, Capella Analytics vs the
$ npx -y skills add celticht32/Couchbase-Skills-for-Claude.ai --skill couchbase-columnar --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/couchbase-columnarContext preview
The summary Claude sees to decide when to auto-load this skill.
Design and use Couchbase Capella Analytics (formerly Capella Columnar), the standalone columnar analytics database service on Capella. Use whenever the user asks about Capella Analytics, Capella Columnar, columnar analytics, an Analytics instance, Capella Analytics vs the
name: couchbase-columnar description: "Design and use Couchbase Capella Analytics (formerly Capella Columnar), the standalone columnar analytics database service on Capella. Use whenever the user asks about Capella Analytics, Capella Columnar, columnar analytics, an Analytics instance, Capella Analytics vs the operational Analytics Service, Analytics collections, links to operational data, Analytics SQL++, pricing, when to use standalone Capella Analytics vs the embedded Analytics Service, or 'I need to run analytical queries on my Couchbase data.' Distinct from the cb-analytics-* skills (which cover the Couchbase Analytics Service embedded in Couchbase Server / Capella operational clusters) — Capella Analytics is a separate, standalone columnar database product on Capella. Use proactively when the user needs OLAP-scale analytics, BI tool integration, or columnar storage for analytical workloads." license: MIT
A skill for *designing and using* Couchbase Capella Analytics — the standalone columnar analytics database product on Capella.
> **Naming:** Couchbase formally rebranded **Capella Columnar** to **Capella Analytics**. This skill uses "Capella Analytics" for the product. The lowercase word "columnar" still appears where it describes the underlying *storage format* (columnar storage), and some API/endpoint names retain "Columnar" (e.g. Columnar Analytics Cluster) — those are left as-is where they are literal identifiers.
Distinct from the `cb-analytics-*` skills, which cover the **Analytics Service** embedded within Couchbase Server / Capella operational clusters. These are different products:
| | Analytics Service (embedded) | Capella Analytics (standalone) | |---|---|---| | **What it is** | Analytics service co-located with an operational cluster | Standalone columnar database, separate instance | | **Where it runs** | On Analytics nodes of an operational cluster | Separate Capella Analytics instance on Capella | | **Data ingestion** | DCP-based streaming from the operational cluster | Links to Capella operational cluster, S3, or external sources | | **Storage** | Row-oriented (same as operational) | True columnar storage | | **Best for** | Ad-hoc analytics alongside operational workloads | OLAP, BI tools, large analytical queries | | **Skills** | `cb-analytics-*` | This skill |
| Question | Read | |---|---| | "Capella Analytics architecture, when to use it vs the embedded Analytics Service" | `references/architecture.md` | | "Connecting data sources, querying, BI tool integration" | `references/usage.md` |
Capella Analytics is optimized for analytical queries — large scans, aggregations, GROUP BY, window functions, JOINs across large datasets. It is not a replacement for the operational cluster. Transactional writes (your application's reads/writes) still go to the operational cluster. Capella Analytics receives data via links and stores it in columnar format for efficient analytical access.
Claude skill files for working with Couchbase — covering every major service and deployment pattern from application integration through AI applications, Kubernetes operations, mobile sync, security hardening, and analytics.
Repo: celticht32/Couchbase-Skills-for-Claude.ai
Use this skill when the user wants to inspect or manage the Analytics service's runtime — checking ingestion health, killing runaway queries, restarting nodes,…
Use this skill when the user wants to manage Couchbase Capella resources through the Cloud Management API — listing organisations and clusters, provisioning or…
Use this skill when the user wants to inspect or configure the Couchbase cluster itself — node membership, memory quotas, rebalance, auto-failover, system…
Use this skill when the user is managing Analytics data-source links — S3, Azure Blob, GCS, or remote Couchbase links — including creating, updating, listing,…
Use this skill when the user is setting up cb-analytics-mcp from scratch or troubleshooting an existing install — generating secrets, configuring .env, running…
Use this skill when the user wants to write or improve SQL++ queries against Couchbase Analytics through cb-analytics-mcp. Trigger when they mention "SQL++",…