Powerplatform

Installation
SKILL.md

PowerPlatform - Flow Generation Skill

Generate Power Automate flows from natural language descriptions using connector schemas exported from your work environment.

Workflow Routing

Power Platform has no Workflows/ directory — each request routes to a starting template in templates/ (customized against the connector schemas), then packages via tools/package-solution.sh. Reference examples in examples/ show finished flows.

Trigger phrase Starting template Reference
"notify", "send a message when", "alert on new email/item" templates/notification-flow.json examples/urgent-email-teams-notification.json
"approval", "route for sign-off", "approve/reject" templates/approval-flow.json examples/sharepoint-item-approval.json
"scheduled report", "every week/day send", "recurring summary" templates/scheduled-report.json examples/weekly-report.json
"save attachments", "process incoming email files" templates/email-attachment-handler.json reference/actions.md
Anything else / build from scratch build inline from schema reference/expressions.md, reference/triggers.md, reference/actions.md

Always start by reading ~/Projects/work/scripts/power-platform/manifest.json to confirm the needed connectors are available before generating.


Installs
50
GitHub Stars
5
First Seen
Jan 22, 2026
Powerplatform — robdtaylor/personal-ai-infrastructure