Skip to content

BaseCoat

Versioned GitHub Copilot customization library for enterprise repos.

BaseCoat gives your organization one place to manage agents, skills, instructions, and prompts. Sync it into each team repo with a single command so standards stay consistent and reusable instead of being rewritten in every codebase.


What's included

Asset type Count What it does
Agents 131 End-to-end task executors — sprint planners, code reviewers, security analysts, and more
Skills 143 Reusable domain capabilities invoked by agents
Instructions 93 Copilot behavior rules scoped by file path pattern
Prompts 7 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 — 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 the org

Explore the docs

Reference (docs/reference/)

Guides (docs/guides/)

Operations (docs/operations/)

Templates (docs/templates/)

  • templates/ — File templates and scaffold taxonomy guidance

Examples (docs/examples/)

  • examples/ — Read-only examples and starter references