Content
7%Reviews 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 table of contents with no substantive content. It lacks any concrete, actionable guidance—no code examples, no specific patterns, no templates, no decision frameworks. The main file is padded with redundant descriptions of purpose and philosophy while the actual instructions are abstract to the point of being useless without the sub-skill files, none of which were provided.
Suggestions
Add concrete, actionable content to the main SKILL.md: include at least one executable example (e.g., a REST API endpoint template, an OpenAPI spec snippet, or a service boundary decision checklist) so the file is useful on its own.
Replace the vague 4-step instructions with a specific workflow that includes validation checkpoints, e.g., 'Define API contract → Validate with OpenAPI linter → Implement endpoints → Run integration tests → Review observability dashboards'.
Remove the redundant 'Purpose' and 'Core Philosophy' sections—they restate the description and contain generic advice Claude already knows. Use that space for concrete decision trees or pattern selection guides.
Add brief 1-2 sentence summaries next to each sub-skill link so users can navigate effectively without opening every file (e.g., '### 1. API Design & Patterns - REST vs GraphQL vs gRPC selection criteria, versioning strategies').
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is verbose and redundant. The 'Purpose' section restates the description, 'Core Philosophy' states generic platitudes Claude already knows, and the 'Use this skill when' / 'Do not use this skill when' sections add little value. The 17 sub-skill links are listed without any substantive content in the main file, yet the file still manages to be padded with unnecessary framing. | 1 / 3 |
Actionability | The instructions are entirely abstract ('Capture domain context', 'Define service boundaries', 'Choose architecture patterns') with no concrete code, commands, examples, templates, or specific guidance. There is nothing executable or copy-paste ready anywhere in the content. | 1 / 3 |
Workflow Clarity | The four-step instruction list is vague and lacks any validation checkpoints, feedback loops, or concrete sequencing. Steps like 'Choose architecture patterns and integration mechanisms' provide no actionable detail on how to perform or verify the step. | 1 / 3 |
Progressive Disclosure | The skill does reference 17 sub-skill files with clear one-level-deep links, which is a reasonable progressive disclosure structure. However, no bundle files were provided to verify these references exist, the main file provides almost no substantive overview content to stand on its own, and 17 links without any summary of what each contains makes navigation difficult. | 2 / 3 |
Total | 5 / 12 Passed |