Skip to content

BaseCoat

Enterprise-grade GitHub Copilot customization framework.

BaseCoat gives your organization a curated, version-controlled library of agents, skills, instructions, and prompts — synced into every team repo with a single command. Instead of every team writing Copilot customizations from scratch, you get production-ready assets that enforce consistent standards across your entire GitHub Enterprise org.


What's in the box

Asset type Count What it does
Agents 79 End-to-end task executors — sprint planners, code reviewers, security analysts, and more
Skills 57 Reusable domain capabilities invoked by agents
Instructions 64 Copilot behavior rules scoped by file path pattern
Prompts 3 Structured templates for repeatable tasks

How it works

flowchart LR
    BC[BaseCoat\nSource Repo] -->|sync.ps1 / sync.sh| CR[Your Team Repo\n.github/base-coat/]
    CR -->|auto-discovered| CP[GitHub Copilot]
    CP -->|guided by| DEV[Your Developers]
  1. Sync — run one script to pull the latest BaseCoat release into .github/base-coat/
  2. Use — Copilot auto-discovers agents, instructions, and prompts from .github/
  3. Contribute — open a PR to share patterns back with every team in the org

Explore the docs

Reference (docs/reference/)

Operations (docs/operations/)

Templates (docs/templates/)

  • templates/ — Reusable file and directory templates (shared memory, repo scaffold, etc.)

Archive

Historical Wave 3 staging deliverables, portal design docs, wireframes, and cleanup reports. These are preserved for reference but are not part of the active framework.