A GitHub Copilot CLI plugin marketplace.
| Plugin | Description | Version |
|---|---|---|
| my-copilot | AI engineering workflow — 21 skills, 6 agents | 0.2.0 |
| my-copilot-frontend | Frontend domain — 9 skills (React, Next.js, UI/UX, TanStack) | 0.2.0 |
| my-copilot-backend | Backend domain — 4 skills (APIs, databases, auth, payments) | 0.1.0 |
| my-copilot-devops | DevOps domain — 2 skills (Docker, K8s, Cloudflare, GCP, CI/CD) | 0.1.0 |
| my-copilot-mobile | Mobile domain — 1 skill (React Native, Flutter, Swift, Kotlin) | 0.1.0 |
copilot plugin marketplace add locnbk2002/my-copilotcopilot plugin install my-copilot@my-copilot- Create a directory:
my-new-plugin/ - Add
.github/plugin/plugin.jsonwith the plugin manifest - Add skills in
.github/skills/, agents in.github/agents/ - Register the plugin in
.github/plugin/marketplace.jsonplugins array - Add a row to the Available Plugins table above
See my-copilot/README.md for a reference plugin structure.
MIT