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-writerDraft 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-launcherBuild 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-flushWrap 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-bootstrapSet up a new project with the Loop Architecture wired in: hooks, SPEC.md scaffold, first commit, sensible defaults.
frontier-scout
/memories/procedural/frontier-scoutStructured 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-migrationAdd a new schema migration to coexo-memory-operator and apply it safely against the live substrate.
coexo-memory-api
/memories/procedural/coexo-memory-apiOperator endpoints for reading and writing the Coexo Memory substrate (tailnet host coexo-memory:8080).
deploy-coexo-site
/memories/procedural/deploy-coexo-siteDeploy coexo.dymont.ai (rsync source to openclaw-vps, then sudo ./deploy.sh).
query-coexo-recall
/memories/procedural/query-coexo-recallQuery the Coexo Memory substrate via /recall (per-type vector dispatch) and /recall/graph (HippoRAG-2 PPR).
restart-coexo-operator
/memories/procedural/restart-coexo-operatorRestart 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-healthEnd-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).