Content
80%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-structured, actionable skill body: concrete implementation specifics, a useful pre-flight checklist, and clean one-level-deep references that are all real files. The main gap is the absence of any executable window-chrome code block and any explicit validation/verify checkpoint in the build workflow.
Suggestions
Add one copy-paste-ready code block for the macOS window chrome (title bar, traffic-light dots, rounded corners) so actionability reaches fully executable coverage.
Insert an explicit verify/validate checkpoint in the workflow (e.g., 'Preview in both light and dark mode; confirm traffic lights, drag zone, and shortcuts before finishing').
Trim the 'Core Philosophy' opener ('A native app is not a destination...') or fold it into the checklist to tighten token efficiency.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean body that assumes Claude's competence — concrete font stacks, pixel radii, and a tight checklist rather than explaining what macOS or vibrancy is. A few phrases ('not websites crammed into a window', Core Philosophy paragraph) are slightly editorial but not padded; not a 5 only because the opening philosophy line could be trimmed. | 4 / 5 |
Actionability | Provides concrete, executable specifics: font stack `-apple-system, BlinkMacSystemFont, "SF Pro Display"...`, `backdrop-filter: blur()`, exact radii (10px/8px/6px/4px), `prefers-color-scheme`. Not a 5 because there is no actual code block for the window chrome and the Electron/Tauri section is high-level guidance rather than copy-paste commands. | 4 / 5 |
Workflow Clarity | The 10-item Quick-Start Checklist is a clear pre-flight sequence with concrete checkpoints (drag zone ~50px, every primary action needs a shortcut). The 'Before You Code' section sequences reference-reading by need. Not a 5 because it lacks an explicit validate/verify step and the build workflow has no error-recovery feedback loop. | 4 / 5 |
Progressive Disclosure | Clear overview with well-signaled one-level-deep references mapped to need ('All macOS apps → references/layout-and-composition.md (required)'; interaction-patterns.md; visual-design.md). All three referenced paths are real files in ./references/, and the SKILL.md body itself stays an overview rather than inlining their content. | 5 / 5 |
Total | 17 / 20 Passed |