feat: Superpowers for Copilot Chat VS Code extension v1.0.0

- @superpowers chat participant with 14 skill slash commands
- Bundled SKILL.md files for all Superpowers skills
- Custom skill support via ~/.copilot/skills/superpowers/
- Live file watcher — custom skills reload without restart
- TypeScript source: skillLoader, participant, watcher, extension

Skills: brainstorming, tdd, debug, plan, execute, subagent,
parallel, review, receive-review, verify, worktree, finish,
write-skill, superpowers

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
DwainTR
2026-03-12 16:27:01 +00:00
commit 8448807ae5
27 changed files with 3640 additions and 0 deletions

10
CHANGELOG.md Normal file
View File

@@ -0,0 +1,10 @@
# Changelog
## [1.0.0] - 2026-03-12
### Added
- Initial release
- 14 bundled Superpowers skills available via `@superpowers` chat participant
- Custom skill support via local directory (`~/.copilot/skills/superpowers/`)
- Live file watching — custom skills reload without VS Code restart
- `superpowers.customSkillsPath` and `superpowers.enableCustomSkills` settings