بنقرة واحدة
CopilotPcfChess
يحتوي CopilotPcfChess على 2 من skills المجمعة من adner، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Use when the Dataverse MCP server is not yet reachable from the agent — enabling it on a Power Platform environment, registering the Entra ID client app (mcp.tools permission, PKCE, redirect URIs), allow-listing the client, and connecting Claude Code / Claude Desktop / GitHub Copilot to /api/mcp. Triggers: "set up the Dataverse MCP server", "connect Claude to Dataverse", "mcp.tools", "api/mcp", "Dataverse MCP not connected", "enable MCP on the environment", "add the Dataverse MCP server".
Use when building, versioning, deploying, or binding a PCF (Power Apps Component Framework) control with the pac CLI — especially a dataset control hosted full-page as a table's grid. Covers the mandatory version bump before every push (stale-bundle cause), the build→push→publish→reload loop, and the brittle-binding workaround (the classic picker won't list dataset PCFs) via the bundled bind-grid.mjs script. Triggers: "pac pcf push", "deploy the control", "PCF version", "stale bundle", "bind the control to the table", "customcontroldefaultconfig", "grid control won't show up".