An agent plugin marketplace by Dawn Technology, containing the aimate plugin with reusable skills for support in our Assured Delivery Process.
-
Open your VS Code
settings.jsonand add the marketplace:"chat.plugins.marketplaces": [ "Dawn-Technology/aicelerate" ]
-
Open the Extensions view (
⇧⌘X) and search for@agentPlugins. -
Find
aimateand select Install.
Run Chat: Install Plugin From Source from the Command Palette and enter:
https://github.com/Dawn-Technology/aicelerate
Run Extensions: Check for Extension Updates from the Command Palette.
Register the marketplace once, then install by name:
copilot plugin marketplace add Dawn-Technology/aicelerate
copilot plugin install aimate@aiceleratecopilot plugin install Dawn-Technology/aicelerate:plugins/aimatecopilot plugin update aimate-
GitHub Dawn Technology organization account with Copilot seat enabled
-
Visual Studio Code with the GitHub Copilot extension installed
- Agent plugin support enabled (
chat.plugins.enabled: truein settings)
- Agent plugin support enabled (
-
GitHub Copilot CLI installed and authenticated
The following skills are not part of this repository but are recommended for use alongside aimate.
Grill Me (mattpocock/skills — grill-me)
Interviews you relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree one question at a time. Use when you want to stress-test a plan or get grilled on a design.
npx skills add https://github.com/mattpocock/skills/tree/main/skills/productivity --skill grill-meADR Writing (vercel/ai — adr-skill)
Helps agents write Architectural Decision Records (ADRs) as executable specifications — structured enough for a coding agent to implement without follow-up questions.
npx skills add https://github.com/vercel/ai --skill adr-skillCaveman (mattpocock/skills — caveman)
Ultra-compressed communication mode that cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when you want terse, token-efficient responses.
npx skills add https://github.com/mattpocock/skills/tree/main/skills/productivity --skill cavemanSee the aimate plugin README for available skills and usage details.