Ratnam-Mishra

9 mods across 1 repository, 2 stars between them.

add-data-source

01

Ratnam-Mishra/canvas-apps-plugin-codex

Skill Claude CodeCodex

Guide 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…

2 4mo ago A 116 tokens

Ratnam-Mishra/canvas-apps-plugin-codex

Skill Claude CodeCodex

Configure the Canvas Authoring MCP server for Codex CLI. USE WHEN the user says "configure MCP", "set up MCP server", "MCP not working", "connect Canvas Apps MCP", "canvas-authoring not available", "set up canvas apps". DO NOT USE WHEN prerequisites are missing — direct the user to install .NET 10 SDK first.

2 4mo ago B 78 tokens

Ratnam-Mishra/canvas-apps-plugin-codex

Instructions file CodexOpenCode

AGENTS.md instructions for Ratnam-Mishra/canvas-apps-plugin-codex, covering agents.md — canvas apps plugin (codex), prerequisites, available skills, how the workflow works and generating a new app ($generate-canvas-app).

2 4mo ago B 1,487 tokens

canvas-app-planner

06

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

07

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

Implements a single Canvas App screen from a plan document. Reads canvas-app-plan.md for all context and writes the screen's .pa.yaml file. Does not validate — compilation is handled by generate-canvas-app after all screens are written. Called by generate-canvas-app in parallel — not invoked directly by users.

2 4mo ago A 67 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