Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a tight, actionable single-purpose skill with executable curl commands, clear setup fallback, and well-organized sections needing no external references. The only notable weakness is mild token redundancy from a duplicate collapsible curl block and triplicated example commands.
Suggestions
Remove the <details> 'curl equivalent' block since it duplicates the user-tweets curl already shown above, or fold it into a single canonical command.
Consolidate the three near-identical example curl blocks into one example plus a note that the handle parameter is the only change, to cut redundant tokens.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean and avoids explaining concepts Claude already knows, but the redundant <details> 'curl equivalent' block restates the user-tweets curl and the three near-identical example commands could be condensed. It is not level 3 because some tokens do not earn their place via this duplication; it is not level 1 because there is no padded conceptual filler. | 2 / 3 |
Actionability | Fully executable, copy-paste-ready curl commands with auth headers and complete JSON bodies, plus concrete examples using real handles (openai, sama, AnthropicAI) and documented parameters. This matches the 'Fully executable code/commands; copy-paste ready' anchor and exceeds the incomplete level 2. | 3 / 3 |
Workflow Clarity | This is a simple single-task API skill with a clearly sequenced setup (load credentials, handle the missing-file case by directing the user to run `npx gooseworks login`) and an unambiguous single action, so per the simple-skills note it scores 3. It is not level 2 because no risky/destructive multi-step operation is left without its checkpoints. | 3 / 3 |
Progressive Disclosure | No bundle files exist and the prose is short, with well-organized sections (Setup, When to Use, Usage, Parameters, Response, Examples, Error Handling, Tips), matching the note that short single-file skills with no need for external references can score 3. It is not level 2 because there is no monolithic wall of text or misplaced inline content. | 3 / 3 |
Total | 11 / 12 Passed |