From code-apps-preview
Lists Power Platform connections in the current environment using pac CLI. Retrieves connection IDs needed before adding connectors to code apps.
npx claudepluginhub microsoft/power-platform-skills --plugin code-apps-previewThis skill is limited to using the following tools:
**๐ Shared Instructions: [shared-instructions.md](${CLAUDE_PLUGIN_ROOT}/shared/shared-instructions.md)** - Cross-cutting concerns (Windows CLI compatibility, memory bank, etc.).
Adds any Power Platform connector to Power Apps code apps as generic fallback for connectors without dedicated skills. Delegates common ones like SharePoint, Teams, Excel to specific skills.
Generates Power Platform custom connectors with MCP integration for Copilot Studio, including schema generation, C# scripts, validation, troubleshooting, and certification prep.
Discovers available Airbyte connectors, explores their entities/actions/schemas, and checks auth requirements for data integration.
Share bugs, ideas, or general feedback.
๐ Shared Instructions: shared-instructions.md - Cross-cutting concerns (Windows CLI compatibility, memory bank, etc.).
Lists all Power Platform connections in the default environment using the Power Platform CLI (pac).
pwsh -NoProfile -Command "pac connection list"
If pac is not authenticated, tell the user to run pwsh -NoProfile -Command "pac auth create" and try again.
Other failures:
pwsh -NoProfile -Command "pac env list" to verify pac can reach the environment, then retry once.Show the connection list to the user. The Connection ID is what goes into -c <connection-id> when adding a data source.
If the needed connector is missing:
power.config.json or a prior step): https://make.powerapps.com/environments/<environment-id>/connections โ + New connection/list-connections to get the new connection ID