power-automate
Installation
SKILL.md
Skill: Power Automate Cloud Flows
When to Use
Trigger when designing, building, reviewing, or debugging Power Automate cloud flows.
Flow Design Principles
- Idempotent flows: Re-running the same trigger should produce the same result
- Error handling first: Add try/catch scope before writing the happy path
- Minimal permissions: Use service principal connections for production
- No hardcoded IDs: Use environment variables or dynamic lookups
- Name every action: Descriptive action names are your documentation
- Solution-aware: Every production flow must be inside a solution