Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Analyze Power Platform and Copilot Studio solutions from ZIP files or directories to generate self-contained interactive HTML architecture dashboards featuring inline SVG diagrams, ERDs, data flows, integrations, and security configs. Validate dashboards for quality then upload to PageDrop for shareable time-limited links.
npx claudepluginhub promptclickrun/power-agents-blueprint --plugin power-agents-blueprintGenerates a self-contained, interactive HTML dashboard for Power Platform and Copilot Studio architecture documentation. Features pure inline SVG diagrams, dark theme, responsive layout, clickable stat cards with slide-in detail drawers, and tabbed content. No external dependencies — zero CDN calls.
Upload self-contained HTML files to PageDrop for shareable, time-limited links. No API key required. Supports private visibility and configurable TTL (1 hour, 1 day, 3 days, or single-view).
Architectural Review Agent — unpacks and comprehensively analyzes a Power Platform or Copilot Studio solution (ZIP file or agent directory). Catalogs every component, maps data flows, identifies integrations, and documents security configuration. Returns structured analysis text. Does NOT generate HTML or diagrams.
Dashboard Developer Agent — generates a single self-contained HTML file that visualizes a Power Platform / Copilot Studio architecture. Uses pure inline SVG (NO Mermaid.js) for architecture and ERD diagrams with non-crossing routing, opaque pill labels, and crow's foot notation. Includes dark theme, stat cards with slide-in drawers, 5 tabbed panels, animations, and responsive layout. Supports domain-focused co-development where multiple instances build the same dashboard in parallel, each responsible for a specific component domain.
Post-Review Agent — validates a generated HTML architecture dashboard for structural correctness, SVG validity, component coverage, stat card accuracy, label overlap detection, and zero Mermaid references. Returns a PASS/FAIL validation report. Does NOT modify the file.
Use this agent when the user asks to review or analyze the architecture of a Power Platform and Copilot Studio solution. Orchestrates specialized sub-agents in phased execution: architectural analysis first, then 5 domain-focused dashboard developers in parallel, then quality validation. Outputs a single self-contained HTML file.
Generates a self-contained, interactive HTML dashboard for Power Platform and Copilot Studio architecture documentation. Features pure inline SVG diagrams, dark theme, responsive layout, clickable stat cards with slide-in detail drawers, and tabbed content. No external dependencies — zero CDN calls.
Upload self-contained HTML files to PageDrop for shareable, time-limited links. No API key required. Supports private visibility and configurable TTL (1 hour, 1 day, 3 days, or single-view).
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Build Power Apps Canvas Apps using the Canvas Authoring MCP server.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Build interactive, click-through architecture diagrams as a single HTML file. Animated step-by-step flows, mode toggles, dark/light theme, side panel with payloads.
Claude Code skill pack for Lucidchart (18 skills)
Complete Power BI expertise for report development, DAX, TMDL, Power Query M, REST API automation, PBIR/PBIP programmatic creation, Tabular Editor, TOM/.NET SDK, semantic models, deployment pipelines, CI/CD, Fabric/Direct Lake integration, performance optimization, and embedded analytics. Covers everything from data modeling to enterprise governance.
AI skills for Power Apps Canvas Apps - generate, modify, and integrate.
Multi-agent skill for Power Apps Code Apps development — React/TypeScript on Power Platform with Dataverse, Azure SQL, SharePoint, Copilot Studio. Covers frontend, backend, infrastructure, business analysis, architecture, and product management.
Expert Jira Cloud REST API plugin with sub-agents and skills for configuring, managing, and supporting Jira Cloud instances.
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: