# B9b4ymin Jellycore Jellycore Ops

> JellyCore Operations

- Skill: `tomevault-io/b9b4ymin-jellycore-jellycore-ops` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/b9b4ymin-jellycore-jellycore-ops`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/b9b4ymin-jellycore-jellycore-ops/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/b9b4ymin-jellycore-jellycore-ops

---


# 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
```bash
docker compose ps
```

2. Check health endpoints
```bash
curl -fsS http://localhost:47778/api/health
curl -fsS http://localhost:47779/health
```

3. Inspect focused logs
```bash
docker compose logs --tail=200 oracle
docker compose logs --tail=200 nanoclaw
docker compose logs --tail=200 chromadb
```

4. Recover by smallest action
```bash
docker compose restart <service>
```

5. 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](references/commands.md) for detailed command variants.

---
> Source: [b9b4ymiN/JellyCore](https://github.com/b9b4ymiN/JellyCore) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-22 -->

