feat(skills): add commit-message-storyteller skill (#1516)

* chore: publish from staged

* feat(skills): add commit-message-storyteller skill

* fix(commit-message-storyteller): correct reference path to bundled guide

* chore: remove materialised plugins

* fix: move conventional commits guide into references folder

* fix: reset README.skills.md to staged base and regenerate with skill entry

* Fixing validation

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
This commit is contained in:
Kweku Dzata
2026-05-03 23:22:16 -05:00
committed by GitHub
parent c02894b9ad
commit 252f342650
4 changed files with 297 additions and 1 deletions

View File

@@ -16,5 +16,7 @@
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"skills": ["./skills/power-platform-architect/"]
"skills": [
"./skills/power-platform-architect/"
]
}