GitHub Copilot
GitHub Copilot skills, prompts, custom agents, hooks, and MCP output.
The GitHub Copilot adapter writes repository-scoped Copilot files and VS Code MCP configuration. All top-level Soubi features have native or lossless generated support.
Native output
.github/skills/<name>/SKILL.md
.github/prompts/<name>.prompt.md
.github/agents/<name>.agent.md
.github/copilot/hooks.json
.vscode/mcp.jsonTranslation details
- Commands become Copilot prompt files.
- Agents become Copilot custom agents.
- Hook event names are converted to Copilot's PascalCase vocabulary.
- Copilot hooks do not expose a matcher slot, so portable matchers cannot be carried over.
- Tools run through a generated MCP stdio server.
Build this target
pnpm soubi build ./my-plugin --harness copilot