preview-offline-scope Skill
Use when the user wants to estimate the download size + sync frequency cost of an offline profile BEFORE pushing to users. Read-only. Wraps verify-offline-profile.js with per-table row-count estimates. Published by microsoft in power-platform-skills.
What is preview-offline-scope Skill?
Use when the user wants to estimate the download size + sync frequency cost of an offline profile BEFORE pushing to users. Read-only. Wraps verify-offline-profile.js with per-table row-count estimates. 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
- Data analysis
- Testing use cases
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use preview-offline-scope Skill
- Use it for testing.
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/power-platform-skills
- Skill file: plugins/mobile-apps/skills/preview-offline-scope/SKILL.md
What it does
Use when the user wants to estimate the download size + sync frequency cost of an offline profile BEFORE pushing to users. Read-only. Wraps verify-offline-profile.js with per-table row-count estimates.
Skill instructions
Shared instructions: shared-instructions.md — read first. Preview Offline Scope Read-only diagnostic. Tells you "if you pushed this profile to users right now, here's what their devices would download and how often it would re-sync." No mutations. Useful before: - /setup-offline-profile for a final sanity check - /assign-offline-profile (so users don't get surprised by data caps) - /edit-offline-profile to gauge impact of a column-list change Workflow 1. Verify project + locate profile → 2. Run verify (drift check) → 3. Per-table row counts → 4. Cache-size estimate → 5. Report --- Step 1 — Verify project + locate profile Same as /edit-offline-profile Step 1. Read profileId from offline-profile.json or $ARGUMENTS --profile-id. Do not read profile metadata from power.config.json; it is owned by npx power-apps init. bash test -f power.config.json node "${CLAUDESKILLDIR}/../../scripts/resolve-environment.js" "$(node -e "console.log(require('./power.config.json').environmentId)")" Step 2
Explore related resources
Frequently asked questions
What is preview-offline-scope?
preview-offline-scope is a open-source AI agent skill with Copy skill directory. Use when the user wants to estimate the download size + sync frequency cost of an offline profile BEFORE pushing to users. Read-only.
Who is preview-offline-scope best for?
preview-offline-scope is best for reusing agent instructions, scripts, and references, testing workflows, data analysis workflows.
How do I install preview-offline-scope?
Install or run preview-offline-scope using Copy skill directory. Check preview-offline-scope for the latest setup command.
Is preview-offline-scope actively maintained?
preview-offline-scope may need a closer maintenance check before production use.
Auto-fetched from GitHub.