Content
57%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.
The body is a clean, concise catalogue entry that appropriately points one level deep to an upstream repo with no nested references. Its core weakness is actionability: it tells the agent to install and invoke an upstream bundle without providing any concrete install paths, commands, or copy-paste-ready guidance, leaving the actual workflow underspecified.
Suggestions
Add a concrete install command or the exact target skills-directory path so the agent can install the upstream bundle without inspecting the README first.
Inline one or two representative rules or a direct deep link to a specific rules file so the skill provides immediate value instead of only pointing outward.
Replace the `open <url>` browser command with a `git clone`/download command plus the precise bundle path, turning the pointer into executable guidance.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and under 30 lines, never explaining concepts Claude already knows (no primer on what HIG/Material/WCAG are); it respects the token budget even though the 'What it does' section repeats the frontmatter description, fitting the level-3 'lean and efficient; assumes Claude's competence' anchor. | 3 / 3 |
Actionability | The only command is `open https://github.com/ehmo/platform-design-skills`, which merely opens a README in a browser; the actual install ('install the upstream bundle into your active agent's skills directory') and invocation steps have no concrete commands or paths, matching the level-1 'describes rather than instructs; no concrete code/commands' anchor. | 1 / 3 |
Workflow Clarity | A loose two-step sequence is implied (install the upstream bundle, then invoke by name or trigger phrase), but the actual install mechanics are omitted and there are no concrete checkpoints, fitting the level-2 'sequence present but checkpoints missing' anchor rather than the fully-specified level-3. | 2 / 3 |
Progressive Disclosure | The body is a short, well-organized overview with clearly labeled sections (What it does, Source, How to use) and a single well-signaled one-level reference to the upstream repo URL, with no nested indirection, matching the level-3 anchor for a sub-50-line skill. | 3 / 3 |
Total | 9 / 12 Passed |