Content
63%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.
The content is highly actionable with executable CLI commands and a clear, well-branched connection workflow, but it carries trimmable marketing prose and inlines bulk reference tables that would be better split into reference files. Step numbering also needs fixing.
Suggestions
Remove the marketing-style overview paragraph ("API Sports provides... used by sports websites, mobile apps..."); keep only what Claude needs to drive the CLI.
Move the 20-row Popular actions table and the proxy flag table into a references/ file (e.g. ACTIONS.md) and link to it from the body, so SKILL.md stays an overview.
Fix the workflow numbering: label the connection step "1a", the wait/poll step "1b", and explicitly label "Step 2" as the Searching-for-actions section that "skip to Step 2" points to.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly command-focused and efficient, but the marketing intro ("API Sports provides real-time sports data... used by sports websites, mobile apps, and fantasy sports platforms...") is padding Claude does not need, and the 20-row actions table inflates tokens. | 3 / 5 |
Actionability | Copy-paste-ready commands (install, login, connection ensure, action list/run, request) with flag tables and a 20-action catalog provide mostly executable guidance, with minor gaps around placeholders like CONNECTION_ID, actionId, and --intent "QUERY". | 4 / 5 |
Workflow Clarity | A clear install→login→connect→poll→state-branch→search→run sequence exists with a poll/user-act/re-poll feedback loop and error-field handling, but step numbering is broken ("skip to Step 2" with no Step 2 label, "1b" without a "1a"). | 4 / 5 |
Progressive Disclosure | The skill is a single ~175-line file with good section headings, but bulk reference material (the 20-row actions table and proxy flag table) is inlined with no offloading to reference files and no signaled one-level-deep references. | 3 / 5 |
Total | 14 / 20 Passed |