Help us improve
Share bugs, ideas, or general feedback.
Architecture analysis and documentation tools for Power Platform, Copilot Studio, and Azure AI Foundry solutions.
npx claudepluginhub promptclickrun/power-agents-blueprintAnalyzes Power Platform, Copilot Studio, and Azure AI Foundry solutions and generates interactive HTML architecture dashboards with SVG diagrams, ERDs, data flow analysis, and shareable PageDrop links.
Share bugs, ideas, or general feedback.
A plugin for GitHub Copilot CLI and Claude Code that analyzes Power Platform, Copilot Studio, and Azure AI Foundry solutions and generates interactive HTML architecture dashboards.
Open a terminal in VS Code and run:
copilot plugin install promptclickrun/power-agents-blueprint
That's it. The agent and skills are ready to use.
# 1. Register the marketplace
copilot plugin marketplace add promptclickrun/power-agents-blueprint
# 2. Install the plugin
copilot plugin install power-agents-blueprint@power-agents-blueprint-marketplace
Copy the plugin files directly into your project's .github/ directory:
your-project/
└── .github/
├── agents/
│ └── power-copilot-architect.agent.md
└── skills/
├── architecture-html-dashboard/
│ └── SKILL.md
└── pagedrop-upload/
└── SKILL.md
Verify:
copilot plugin list
In a Claude Code session, run:
/plugin marketplace add promptclickrun/power-agents-blueprint
/plugin install power-agents-blueprint@power-agents-blueprint-marketplace
Or from your terminal:
claude plugin marketplace add promptclickrun/power-agents-blueprint
claude plugin install power-agents-blueprint@power-agents-blueprint-marketplace
Copy the plugin files into your project's .claude/ or .github/ directory:
your-project/
└── .github/
├── agents/
│ └── power-copilot-architect.agent.md
└── skills/
├── architecture-html-dashboard/
│ └── SKILL.md
└── pagedrop-upload/
└── SKILL.md
Verify:
/plugin list
Give this plugin a Power Platform solution — a Copilot Studio agent directory, a solution ZIP, or a description — and it will:
In either Copilot CLI or Claude Code, just describe what you need:
| Input Type | How to Provide |
|---|---|
| Copilot Studio agent directory | Point to a folder with .mcs.yml files |
| Power Platform solution ZIP | Provide a path to a .zip export |
| Solution description | Describe your components in chat |
A single {solution-name}-architecture.html file with 5 interactive tabs:
| Tab | Content |
|---|---|
| Architecture | Layered component diagram with inline SVG |
| ERD | Entity Relationship Diagram with all data entities |
| Data Flows | Timeline visualization of data movement and decisions |
| Components | Categorized inventory cards with full details |
| Notes | Architecture strengths, considerations, dependencies |
After generation, you'll be asked to: