-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Staged #1432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: staged
Are you sure you want to change the base?
Staged #1432
Changes from 14 commits
93cccdf
3ad03ea
7646810
b80657d
c131772
379ef05
a0751ca
5513daf
21d8152
a07c741
07a06e6
a44f103
68660c3
3b65cc1
85307a5
a6903f3
7b86b57
7e6f63d
6d09535
a91b80e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| { | ||
| "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-platform", | ||
| "power-apps", | ||
| "dataverse", | ||
| "power-automate", | ||
| "power-pages", | ||
| "power-bi" | ||
|
Comment on lines
+5
to
+12
|
||
| ], | ||
| "author": { | ||
| "name": "Tim Hanewich" | ||
| }, | ||
| "repository": "https://github.com/github/awesome-copilot", | ||
| "license": "MIT", | ||
| "skills": ["./skills/power-platform-architect/"] | ||
| } | ||
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,171 @@ | ||||||||||||||
| # Power Platform Architect Plugin | ||||||||||||||
|  | ||||||||||||||
| A plugin for GitHub Copilot that acts as a **Senior Solution Architect for the Microsoft Power Platform**. Give it business requirements, use case descriptions, or even raw meeting transcripts, and it produces a tailored technical architecture, complete with component recommendations and an optional Mermaid.js diagram. | ||||||||||||||
|
|
||||||||||||||
| ## Installation | ||||||||||||||
| ```bash | ||||||||||||||
| copilot plugin install power-platform-architect@awesome-copilot | ||||||||||||||
| ``` | ||||||||||||||
|
|
||||||||||||||
| ## Demo | ||||||||||||||
| *Click the image below for a quick demo of this agent skill!* | ||||||||||||||
|
|
||||||||||||||
| [](https://youtu.be/tn4jEpZ6jiw) | ||||||||||||||
|
|
||||||||||||||
| ## What's Included | ||||||||||||||
| ### Skills | ||||||||||||||
| |Skill|Description| | ||||||||||||||
| |-|-| | ||||||||||||||
| |`power-platform-architect`|Generate a functional Power Platform architecture from business requirements| | ||||||||||||||
|
||||||||||||||
| |Skill|Description| | |
| |-|-| | |
| |`power-platform-architect`|Generate a functional Power Platform architecture from business requirements| | |
| | Skill | Description | | |
| | --- | --- | | |
| | `power-platform-architect` | Generate a functional Power Platform architecture from business requirements | |
Copilot
AI
Apr 17, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Markdown table under "## What It Does" is also malformed (rows start with ||), which will render with an unintended blank first column. Consider switching to the standard | ... | ... | table syntax for consistent rendering.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This plugin’s tag list includes a duplicate value (
power-platformappears twice). Consider deduplicating to keep the plugins index clean and improve tag-based search/filtering.