edit-offline-profile Skill
Use when the user wants to change ONE aspect of an existing offline profile (row scope for a table, column list, sync frequency) without re-running the full /setup-offline-profile wizard. Mirrors the /edit-app gated edit pattern. Published by microsoft in power-platform-skills.
What is edit-offline-profile Skill?
Use when the user wants to change ONE aspect of an existing offline profile (row scope for a table, column list, sync frequency) without re-running the full /setup-offline-profile wizard. Mirrors the /edit-app gated edit pattern. 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 edit-offline-profile Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/power-platform-skills
- Skill file: plugins/mobile-apps/skills/edit-offline-profile/SKILL.md
What it does
Use when the user wants to change ONE aspect of an existing offline profile (row scope for a table, column list, sync frequency) without re-running the full /setup-offline-profile wizard. Mirrors the /edit-app gated edit pattern.
Skill instructions
Shared instructions: shared-instructions.md — read first. References: - dataverse-offline-api.md §4 / §7 — POST item + PATCH selectedcolumns Edit Offline Profile Re-run a single piece of an existing profile — change one table's row scope, update the column list, adjust sync frequency, or rename the profile. Avoids the cognitive cost of walking the full /setup-offline-profile wizard for a one-line change. Scope: existing profile (read from offline-profile.json or --profile-id); edits at the table-item granularity. To ADD a new table see /add-table-to-offline-profile; to delete the entire profile see dataverse-offline-api.md §11. Workflow 1. Verify project + locate profile → 2. Resolve target (which table / what to change) → 3. Show current vs proposed → Single confirm → 4. PATCH → 5. Publish → 6. Update artifacts → 7. Summary --- Step 1 — Verify project + locate profile bash test -f power.config.json node "${CLAUDESKILLDIR}/../../scripts/resolve-environment.js" "$(node -e "console.log(
Explore related resources
Frequently asked questions
What is edit-offline-profile?
edit-offline-profile is a open-source AI agent skill with Copy skill directory. Use when the user wants to change ONE aspect of an existing offline profile (row scope for a table, column list, sync frequency) without re-running the full /setup-offline-profile wizard.
Who is edit-offline-profile best for?
edit-offline-profile is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install edit-offline-profile?
Install or run edit-offline-profile using Copy skill directory. Check edit-offline-profile for the latest setup command.
Is edit-offline-profile actively maintained?
edit-offline-profile may need a closer maintenance check before production use.
Auto-fetched from GitHub.