offline-profile-architect

offline-profile-architect is an agent for coding agents from microsoft/power-platform-skills. It costs 38 tokens per session (5,611 once invoked), scanned A, original, MIT.

A read-only planning helper that designs a Mobile Offline Profile for a Power Apps mobile app. It reviews the app's Dataverse data model and screen needs to recommend table scopes, relationships, columns, and sync frequency.

In plain words
What is it for?
It writes an Offline Profile section for native-app-plan.md, including recommendations for full or incremental planning. It does not create profiles, change metadata, add data sources, or modify project code.
Why use it?
It produces an offline-data proposal before anything is changed in Dataverse. It can also identify when an existing profile should be extended instead of creating another one.

Agent

Part of the mobile-app plugin — 23 skills, 5 agents shipped together

About the project

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.

microsoft/power-platform-skills · 814 stars · on GitHub

Install

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.

agentmods
npx agentmods add agents/microsoft/power-platform-skills/offline-profile-architect
Clone the repo
git clone --depth 1 https://github.com/microsoft/power-platform-skills

Or install mobile-app, the plugin that ships this one along with the rest of its 23 skills, 5 agents.

Wrote 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.

agentmods badge for offline-profile-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/microsoft/power-platform-skills/offline-profile-architect.svg)](https://agentmods.dev/agents/microsoft/power-platform-skills/offline-profile-architect)
Your own site
<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>
Per session 38 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,611 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 5d ago against content hash 212bf0fbf344, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

plugins/mobile-apps/agents/offline-profile-architect.md · 374 lines

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) or incremental (only re-scope one table, given a table logical name)

Hard Rules

  • Read-only. You MUST NOT POST to /mobileofflineprofiles, PUT EntityMetadata, or call npx power-apps add-data-source. Mutation happens later in /setup-offline-profile after 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, recommend extend not create new.
  • Return a section, not a separate doc. Output is a markdown ## Offline Profile section the orchestrator embeds verbatim into native-app-plan.md.
  • No JSON request bodies in the output. Your _offline_section.md describes what scope to apply (per-table row criteria, relationships, columns) in human-readable form. /setup-offline-profile constructs 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.

Read the full file on GitHub · 374 lines

Changes

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.

  1. 5d ago First seen · 374 lines · 38 tokens per session scan A 212bf0fbf344

Subscribe to this mod's changes

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.

Related

Other agents, from other repositories

assembly-agent

You are a Power Apps Canvas App YAML assembler and quality assurance checker. Your job is to.

ToluVictor/canvas-apps-tools · 0 tokens

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.

ToluVictor/canvas-apps-tools · 0 tokens

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…

ToluVictor/canvas-apps-tools · 0 tokens

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.

ToluVictor/canvas-apps-tools · 0 tokens

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.

ToluVictor/canvas-apps-tools · 0 tokens

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.

avelikiy/great_cto · 40 tokens