Content
18%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill is essentially a placeholder with no actionable content. It describes the domain (projection patterns for event-sourced systems) but provides zero concrete guidance—no code examples, no specific patterns, no commands, and no real workflow. All substance is deferred to a referenced file that doesn't exist in the bundle, making the skill non-functional.
Suggestions
Add at least one concrete, executable code example showing a basic projection/read model implementation (e.g., an event handler that updates a materialized view).
Replace the generic instruction bullets ('Apply relevant best practices') with specific, actionable steps for building a projection, including event subscription, state mutation, and idempotency handling.
Define a clear workflow with validation checkpoints, e.g.: 1) Define read model schema, 2) Implement event handlers, 3) Replay events to build initial state, 4) Verify projection accuracy against source events.
Either include the referenced `resources/implementation-playbook.md` in the bundle or inline the essential patterns so the skill is self-contained enough to be useful.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The 'Use this skill when' and 'Do not use this skill when' sections add some value but the 'Do not use' section is trivially obvious. The Instructions section is entirely generic boilerplate ('Clarify goals, constraints, and required inputs') that could apply to any skill and wastes tokens. | 3 / 5 |
Actionability | The skill provides zero concrete guidance—no code, no commands, no specific patterns, no examples. The instructions are entirely vague ('Apply relevant best practices and validate outcomes') and delegate everything to a referenced file that doesn't exist in the bundle. | 1 / 5 |
Workflow Clarity | There is no meaningful workflow defined. The four bullet points in Instructions are generic platitudes with no sequencing, no validation checkpoints, and no specifics about how to actually build projections or read models. | 1 / 5 |
Progressive Disclosure | The skill references `resources/implementation-playbook.md` for detailed patterns, which is a reasonable disclosure strategy, but no bundle files are provided so the reference is unverifiable and potentially broken. The SKILL.md itself contains almost no substantive content to serve as an overview, making the disclosure structure hollow. | 2 / 5 |
Total | 7 / 20 Passed |