
from power-platform-skills453
Analyzes a business need for a Power Pages site and recommends whether to implement Web API, AI Web API, Server Logic, Cloud Flows, or a combination — then rout
This skill evaluates backend requirements for Power Pages projects and produces a clear implementation plan: which parts belong as Web API endpoints, which require Server Logic (validate-and-execute), when Cloud Flows are appropriate for async work, and where AI Web API fits for summaries or grounded search. It also renders an HTML plan with data-flow diagrams and phase-based implementation items.
Invoke when the user describes a business problem for a Power Pages site and needs a recommended architecture and phased plan rather than immediate code. Typical triggers include adding payment flows, AI summaries, integrations with external APIs, or performance improvements requiring batched queries.
references/ and assets/ to build HTML plans; the SKILL.md includes a decision framework and templates for ITEM and DATA_FLOW structures.Designed for code-capable agents (Claude Code, Copilot-style, Cursor) and CI/tooling that can run the provided render scripts; integrates well with teams using Power Platform and Dataverse.
A thorough backend integration routing skill for Microsoft Power Pages. It analyzes a user's business problem, applies a decision framework (Web API vs AI Web API vs Server Logic vs Cloud Flows or combinations), renders an HTML plan, and dispatches to specialized implementation skills. No bundled scripts to test — purely documentation-driven. Strong security posture with explicit plan-approval gates and the Secure Action Principle pattern. Very niche audience (Power Pages developers).
Well-crafted Microsoft-first-party skill. Excellent decision framework and security guidance (Secure Action Principle). The routing/selector pattern is a good architectural choice. Main limitation is niche audience and dependency on the Power Pages plugin system.
Add Teams Connector
Adds and configures a Microsoft Teams connector in Power Apps code apps to send messages, post to channels, and integrate Teams workflows.
Scan Site
Run a server-side security scan of a deployed Power Pages site and produce a plain-language summary of findings and follow-ups.
Power Automate Flow Debugger
Diagnoses and fixes failed Power Automate flow runs using a systematic triage process and root cause classification.