Files
awesome-copilot/plugins/power-platform-architect/.github/plugin/plugin.json
Kweku Dzata 252f342650 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>
2026-05-04 14:22:16 +10:00

23 lines
575 B
JSON

{
"name": "power-platform-architect",
"description": "Solution Architect for the Microsoft Power Platform, turning business requirements into functioning Power Platform solution architectures.",
"version": "1.0.0",
"keywords": [
"power-platform",
"power-platform-architect",
"power-apps",
"dataverse",
"power-automate",
"power-pages",
"power-bi"
],
"author": {
"name": "Tim Hanewich"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"skills": [
"./skills/power-platform-architect/"
]
}