add-connector Skill
Use when the user wants to add a Power Platform connector to a mobile app and there is no dedicated /add- skill for that connector (Dataverse and SharePoint have their own skills). Published by microsoft in power-platform-skills.
What is add-connector Skill?
Use when the user wants to add a Power Platform connector to a mobile app and there is no dedicated /add- skill for that connector (Dataverse and SharePoint have their own skills). Published by microsoft in power-platform-skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use add-connector Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/power-platform-skills
- Skill file: plugins/mobile-apps/skills/add-connector/SKILL.md
What it does
Use when the user wants to add a Power Platform connector to a mobile app and there is no dedicated /add- skill for that connector (Dataverse and SharePoint have their own skills).
Skill instructions
📋 Shared instructions: shared-instructions.md | Connector reference: connector-reference.md — read both first. Add Connector (Generic) Fallback skill for any connector not covered by a dedicated /add- skill. For common connectors, prefer the dedicated skills: - /add-dataverse — Dataverse tables - /add-sharepoint — SharePoint Online (More dedicated skills will land in v1: /add-teams, /add-excel, /add-onedrive, /add-azuredevops, /add-office365.) The native host runtime (power-apps-native-host) handles connector routing, connection resolution, and OAuth consent through PowerAppsHostProvider in app/layout.tsx — no separate executor wiring is needed. 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. Also confirm we're inside a Power Apps mobile app: bash test -f power.config.json && test -f app.config.js If either is missing,
Explore related resources
Frequently asked questions
What is add-connector?
add-connector is a open-source AI agent skill with Copy skill directory. Use when the user wants to add a Power Platform connector to a mobile app and there is no dedicated /add- skill for that connector (Dataverse and SharePoint have their own skills).
Who is add-connector best for?
add-connector is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install add-connector?
Install or run add-connector using Copy skill directory. Check add-connector for the latest setup command.
Is add-connector actively maintained?
add-connector may need a closer maintenance check before production use.
Auto-fetched from GitHub.