Initial shared Copilot resources scaffold

This commit is contained in:
2026-04-23 15:46:34 -04:00
commit adfcb83ab6
44 changed files with 2249 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
name: "Copilot Customization Standards"
description: "Use when authoring or editing shared Copilot prompts, instructions, agents, skills, hooks, or overlay templates. Covers naming, portability, and frontmatter expectations."
applyTo: "resources/prompts/**/*.prompt.md,resources/instructions/**/*.instructions.md,resources/agents/**/*.agent.md,resources/skills/**/SKILL.md,templates/repo-overlay/.github/instructions/**/*.instructions.md,templates/repo-overlay/.github/agents/**/*.agent.md"
---
- Prefer skills for portable workflows and prompts for VS Code-only adapters.
- Keep descriptions discovery-oriented: say what the resource does and when to
use it.
- Do not duplicate workflow logic across prompts and skills without a reason.
- Keep shared resources neutral and reusable rather than tied to one machine.
- Treat repository overlays as templates, not as the authoritative shared copy.