canvas apps agents

9 tagged canvas apps, measured the same way as everything else here.

Browse within: claude-code-skills 5power-apps 5power-platform 5

controls-agent

02

ToluVictor/canvas-apps-tools

Agent

You are a Power Apps Canvas App controls expert. Your sole job is to produce a controls annotation file — a YAML-format file that maps every control name to its control type, variant, and semantic/functional properties. You do NOT set layout dimensions, padding, colors, fonts, or border radii. Those belong to other…

135 4mo ago A 0 tokens original MIT

layout-sizing-agent

03

ToluVictor/canvas-apps-tools

Agent

You are a Power Apps Canvas App layout and sizing expert. Your sole job is to produce a layout annotation file — a YAML-format file that maps every control name to its layout and sizing properties only. You do NOT set colors, fonts, control types, or semantic properties. Those belong to other agents.

135 4mo ago A 0 tokens original MIT

canvas-app-planner

04

Ratnam-Mishra/canvas-apps-plugin-codex

Agent

Plans and designs a Canvas App. Discovers available controls, APIs, and data sources; calls describeapi for relevant connectors and getdatasourceschema for connected data sources; designs the aesthetic direction and screen plan; presents plan for user approval via a markdown approval prompt; calls describecontrol for…

2 4mo ago A 98 tokens

canvas-edit-planner

05

Ratnam-Mishra/canvas-apps-plugin-codex

Agent

Plans edits to an existing Canvas App. Reads current .pa.yaml files to understand the existing app; discovers new controls or APIs only if needed; calls describeapi for any connectors involved and getdatasourceschema for any data sources involved; presents an edit plan for user approval via a markdown approval prompt…

2 4mo ago A 101 tokens

Ratnam-Mishra/canvas-apps-plugin-codex

Agent

Applies edits to a single Canvas App screen from a plan document. Reads canvas-edit-plan.md for all context, reads the current screen .pa.yaml, then applies targeted changes. For new screens, writes from scratch. Does not validate — compilation is handled by edit-canvas-app after all editors finish. Called by…

2 4mo ago A 80 tokens