Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A thorough, actionable reference with concrete code and strong guardrails/checkpoints for destructive operations. Its main weaknesses are verbosity in a few discursive sections and an essentially monolithic single-file layout with little content offloaded to reference files.
Suggestions
Move the detailed Remote MCP OAuth and Gating-the-App-Shell sections into separate reference files (e.g. references/oauth.md, references/ssr-shell.md) and link to them one level deep from SKILL.md to improve progressive disclosure.
Tighten the 'Stop And Confirm' and SSR sections by replacing the incident narratives with the concrete rule + the enforcing script, and relocate the '2026-04-29 credentials leak' date into a short 'past incidents / deprecated patterns' note rather than the main rule prose.
Consider a brief numbered checklist at the top of the Organizations section so the create/switch/migrate guardrails are scannable before the explanatory prose.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and dense with framework-specific lore Claude would not know, but discursive sections (the org-creation warning, the SSR section that notes it "has regressed repeatedly") and an inline dated incident ("the 2026-04-29 credentials leak") could be tightened; it is not score 3 because not every token earns its place. | 2 / 3 |
Actionability | Provides executable TS/TSX examples (getSession + 401, AppProviders wiring, sign-in redirect), specific env vars, and named functions/file paths — copy-paste ready rather than pseudocode. | 3 / 3 |
Workflow Clarity | Sequenced processes carry explicit checkpoints: the SSO canary rollout (unset → one app → verify → expand → rollback) and the destructive org-switch guard ("Stop... get an explicit yes first", treat warnings as bug reports) supply validation and feedback loops. | 3 / 3 |
Progressive Disclosure | Sections are well-organized and the one outbound reference ("Full runbook + flow detail: Cross-App SSO doc") is clearly signaled one level deep, but a large amount of detailed content (auth-modes table, Remote MCP OAuth, SSR gating) that could live in separate reference files is inline and no bundle files exist; it is not score 3 because content is not appropriately split. | 2 / 3 |
Total | 10 / 12 Passed |