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,…
Monitor, alert on, and observe Couchbase clusters in production. Use whenever the user asks about Couchbase metrics, Prometheus, Grafana, alerting, alert thresholds, memory high watermark, disk usage, replication lag, query latency, index build progress, DCP lag, ops/sec, cache
$ npx -y skills add celticht32/Couchbase-Skills-for-Claude.ai --skill couchbase-observability --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/couchbase-observabilityContext preview
The summary Claude sees to decide when to auto-load this skill.
Monitor, alert on, and observe Couchbase clusters in production. Use whenever the user asks about Couchbase metrics, Prometheus, Grafana, alerting, alert thresholds, memory high watermark, disk usage, replication lag, query latency, index build progress, DCP lag, ops/sec, cache
name: couchbase-observability description: "Monitor, alert on, and observe Couchbase clusters in production. Use whenever the user asks about Couchbase metrics, Prometheus, Grafana, alerting, alert thresholds, memory high watermark, disk usage, replication lag, query latency, index build progress, DCP lag, ops/sec, cache miss ratio, Couchbase Exporter, admin_stats_* tools, log aggregation, SIEM shipping, health checks, or 'how do I know if my Couchbase cluster is healthy.' Distinct from couchbase-mcp (calling the tools) and couchbase-security-hardening (audit log shipping). Use proactively for new production deployments needing an observability stack, incident response setup, and SLO definition." license: MIT
A skill for *monitoring and alerting on* Couchbase clusters in production — metrics, thresholds, Prometheus integration, Grafana dashboards, log aggregation, and health check patterns.
Distinct from:
| Question | Read | |---|---| | "What metrics matter and what do they mean?" | `references/key-metrics.md` | | "Prometheus / Grafana setup — scraping, dashboards, recording rules" | `references/prometheus-grafana.md` | | "Alert thresholds — what values should trigger pages vs warnings?" | `references/alert-thresholds.md` | | "Log aggregation — shipping cluster logs to ELK / Splunk / Datadog" | `references/log-aggregation.md` |
**Principle 1 — Alert on symptoms, not causes.** "Disk usage > 80%" is a symptom. "Compaction not keeping up" is a cause. Alert on the symptom (disk), investigate causes during the incident. Symptom-based alerts have fewer false positives and fewer missed incidents.
**Principle 2 — Baseline before you threshold.** Couchbase metrics vary enormously by workload. A cache miss ratio of 20% is catastrophic for a key-value workload and perfectly acceptable for an analytics workload. Baseline your metrics for one week before setting alert thresholds.
**Principle 3 — Every node matters.** Couchbase is a distributed system. A single node with high memory pressure, disk usage, or replication lag can degrade the whole cluster. Aggregate cluster-level metrics for dashboards, but alert per-node on resource pressure.
| Task | Tool | |---|---| | Cluster-level stats (ops/sec, memory, disk) | `admin_stats_cluster` | | Per-node stats | `admin_stats_nodes` | | Bucket-level stats | `admin_stats_bucket` | | Index stats (GSI) | `admin_stats_indexes` | | XDCR replication stats | `admin_stats_xdcr` | | Query service stats | `admin_stats_query` | | FTS / Search stats | `admin_stats_fts` | | Eventing stats | `admin_stats_eventing` | | Analytics stats | `admin_stats_analytics` | | System events (cluster history) | `admin_cluster_get_system_events` | | Prometheus scrape targets | `admin_stats_prometheus_targets` | | Cluster logs | `admin_cluster_get_logs` |
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++",…