Add power-platform-architect plugin (#1432)

* Moved power-platform-architect skill to plugin

* Restore power-platform-architect skill

* Scaffolded power-platform-architect

* Added skill

* Tweaked plugin.json

* Imported readme

* Added to readme

* Deleted README.md

* Renamed to README.md

* Added demo header

* Replaced banner

* AI

* Provided description

* Built

* Fixed md table

* Removed duplication power-platform key

* Re-built to clear out dual key:

* Fixed what it does md table

* Removed section

* Removed empty lines
This commit is contained in:
Tim Hanewich
2026-04-20 01:09:18 -04:00
committed by GitHub
parent d7cf720ede
commit 0e422e6dff
4 changed files with 193 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"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/"]
}