Everything a cluster needs at one URL
Scripts, templates, schemas, prompts, stacks. Each file is downloadable with curl or browsable here. Your install agent (or you) pulls what your cluster needs into .meshkore/.
Scripts
Python utilities the daemon and humans run on .meshkore/. Zero dependencies, stdlib only.
Templates
cluster.yaml starting points by cluster type. Curl one and replace the {{placeholders}} — the daemon picks it up immediately.
Prompts
Battle-tested prompts you give to an agent (Claude Code, Cursor, …) to perform a task end-to-end without supervision.
Architect
The cockpit HTML. Same file used locally (.meshkore/architect/) and hosted at architect.meshkore.com.
Rules
Documentation governance R1-R6. The taxonomy and frontmatter conventions every cluster doc follows.
Schemas
liveMachine-readable schemas for cluster.yaml, links.yaml, protocols, task / doc frontmatter — all consolidated in standard.json.
Quick examples
Pull roadmap-build.py into your local cluster scripts:
curl -fsSL https://meshkore.com/reference/cluster/scripts/roadmap-build.py \ -o .meshkore/scripts/roadmap-build.py chmod +x .meshkore/scripts/roadmap-build.py
Validate frontmatter across all docs and tasks:
python3 .meshkore/scripts/roadmap-build.py --validate
Tell an agent to install the cluster from scratch (Claude Code, Cursor, etc.):
"Install MeshKore on this repo. Follow the prompt at https://meshkore.com/reference/prompts/project-from-scratch.md."