Content
92%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A highly actionable, well-sequenced workflow with concrete MCP calls, parameters, examples, and confirmation gates that make it easy for Claude to execute correctly. Its main weakness is progressive disclosure: the skill is a long monolithic body and the one referenced file (references/sector-templates.md) it instructs Claude to read does not exist.
Suggestions
Create the missing references/sector-templates.md file (or remove/fix the references to it) — the body instructs Claude to 'Read references/sector-templates.md for the relevant sector(s)' in Steps 2 and the Reference materials section, but no references/ directory exists, so the load will fail.
Move the large sector/transaction-type/geography/size tailoring matrices (Step 2) into references/sector-templates.md or a separate tailoring reference, keeping SKILL.md as a concise overview that points to them — this would lift progressive_disclosure to a well-split, one-level-deep structure.
Remove the duplicate 'fully free / No Blueflame required / uses only getProjectOverview, listSubscriptions, setupProject, createContent, listFolderContents' statement (it appears in both the Feature Requirements block at line 46 and the blockquote at line 50).
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Dense, domain-specific material Claude would not already know (Datasite field mappings, sector/transaction/geography/size tailoring matrices) delivered in compact tables and tight bullet lists; it assumes Claude's competence throughout. The only blemish is a near-duplicate 'No Blueflame required / fully free' note (lines 46 and 50), but the dominant character is lean and every-table-earns-its-place, fitting the score-3 anchor rather than the score-2 'could be tightened' anchor. | 3 / 3 |
Actionability | Provides fully executable, copy-paste-ready guidance: named MCP calls with exact parameters (e.g. listFolderContents with depth/foldersOnly), a concrete contentTree JSON example, exact Datasite URL format, and step-by-step Option A/B push procedures — matching the score-3 anchor for specific executable commands and examples. | 3 / 3 |
Workflow Clarity | A clear sequenced Step 1 → 1b → 2 → 3 → 4 → 5 workflow with explicit validation/checkpoint gates ('Wait for the user's choice before doing anything else', Step 4 confirmation gate, 'Only proceed once the user confirms') and error feedback for the batch push ('if a folder fails, note it and continue. Report failures at the end'). The batch operation has a confirmation gate and error handling, so it is not capped at 2. | 3 / 3 |
Progressive Disclosure | The body signals a one-level-deep reference ('Read references/sector-templates.md'), but that file does not exist — no references/ directory is present — so the signaled reference is broken. Additionally, the large sector/transaction/geography/size tailoring matrices are reference-grade content left inline in a ~230-line monolithic body, fitting the score-2 anchor of 'content that should be separate is inline' rather than the score-3 'content appropriately split'. | 2 / 3 |
Total | 11 / 12 Passed |