shakedown

shakedown is a skill for Claude Code, Codex from joshsmithxrm/power-platform-developer-suite. It costs 43 tokens per session (1,895 once invoked), scanned A, original, MIT.

A structured hands-on test of a product's extension, terminal interface, MCP server, and command-line tool, including comparisons between them and a review of the architecture.

In plain words
What is it for?
Use it before releases, after large cross-interface features, or after refactors to test against live Dataverse data. Dataverse is Microsoft's cloud data platform.
Why use it?
It shows whether the product works as a whole across multiple interfaces, rather than checking only one feature or surface.

Skill for Claude CodeCodex

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 skills/joshsmithxrm/power-platform-developer-suite/shakedown
Any agent
npx skills add joshsmithxrm/power-platform-developer-suite --skill shakedown
Clone the repo
git clone --depth 1 https://github.com/joshsmithxrm/power-platform-developer-suite

Made for: Claude Code, Codex.

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 shakedown

README.md
[![agentmods](https://agentmods.dev/badge/skills/joshsmithxrm/power-platform-developer-suite/shakedown.svg)](https://agentmods.dev/skills/joshsmithxrm/power-platform-developer-suite/shakedown)
Your own site
<a href="https://agentmods.dev/skills/joshsmithxrm/power-platform-developer-suite/shakedown"><img src="https://agentmods.dev/badge/skills/joshsmithxrm/power-platform-developer-suite/shakedown.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,895 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.00043 $0.01895
Opus 5 $0.00022 $0.00948
Sonnet 5 $0.00009 $0.00379
Haiku 4.5 $0.00004 $0.00189

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

Security

Grade A, and why

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

.claude/skills/shakedown/SKILL.md · 198 lines

How it starts

The opening of the file, as written. The whole thing — 198 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Shakedown

A structured, multi-interface product validation session. Unlike /qa (automated, single surface) or /verify (self-check), shakedown is collaborative, comprehensive, and produces a documented findings report.

Product-level shakedown of Extension / TUI / MCP / CLI against live Dataverse, with parity comparison and an architecture audit. Use this when the question is "does the product work".

When to Use

  • Pre-release milestone
  • After a large feature lands across multiple surfaces
  • After a refactor that touched multiple surfaces
  • "I want to kick the tires on this thing"
  • "Test everything"

Phase 0: Safety Pre-checks

Before any other work, validate the safety guardrails are configured and active.

  1. Verify env allowlist is configured — read .claude/settings.jsonsafety.shakedown_safe_envs, or $PPDS_SAFE_ENVS. If neither lists at least one safe env, STOP and ask the user to configure (docs/SAFE-SHAKEDOWN.md for details).

  2. Verify active env is in the allowlist — run ppds env who (or ppds env current) and confirm the displayed env matches an allowlist entry. The shakedown-safety hook will block downstream ppds * calls otherwise.

  3. Arm the shakedown write-block (sentinel file). Before any mutating Bash work (steps 1-2 are read-only checks and run first by design), write .claude/state/shakedown-active.json containing at least started_at (ISO-8601 UTC timestamp string, consumed by both the Python shakedown-safety hook and the C# IShakedownGuard) and, when available, session_id:

    python -c "import json, os; from datetime import datetime, timezone; \
      os.makedirs('.claude/state', exist_ok=True); \
      json.dump({'started_at': datetime.now(timezone.utc).isoformat(), \
                 'session_id': os.environ.get('CLAUDE_SESSION_ID', '')}, \
                open('.claude/state/shakedown-active.json', 'w'))"
    

    The shakedown-safety hook reads this sentinel on every Bash call and refuses mutation verbs (plugins deploy without --dry-run, <surface> create/update/delete, solutions import, etc.) for the duration of the shakedown. The sentinel auto-expires after 24h so a crashed session cannot wedge the write-block for future sessions.

Read the full file on GitHub · 198 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 · 198 lines · 43 tokens per session scan A 801ddcf2e950

Subscribe to this mod's changes

shakedown is a skill published in the GitHub repository joshsmithxrm/power-platform-developer-suite (7 stars, last pushed 5d ago), licensed MIT. It adds 43 tokens to every session and 1,895 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-31.

Related

Other skills, from other repositories

dynamics365-expert

Expert in Dynamics 365 platform, model-driven apps, canvas apps, Power Automate flows, Dataverse, plugins, and custom workflows. Use when the user mentions Microsoft platforms, ERP, CRM, business apps, the Power Platform, or Dataverse, or when the task involves Dynamics 365 Applications, Dataverse Platform…

personamanagmentlayer/pcl · 80 tokens

PowerAppsControl

Drive the PowerAppsControl MCP server to UX-test a Power App end to end: open and verify an app URL, let the user choose a mode (smoke test = in-depth read-only exploration that produces a repeatable natural-language test plan; or run my test plan), then run it in a recorded session and produce a video + HTML report…

ilyafainberg/PowerAppsControl · 177 tokens

xrm-mcp

Skip steps you already have answers for. If you ran listtables or describetable earlier in the session, reuse those results.

jukkan/xrm-mcp · 0 tokens

run-integration-tests

Build, pack, and run .NET MAUI integration tests locally. Validates templates, samples, and end-to-end scenarios using the local workload.

dotnet/maui · 35 tokens

run-helix-tests

Submit and monitor .NET MAUI unit tests on Helix infrastructure. Supports running XAML, Resizetizer, Core, Essentials, and other unit test projects on distributed Helix queues.

dotnet/maui · 45 tokens

refresh-arm-sdk-release

WORKFLOW SKILL — Prepares Azure.ResourceManager SDK refresh pull requests in azure-sdk-for-net. WHEN: "prepare sdk refresh", "refresh Azure.ResourceManager package", "update ARM SDK from autorest tag", "refresh changelog dependencies". INVOKES: git and GitHub pull request tools for branch, commit, push, and PR…

Azure/azure-sdk-for-net · 91 tokens