Content
78%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 dense, well-organized conventions skill that assumes Claude's competence and routes detail into a clean set of real reference files. The main improvement areas are making the manager template fully executable and adding an explicit validate/retry loop for fragile steps like project.pbxproj edits.
Suggestions
Replace the { ... } placeholders in the Manager / Singleton Pattern example with minimal executable bodies (or annotate explicitly that it is a scaffold) so the template is copy-paste ready.
Add an explicit validate->fix->retry checkpoint around the project.pbxproj edit step (e.g., 'build after editing pbxproj; if the file appears missing in Xcode, re-check the group/UUID mapping') to lift workflow clarity.
Tighten the opening intro paragraph and de-duplicate guidance that appears in both the architecture sections and the final checklist to recover a few tokens.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and project-specific throughout, assuming Claude's competence (no explaining of SwiftUI/@Published basics); minor trim opportunities exist in the intro paragraph and where the checklist reiterates earlier guidance. | 4 / 5 |
Actionability | Highly actionable with exact file paths (Constants.swift, enums/generic.swift) and APIs (coordinator.toggleSneakPeek(), vm.notchSize); the manager singleton template uses { ... } placeholders rather than fully executable bodies, leaving a minor gap. | 4 / 5 |
Workflow Clarity | Clear sequenced workflows for adding settings, new views, and a 10-step feature checklist that includes a test checkpoint ('Test both open and closed notch states, and with liquid glass on/off'); no explicit validate->fix->retry feedback loop, keeping it just below a 5. | 4 / 5 |
Progressive Disclosure | SKILL.md is a clear overview with a References table pointing to six one-level-deep reference files (all verified present), each with a 'When to read' column — content is appropriately split and easy to navigate. | 5 / 5 |
Total | 17 / 20 Passed |