home/productivity/copilot-instructions-215

Copilot Instructions

GPTClaudeDeepSeek··299 copies·updated 2026-07-14
copilot-instructions-215.prompt
# 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 Structure

when 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