generate-canvas-app

$npx mdskill add microsoft/power-platform-skills/generate-canvas-app

This skill has been replaced by the unified **`canvas-app`** skill, which handles both creating and editing canvas apps.

SKILL.md

.github/skills/generate-canvas-appView on GitHub ↗
---
name: generate-canvas-app
version: 2.0.0
description: "[DEPRECATED — use canvas-app instead] Generate a complete Power Apps canvas app."
author: Microsoft Corporation
user-invocable: true
allowed-tools: Read
---

# ⚠️ Deprecated — Use `canvas-app`

This skill has been replaced by the unified **`canvas-app`** skill, which handles both
creating and editing canvas apps.

Please use `/canvas-app` instead. It will automatically detect that the app is empty and
run the full generation workflow.

More from microsoft/power-platform-skills

SkillDescription
activate-site>-
add-azuredevopsAdds Azure DevOps connector to a Power Apps code app. Use when querying work items, creating bugs, managing pipelines, or making ADO API calls.
add-cloud-flow>-
add-connectorAdds any Power Platform connector to a Power Apps code app. Generic fallback for connectors not covered by a specific skill.
add-data-sourceGuide the user to add a data source, connection, or API connector to a Canvas App via Power Apps Studio, then verify and continue. USE WHEN the user asks to add a data source, add a connection, add an API, add a connector, connect to SharePoint / Dataverse / SQL / Excel / OneDrive / Teams / Office 365, or any similar request to make new data available to the app. DO NOT USE WHEN the user is asking to list or describe existing data sources — call list_data_sources or list_apis directly instead.
add-datasourceAdds a data source or connector to a Power Apps code app. Asks what the user wants to accomplish and routes to the appropriate specialized skill.
add-dataverseAdds Dataverse tables to a Power Apps code app with generated TypeScript models and services. Can also create new Dataverse tables. Use when connecting to Dataverse, adding tables, creating schema, or querying Dataverse data.
add-excelAdds Excel Online (Business) connector to a Power Apps code app. Use when reading or writing Excel workbook data from OneDrive or SharePoint.
add-mcscopilotAdds Microsoft Copilot Studio connector to a Power Apps code app. Use when invoking Copilot Studio agents, sending prompts to agents, or integrating agent responses.
add-office365Adds Office 365 Outlook connector to a Power Apps code app. Use when accessing calendars, sending emails, reading inbox, or managing Outlook events.