Imported from buildkite/cleanroom (AGENTS.md). Install upstream with npx skills add buildkite/cleanroom. Copyright stays with the author.
Agent Notes
Cleanroom is a policy compiler and provenance layer over the external
spore CLI (sporevm); it does not run VMs itself. Keep the surface small:
policy validate, compile, stamp, bake, verify, gateway serve,
version.
This project is in early development: breaking changes are acceptable, and
legacy/backwards-compat paths are not required unless explicitly requested.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/buildkite-cleanroom-cleanroom/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
buildkite-cleanroom-cleanroom.ocm.jsonjson
{
"ocm": "1",
"id": "buildkite-cleanroom-cleanroom",
"kind": "skill",
"name": "cleanroom",
"description": "Agent Notes",
"publisher": "buildkite",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Agent Notes"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/buildkite/cleanroom",
"path": "AGENTS.md",
"ref": "4b13755df5ce62aeeaa31318395b4d7433a73e8d",
"url": "https://github.com/buildkite/cleanroom/blob/4b13755df5ce62aeeaa31318395b4d7433a73e8d/AGENTS.md",
"key": "buildkite/cleanroom/AGENTS.md"
}
},
"instructions": "# Agent Notes\n\n- Cleanroom is a policy compiler and provenance layer over the external\n `spore` CLI (sporevm); it does not run VMs itself. Keep the surface small:\n `policy validate`, `compile`, `stamp`, `bake`, `verify`, `gateway serve`,\n `version`.\n- This project is in early development: breaking changes are acceptable, and\n legacy/backwards-compat paths are not required unless explicitly requested.",
"cost": {
"context_tokens": 101
}
}
Fetch it by URL: GET /api/v1/registry/buildkite-cleanroom-cleanroom/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.