Content
77%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 minimal, well-structured single-purpose skill body that is appropriately concise and clear. Its only real weakness is actionability: it tells Claude what the skill is rather than giving concrete guidance on carrying out the search.
Suggestions
Add a short example invocation and result shape so Claude knows what a successful /agentlas-search <query> returns.
Briefly note how Local, Cloud, and Hub results differ or are merged, so Claude can act on the output rather than merely describe it.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is two lean lines that state purpose and aliases with zero padding, assuming Claude's competence and earning every token. | 5 / 5 |
Actionability | It describes what the skill does and names aliases but provides only a high-level hint with no concrete steps or examples of how to execute the search, sitting just above the entirely-vague anchor. | 2 / 5 |
Workflow Clarity | This is a single-purpose skill whose single action (search the catalogues) is unambiguous, so the simple-skill exception applies and the workflow is clear without any multi-step sequence. | 5 / 5 |
Progressive Disclosure | The skill is under 50 lines with no need for external references, and the single heading plus purpose line is well organized, meeting the simple-skill bar for progressive disclosure. | 5 / 5 |
Total | 17 / 20 Passed |