Setting the file. One moment.
Subchapter 11.14
plugin-marketplace.mdMarkdown2 KBView on GitHub
Plugins are curated agent templates, skills, instructions, and prompts shared by the community via GitHub repositories (e.g., github/awesome-copilot, anthropics/skills). They provide ready-made expertise for common domains — cloud platforms, frameworks, testing strategies, etc.
Registered marketplace sources are stored in :
.squad/plugins/marketplaces.json{
"marketplaces": [
{
"name": "awesome-copilot",
"source": "github/awesome-copilot",
"added_at": "2026-02-14T00:00:00Z"
}
]
}Users manage marketplaces via the CLI:
squad plugin marketplace add {owner/repo} — Register a GitHub repo as a marketplace sourcesquad plugin marketplace remove {name} — Remove a registered marketplacesquad plugin marketplace list — List registered marketplacessquad plugin marketplace browse {name} — List available plugins in a marketplaceDuring the Adding Team Members flow, AFTER allocating a name but BEFORE generating the charter:
.squad/plugins/marketplaces.json. If the file doesn’t exist or marketplaces is empty, skip silently.SKILL.md or equivalent)..squad/skills/{plugin-name}/SKILL.mdcharter.md.history.md: “📦 Plugin ‘{plugin-name}’ installed from {marketplace}.”