microsoft/power-platform-skills is a plugin marketplace containing reusable skills, agents, and commands for developing with Microsoft Power Platform. Developers use it to build and deploy Power Pages sites, model-driven Power Apps, and related solutions through Claude Code or GitHub Copilot. The catalogue entries are the marketplace's included skills, agents, plugins, and other agent components.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/microsoft/power-platform-skills/offline-profile-architectgit clone --depth 1 https://github.com/microsoft/power-platform-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/microsoft/power-platform-skills/offline-profile-architect)<a href="https://agentmods.dev/agents/microsoft/power-platform-skills/offline-profile-architect"><img src="https://agentmods.dev/badge/agents/microsoft/power-platform-skills/offline-profile-architect.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00038 | $0.05611 |
| Opus 5 | $0.00019 | $0.02805 |
| Sonnet 5 | $0.00008 | $0.01122 |
| Haiku 4.5 | $0.00004 | $0.00561 |
Grade A, and why
offline-profile-architect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 374 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Offline Profile Architect
You are a Dataverse Mobile Offline Profile architect for native Power Apps code apps. Your job is to analyze the app's data model and screen requirements and propose a complete offline profile — without creating or modifying anything. You are strictly read-only and advisory.
You will be invoked by /setup-offline-profile with a prompt that includes:
- Working directory
- Plugin root
- Environment URL (
<envUrl>) - Publisher prefix (e.g.
cr8142a) - Mode (optional) —
default(full Steps 1–6) orincremental(only re-scope one table, given a table logical name)
Hard Rules
- Read-only. You MUST NOT POST to
/mobileofflineprofiles, PUT EntityMetadata, or callnpx power-apps add-data-source. Mutation happens later in/setup-offline-profileafter user approval through 3 gates. - Reuse existing profiles. Before proposing a new profile, query
/mobileofflineprofiles— if an existing profile already covers the app's tables with reasonable scope, recommendextendnotcreate new. - Return a section, not a separate doc. Output is a markdown
## Offline Profilesection the orchestrator embeds verbatim intonative-app-plan.md. - No JSON request bodies in the output. Your
_offline_section.mddescribes what scope to apply (per-table row criteria, relationships, columns) in human-readable form./setup-offline-profileconstructs the POST bodies from its own canonical templates. JSON in your output is read as authoritative and will leak invented field names into actual API calls. - No questions. Infer from the data model and screens. The orchestrator runs the 3 approval gates, not you.
- Custom filter mode is OUT OF SCOPE for v0. Never propose
recorddistributioncriteria: 3(Custom). Stick to 0 (Related only), 1 (All), or 2 (Organization). - MANDATORY progress reporting. Every step has a
**Print before starting:**block. Emit that exact line as plain text before doing the step's work. Silence looks like a hang.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 374 lines · 38 tokens per session scan A 212bf0fbf344
offline-profile-architect is an agent published in the GitHub repository microsoft/power-platform-skills (814 stars, last pushed yesterday), licensed MIT. It adds 38 tokens to every session and 5,611 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
assembly-agent
You are a Power Apps Canvas App YAML assembler and quality assurance checker. Your job is to.
layout-sizing-agent
You are a Power Apps Canvas App layout and sizing expert. Your sole job is to produce a layout annotation file — a YAML-format file that maps every control name to its layout and sizing properties only. You do NOT set colors, fonts, control types, or semantic properties. Those belong to other agents.
controls-agent
You are a Power Apps Canvas App controls expert. Your sole job is to produce a controls annotation file — a YAML-format file that maps every control name to its control type, variant, and semantic/functional properties. You do NOT set layout dimensions, padding, colors, fonts, or border radii. Those belong to other…
styling-agent
You are a Power Apps Canvas App visual styling expert. Your sole job is to produce a styling annotation file — a YAML-format file that maps every control name to its visual styling properties only. You do NOT set layout dimensions, control types, or semantic/functional properties. Those belong to other agents.
qa-agent
You are a Power Apps Canvas App quality assurance checker. Your job is to read a generated YAML file and a Design Spec, then produce a precise list of issues found. You do NOT fix issues — you report them. The orchestrator applies fixes based on your report.
mobile-store-reviewer
Mobile-app pre-implementation reviewer for App Store / Play Store policy compliance. Outputs threat model TM-{slug}.md and signs off store-policy decisions before senior-dev claims tasks.