add-connector

Solid

Adds any Power Platform connector to a Power Apps code app. Generic fallback for connectors not covered by a specific skill.

AI & Automation 317 stars 63 forks Updated today MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
83
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

**๐Ÿ“‹ Shared Instructions: [shared-instructions.md](${CLAUDE_PLUGIN_ROOT}/shared/shared-instructions.md)** - Cross-cutting concerns. # Add Connector (Generic) Fallback skill for any connector not covered by a specific `/add-*` skill. For common connectors, prefer the dedicated skills: - `/add-dataverse` -- Dataverse tables - `/add-azuredevops` -- Azure DevOps - `/add-teams` -- Microsoft Teams - `/add-excel` -- Excel Online (Business) - `/add-onedrive` -- OneDrive for Business - `/add-sharepoint` -- SharePoint Online - `/add-office365` -- Office 365 Outlook (calendar, email, contacts) ## Workflow 1. Check Memory Bank โ†’ 2. Identify Connector โ†’ 3. Add Connector โ†’ 4. Inspect & Configure โ†’ 5. Build โ†’ 6. Update Memory Bank --- ### Step 1: Check Memory Bank Check for `memory-bank.md` per [shared-instructions.md](${CLAUDE_PLUGIN_ROOT}/shared/shared-instructions.md). ### Step 2: Identify Connector **If `$ARGUMENTS` is provided or the caller already specified the connector**, use it directly and skip the question below. Otherwise, ask the user which connector they want to add. Browse available connectors: [Connector Reference](https://learn.microsoft.com/en-us/connectors/connector-reference/) **Before proceeding, check if the connector has a dedicated skill. If it does, delegate immediately and STOP:** | Connector API name | Delegate to | | ----------------------- | ------------------ | | `sharepointonline` | `/add-sharepoint` | | `teams` |...

Details

Author
microsoft
Repository
microsoft/power-platform-skills
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content โ€” not just same category