Content
56%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 provides a functional guide for discovering and installing agent skills with clear CLI commands and a logical workflow. Its main weakness is verbosity — it over-explains concepts Claude already understands (what a CLI is, how to use specific keywords in searches, what categories exist) and includes sections like the tips and categories table that add marginal value while consuming significant token budget. The actionability is solid but undermined by verification steps that aren't practically executable.
Suggestions
Cut the 'What is the Skills CLI?' explanatory paragraph and the 'Tips for Effective Searches' section — Claude already knows how to formulate search queries and doesn't need to be told what a package manager is.
Remove or drastically condense the 'Common Skill Categories' table — Claude can infer appropriate search terms from user requests without a lookup table.
Make the quality verification step (Step 4) actionable by specifying how to check install counts from CLI output, or remove criteria that can't be verified programmatically.
Trim the 'When to Use This Skill' section to 2-3 key triggers instead of 6 bullet points that largely overlap.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill over-explains many concepts Claude already knows. The 'What is the Skills CLI?' section explains what a package manager is, the 'When to Use This Skill' section lists obvious trigger phrases at length, and the common categories table adds little value since Claude can infer search terms. The tips section ('Use specific keywords') is patronizing for Claude's intelligence level. | 2 / 5 |
Actionability | The skill provides concrete CLI commands (npx skills find, npx skills add) with specific flags (-g, -y) and realistic examples. However, the quality verification steps (Step 4) are somewhat vague — there's no way for Claude to programmatically check install counts or GitHub stars from the CLI output, making those instructions aspirational rather than executable. | 4 / 5 |
Workflow Clarity | The 6-step workflow is clearly sequenced and logically ordered (understand → check leaderboard → search → verify → present → install). However, there are no explicit validation checkpoints or error handling between steps — e.g., what if `npx skills find` fails, returns no results mid-flow, or the install command errors out. The fallback for 'no skills found' is covered but not integrated into the main flow as a branch. | 4 / 5 |
Progressive Disclosure | All content is inlined in a single file with no references to supporting documents, which is borderline acceptable for a skill of this size (~120 lines). However, the common categories table and tips section could be separated or omitted. The skill references external URLs (skills.sh) appropriately but doesn't leverage any bundle structure for organizing supplementary content. | 3 / 5 |
Total | 13 / 20 Passed |