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

13
PURPOSE.md Normal file
View File

@@ -0,0 +1,13 @@
# Purpose
This project exists to make reusable Copilot customizations portable,
maintainable, and easy to evolve.
Without a shared repository, prompts, skills, agents, and instructions tend to
fragment across user profiles, workspace folders, machines, and shell sessions.
That makes it difficult to keep behavior consistent or to benefit from what was
learned in another session.
This repository solves that by keeping shared resources under version control,
making the repository authoritative after creation, and providing tooling to
bootstrap, publish, update, and verify the shared environment.