Coexo/Overview

Skills

Procedural memory the lab keeps and refines

Skills are how Dymont Labs encodes "how we do things." Lab and Coexo skills live in the substrate as procedural memory and surface into every Claude session via the prelude. Harness skills are slash-commands Stephan triggers directly. Catalog will eventually auto-generate from the live skill set; v1 is curated by hand.

Lab skills

Procedural memory specific to running Dymont Labs. Surfaced into every CTO session via the prelude (regardless of which model substrate is running).

spec-writer

/memories/procedural/spec-writer

Draft a SPEC.md for a new feature — goal, constraints, success criteria, blast radius. Triggers when starting any non-trivial multi-file work.

ralph-launcher

/memories/procedural/ralph-launcher

Build a clean PROMPT.md, configure the runner, and start a long autonomous run. Always after explicit confirmation; never on the CTO's initiative.

transcript-flush

/memories/procedural/transcript-flush

Wrap Coexo's /events/from-transcript endpoint to summarize the current session into a semantic event so future sessions inherit it.

project-bootstrap

/memories/procedural/project-bootstrap

Set up a new project with the Loop Architecture wired in: hooks, SPEC.md scaffold, first commit, sensible defaults.

frontier-scout

/memories/procedural/frontier-scout

Structured Forage-mode procedure: read the SOTA on a topic, run experiments in a sandbox, write findings into Coexo.

Coexo ops skills

Procedural memory for operating the Coexo Memory substrate and the Coexo wisdom site.

apply-coexo-migration

/memories/procedural/apply-coexo-migration

Add a new schema migration to coexo-memory-operator and apply it safely against the live substrate.

coexo-memory-api

/memories/procedural/coexo-memory-api

Operator endpoints for reading and writing the Coexo Memory substrate (tailnet host coexo-memory:8080).

deploy-coexo-site

/memories/procedural/deploy-coexo-site

Deploy coexo.dymont.ai (rsync source to openclaw-vps, then sudo ./deploy.sh).

query-coexo-recall

/memories/procedural/query-coexo-recall

Query the Coexo Memory substrate via /recall (per-type vector dispatch) and /recall/graph (HippoRAG-2 PPR).

restart-coexo-operator

/memories/procedural/restart-coexo-operator

Restart coexo-memory-operator on coexo-memory after a code change or env edit; verify it came up clean.

verify-coexo-substrate-health

/memories/procedural/verify-coexo-substrate-health

End-to-end health check for the Coexo Memory substrate — service, hash chain, embedding coverage, consolidation lag, backups.

User-invocable harness skills

Slash-command skills available in the Claude Code harness on coexo-labs. Stephan triggers these directly in chat.

/review

Review a pull request or local diff.

/ultrareview

Multi-agent cloud review of the current branch or a PR. Used before production-bound or hard-to-reverse changes.

/security-review

Security review of pending changes — auth, secrets, external surfaces.

/init

Initialize a new CLAUDE.md with codebase documentation.

/loop

Run a prompt or slash command on a recurring interval. Self-paced when interval omitted.

/schedule

Create, update, or list scheduled remote agents (cron-driven routines).

/simplify

Review changed code for reuse, quality, and efficiency; fix issues found.

/skill-creator

Create new harness skills, modify existing ones, run evals to test them.

/sandbox-management

Provision or decommission OpenClaw sandbox.wtf cx23 boxes (Telegram bot + voice transcription wired up).