| `codeapp.agent.md` |
`codeapp` |
Select the `codeapp` agent for implementation-oriented Code App work with skill loading, connector-aware guidance, and a persistent dist/config/decision-log.md. |
| `autoreview/` |
`autoreview` |
Use for Power Automate flow reviews, structured JSON results, generated review files, diagrams, and raw AutoReview requests. |
| `connections/` |
`connections` |
Use when wiring connector references, data source names, and shared connection setup across the app. |
| `dataverse/` |
`dataverse` |
Use for entity-set registration, CRUD patterns, unbound actions, relationships, explicit paging, and Dataverse-backed environment variable reads. |
| `docs/` |
`docs` |
Use for evidence-based Code App documentation in Markdown or HTML, including the reusable HTML docs template. |
| `environment-variables/` |
`environment-variables` |
Use for schema-name driven runtime configuration, including a single object-type variable loaded and parsed through dist/config/app-config.js. |
| `frontend-design/` |
`frontend-design` |
Use when you want stronger UI direction, layout refinement, and less generic-looking frontend output. |
| `jira/` |
`jira` |
Use for Jira issue, project, task, and Jira-instance aware helper flows. |
| `keyvault/` |
`keyvault` |
Use for Azure Key Vault keys, secrets, metadata, version access, encryption, and decryption helpers. |
| `logicflows/` |
`logicflows` |
Use for adding or invoking solution-aware Power Automate flows through generated services or callFlow(...). |
| `office365-groups/` |
`office365-groups` |
Use for Microsoft 365 group listings, members, and event-related helper flows. |
| `office365-outlook/` |
`office365-outlook` |
Use for mail, calendar, contacts, rooms, mailbox settings, and raw Outlook action guidance. |
| `office365-users/` |
`office365-users` |
Use for profile, manager, direct reports, photos, search, and user document helpers. |
| `power-platform-admin-v2/` |
`power-platform-admin-v2` |
Use for Power Platform tenant administration, environments, governance, capacity, billing, cloud flows, Copilot agents, and Power Pages operations. |
| `security-review/` |
`security-review` |
Use for evidence-based security reviews of shipped Code Apps using the Microsoft managed-platform threat model. |
| `sharepoint/` |
`sharepoint` |
Use for list, attachment, and library operations with exact site URLs and list IDs from app config or environment variables. |
| `sql/` |
`sql` |
Use for SQL table discovery, row CRUD, native queries, and stored procedure execution. |
| `start/` |
`start` |
Use for new Code App setup, theme decisions, optional five-option mockups, and mockup-to-production implementation. |
| `teams/` |
`teams` |
Use for teams, channels, chats, mentions, notifications, and message posting flows. |