Content
87%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-crafted skill with excellent conciseness and actionability. The parameter table, multiple executable examples, and search operator reference provide comprehensive guidance. The main weakness is the workflow section which could benefit from validation steps for handling edge cases like empty results or rate limiting during execution.
Suggestions
Add a validation step in the workflow to check for empty results or errors before presenting to user (e.g., 'If results array is empty, try broader search terms or different region')
Include example JSON output structure so Claude knows what to expect and can validate the response format
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Content is lean and efficient. No unnecessary explanations of what DuckDuckGo is or how search engines work. Every section provides actionable information without padding. | 3 / 3 |
Actionability | Provides fully executable bash commands with clear parameter tables. Examples are copy-paste ready with realistic use cases including file output redirection. | 3 / 3 |
Workflow Clarity | Three-step workflow is clear but lacks validation checkpoints. No guidance on verifying search results, handling empty results, or confirming successful execution before proceeding. | 2 / 3 |
Progressive Disclosure | Well-organized with clear sections progressing from when to use, to core workflow, to parameters, to examples. Appropriate length for a single-file skill with no need for external references. | 3 / 3 |
Total | 11 / 12 Passed |