Content
65%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable with concrete commands and clear error handling, but it carries marketing fluff and a tangential SDK-integration section that hurt conciseness, and it references script files that are not present in the bundle. Trimming the marketing section, moving integration examples to a reference file, and adding a guard for the path-resolution step would improve the score.
Suggestions
Remove or drastically shrink the 'Why This Skill is Powerful' marketing section; focus on instructions Claude needs to run searches.
Add an explicit guard after the find command, e.g. 'If LITERATURE_SCRIPT is empty, fall back to ...' or verify the path before invoking.
Move the Python/TypeScript SDK integration examples into a separate reference file (e.g. references/INTEGRATION.md) and link to it, ensuring the referenced scripts/ files actually ship in the bundle.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Most of the body is concrete commands and examples, but the 'Why This Skill is Powerful' marketing bullets and the Python/TypeScript SDK integration section are padding that doesn't directly help Claude execute searches. | 2 / 3 |
Actionability | Copy-paste-ready commands like 'scripts/search "query" 15', jq pipelines, a setup flow, and a concrete output JSON schema give fully executable guidance. | 3 / 3 |
Workflow Clarity | The API key setup flow is a clear numbered sequence with a retry step and error handling is documented via success field/exit codes, but the script path-resolution step lacks an explicit validation checkpoint (e.g. failing when LITERATURE_SCRIPT is empty). | 2 / 3 |
Progressive Disclosure | The file is well-sectioned, but the referenced script files (scripts/search, scripts/search.mjs) do not exist in the bundle, and the inline SDK integration examples could be split into a separate reference file. | 2 / 3 |
Total | 9 / 12 Passed |