Content
27%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill is overly verbose, explaining many things Claude already knows (how to understand user intent, what search keywords to use, what a package manager is). The core actionable content—the CLI commands and install flags—is solid but buried in excessive scaffolding. The workflow lacks validation steps for installation success/failure and the content would benefit significantly from trimming to focus only on the CLI interface and quality verification heuristics.
Suggestions
Cut the 'When to Use This Skill' section entirely (this belongs in frontmatter/metadata, not body content) and remove the 'What is the Skills CLI?' explanation—just show the commands.
Remove the 'Tips for Effective Searches' and 'Common Skill Categories' sections; Claude already knows how to formulate search queries and these add ~30 lines of low-value content.
Add a validation step after installation: e.g., verify the skill appears in the installed list or check for error output from the install command.
Provide a concrete method for checking install counts and source reputation programmatically rather than vaguely instructing to 'check GitHub stars.'
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Significantly verbose. Explains what the Skills CLI is (Claude can read help output), describes obvious search strategies, includes a table of common categories that adds little value, and over-explains concepts like 'understand what they need' which Claude inherently does. The 'What is the Skills CLI?' section and 'Tips for Effective Searches' are largely unnecessary padding. | 1 / 3 |
Actionability | Provides concrete CLI commands (npx skills find, npx skills add) and example responses, which is good. However, the quality verification steps (check GitHub stars, install counts) are vague guidance rather than executable steps—there's no command to check install counts or stars programmatically. The 'Verify Quality' section describes what to do but not how to actually retrieve that information. | 2 / 3 |
Workflow Clarity | The 6-step workflow is clearly sequenced and logical, but lacks validation checkpoints. There's no verification that a skill installed correctly, no error handling for failed installs, and no feedback loop for when 'npx skills find' returns unexpected results. The workflow reads more like a guide for a human than precise agent instructions. | 2 / 3 |
Progressive Disclosure | Everything is in a single monolithic file with no references to supporting documents. The common categories table, tips section, and detailed examples could be split out. With no bundle files provided, all content is inline, making this a wall of text at ~120 lines that could be significantly more compact with better structure. | 1 / 3 |
Total | 6 / 12 Passed |