jellycore-ops

star 0

Operate JellyCore services in Docker Compose with a safe runbook: start, stop, restart, health-check, inspect logs, and collect diagnostics. Use when asked about service status, outages, deployment verification, or runtime operations.

b9b4ymiN By b9b4ymiN schedule Updated 2/26/2026

name: jellycore-ops description: "Operate JellyCore services in Docker Compose with a safe runbook: start, stop, restart, health-check, inspect logs, and collect diagnostics. Use when asked about service status, outages, deployment verification, or runtime operations." allowed-tools: Bash(docker*:), Bash(curl:), Bash(grep:), Bash(awk:)

JellyCore Operations

Use this runbook for production-safe service operations.

Safety Rules

  • Verify target environment before running commands.
  • Prefer read-only diagnostics before restart actions.
  • Do not run destructive Docker prune/remove commands unless explicitly requested.

Standard Flow

  1. Check status
docker compose ps
  1. Check health endpoints
curl -fsS http://localhost:47778/api/health
curl -fsS http://localhost:47779/health
  1. Inspect focused logs
docker compose logs --tail=200 oracle
docker compose logs --tail=200 nanoclaw
docker compose logs --tail=200 chromadb
  1. Recover by smallest action
docker compose restart <service>
  1. Re-verify status and health

Delivery Format

  • Incident summary (symptom, scope, likely root cause)
  • Actions taken (ordered)
  • Current status (healthy/degraded/down)
  • Next recommendation

Load references/commands.md for detailed command variants.

Install via CLI
npx skills add https://github.com/b9b4ymiN/JellyCore --skill jellycore-ops
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator