Installation Manifest

July 10, 2026 · View on GitHub

Baton installs as one self-contained skill directory.

Runtime-required files

baton-dispatch/
├── SKILL.md
├── VERSION
├── agents/
│   └── openai.yaml
└── references/
    ├── dispatch-planning.md
    ├── context-and-briefs.md
    ├── execution-and-verification.md
    ├── examples.md
    ├── claude-code-ultracode.md
    └── codegraph.md

Human-facing repository files

README files, license, changelog, release instructions, benchmark materials, install documentation, and brand assets may remain in a Git clone but are not required in model context during normal skill execution.

Explicitly not installed or modified

  • model or provider settings;
  • global agent definitions;
  • CLAUDE.md, AGENTS.md, or equivalent project instructions;
  • hooks, MCP servers, scheduled tasks, or environment variables;
  • dependencies, lockfiles, or project source code;
  • CodeGraph indexes or workflow definitions.