Copilot Instructions
# Copilot Instructions
These instructions are automatically applied to every Copilot Chat session in this workspace.
## Project Context
This is a **GitHub Copilot Customization Blueprint** — a template repository for bootstrapping
Copilot agents, prompt files, instructions, skills, and hooks in any project.
## Conventions
- All customization files live under `.github/` (agents, prompts, skills, instructions, hooks)
- Use **Conventional Commits** for all commit messages: `<type>(<scope>): <description>`
- Allowed types: `feat`, `fix`, `docs`, `style`, `refactor`, `perf`, `test`, `build`, `ci`, `chore`, `revert`
- Agent files: `.agent.md` with YAML frontmatter (`description` required, `name` and `tools` recommended)
- Prompt files: `.prompt.md` with YAML frontmatter (`description` recommended)
- Skill files: `SKILL.md` in a named directory under `.github/skills/<name>/` (alt locations: `.claude/skills/`, `.agents/skills/`)
- Hook configs: JSON files in `.github/hooks/` defining lifecycle automation
- MCP configs: `.vscode/mcp.json` for VS Code workspace MCP, `mcp-servers` in GitHub Copilot agent frontmatter, `.mcp.json` in plugins
- Agent plugin manifests: `plugin.json` in plugin roots; keep example manifests inert as `*.example.json`
- Tool sets group built-in, MCP, and extension tools; keep examples inert unless deliberately enabled via VS Code
- Use `user-invocable` and `disable-model-invocation` instead of the deprecated `infer` field
- For multi-agent workspaces, `AGENTS.md` (root or experimental nested) and `CLAUDE.md` are also recognized as always-on instructions
- For monorepos opened in a subfolder, enable `chat.useCustomizationsInParentRepositories` to discover customizations from the repo root
## File Structurewhen to use it
Community prompt sourced from the open-source GitHub repo trsdn/github-copilot-agent (MIT). A "Copilot Instructions" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
productivitycommunitydeveloper
source
trsdn/github-copilot-agent · MIT
more in Productivity
Productivity✓ tested
Summarize a doc into decisions & actions
chief of staff who extracts what to DO, not just what was said
Productivity✓ tested
Draft a reply to a hard email
calm, direct communicator who de-escalates without caving
Productivity✓ tested
Turn a brain-dump into a weekly plan
planning coach who protects your focus, not just your calendar