canvas-app

仓库创建 2026年1月22日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由

可自动判定新建或编辑流程,支持复杂多屏并行构建,适合 Power Platform 开发者。

▸ 风险提示

需访问 Power Apps 与相关资源权限,操作会影响线上应用。

这个 Skill 做什么

通过 Canvas Authoring MCP 协同会话创建或编辑 Power Apps Canvas 应用。

通过 Canvas Authoring MCP 的协同会话创建或编辑 Power Apps Canvas 应用,支持从需求生成新应用、做内联小改动或并行构建多屏复杂改动。会先同步当前应用状态判断是新建还是编辑,再按场景调度屏幕构建器,能处理 .pa.yaml 和多屏协同场景。适合需要快速产出或多人协作修改 Canvas App 的场景。

▸ 展开 SKILL.md 英文原文

Creates or edits a Power Apps Canvas App through the Canvas Authoring MCP coauthoring session. Handles new app generation from requirements, simple inline edits, and complex multi-screen changes with parallel screen builders. Triggers on requests to create, build, generate, modify, update, change, or edit a Canvas App or .pa.yaml files.

垂直行业Canvas AppCoauthoring应用生成通用
566
Stars
116
Forks
40
仓库内 Skill
+152
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/canvas-apps/skills/canvas-app/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/canvas-apps/skills/canvas-app/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Create or Edit a Canvas App

Create or edit a Power Apps canvas app for the following requirements:

$ARGUMENTS

## Overview

This skill handles both **creating** and **editing** canvas apps through a unified workflow.
It syncs the current app state to detect whether the app has existing content, then routes
accordingly:

- **CREATE mode** — the app is empty or has no meaningful content; a new app is generated
  from scratch using a preferences wizard and parallel screen builders.
- **EDIT mode (simple)** — the app has existing content and the requested changes are small;
  edits are applied inline without planning agents.
- **EDIT mode (complex)** — the app has existing content and the re
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有