Content
17%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 reads more like a high-level role description or resume than actionable guidance for Claude. It lacks any executable code, concrete examples, or specific tool/library recommendations. The patterns are described in abstract bullet points inside misleadingly labeled code blocks, and the anti-patterns and sharp edges sections are incomplete or empty.
Suggestions
Replace abstract bullet-point 'code blocks' with actual executable code examples showing specific libraries (e.g., LangChain, LlamaIndex, chromadb) for chunking, embedding, and retrieval operations.
Complete the anti-patterns section with concrete examples of what to avoid and what to do instead, and fill in the truncated solutions in the sharp edges table.
Add a concrete end-to-end workflow with numbered steps, specific commands, and validation checkpoints (e.g., measuring retrieval recall before proceeding to generation).
Remove the capabilities list, requirements section, role description repetition, and tautological 'When to Use' section — these waste tokens without adding actionable value.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill repeats its description in the body, lists capabilities and requirements that Claude already knows, and includes vague anti-patterns with no content (just headers). The 'When to Use' section is a meaningless tautology. Significant padding throughout. | 2 / 5 |
Actionability | Despite having code blocks, the content inside them is bullet-point descriptions, not executable code. There are no concrete commands, no actual code examples, no specific library usage, no API calls. Everything remains at the level of abstract advice (e.g., 'Use sentence boundaries, not token limits'). | 1 / 5 |
Workflow Clarity | The hierarchical retrieval pattern hints at a multi-step sequence (first pass, second pass), but steps are vague with no validation checkpoints, no error handling, and no concrete commands. The sharp edges table lists solutions but truncates them with colons and no actual content. No feedback loops exist. | 2 / 5 |
Progressive Disclosure | Everything is in a single monolithic file with no references to supporting documents. The anti-patterns section has empty headers with no content. The sharp edges table promises solutions but doesn't deliver them. There are no bundle files and no external references despite the content being broad enough to warrant them. | 2 / 5 |
Total | 7 / 20 Passed |