Skip to content
Skillv1.0.0

Headroom

Read [CLAUDE.md](CLAUDE.md) first, before exploring the codebase or editing anything, and follow it.

by discocrayon(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from discocrayon/Headroom (AGENTS.md). Install upstream with npx skills add discocrayon/Headroom. Copyright stays with the author.

AGENTS.md

Read CLAUDE.md first, before exploring the codebase or editing anything, and follow it.

It is the single source of truth for how to work here: the truth hierarchy between the specification corpus and the code, the guardrails that apply to every change, the routing table naming what a given change must open, and what counts as done.

The corpus itself is spec/. Its manifest carries the authority model, the precedence chain, and which document owns which topic.

This file exists only to point there. Nothing is repeated here, so anything you find only in this file is out of date.

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/discocrayon-headroom-headroom/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.

discocrayon-headroom-headroom.ocm.jsonjson
{
  "ocm": "1",
  "id": "discocrayon-headroom-headroom",
  "kind": "skill",
  "name": "Headroom",
  "description": "Read [CLAUDE.md](CLAUDE.md) first, before exploring the codebase or editing anything, and follow it.",
  "publisher": "discocrayon",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Read [CLAUDE.md](CLAUDE.md) first, before exploring the codebase or editing anything, and follow it."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/discocrayon/Headroom",
      "path": "AGENTS.md",
      "ref": "15e36b5cd56dd852aacc61f0065ffc4cd7ae9aea",
      "url": "https://github.com/discocrayon/Headroom/blob/15e36b5cd56dd852aacc61f0065ffc4cd7ae9aea/AGENTS.md",
      "key": "discocrayon/Headroom/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\nRead [CLAUDE.md](CLAUDE.md) first, before exploring the codebase or editing anything, and follow it.\n\nIt is the single source of truth for how to work here: the truth hierarchy between the specification corpus and the code, the guardrails that apply to every change, the routing table naming what a given change must open, and what counts as done.\n\nThe corpus itself is [`spec/`](spec/README.md). Its manifest carries the authority model, the precedence chain, and which document owns which topic.\n\nThis file exists only to point there. Nothing is repeated here, so anything you find onl",
  "cost": {
    "context_tokens": 157
  }
}

Fetch it by URL: GET /api/v1/registry/discocrayon-headroom-headroom/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.