Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-organized, concise single-file skill body with copy-paste setup config and a clear single-action workflow. Its main weakness is actionability: the actual tool invocation is described abstractly without the parameter details a caller needs.
Suggestions
Document the `search_papers` tool's parameters (e.g., query string, filters, result limit) and show a concrete example call with arguments, not just an illustrative query string.
Specify how results are returned (shape/structure of the 25+ fields) so the agent knows how to parse and present them.
Clarify whether an API key must be passed to the tool call for paid usage, or is handled by the MCP server configuration.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes competence: tight Setup config, a focused 'When to Use' list, and a compact returns summary. The Overview's one comparative sentence describes the proprietary BGPT server (which Claude does not already know) rather than restating generic concepts, so tokens earn their place. | 3 / 3 |
Actionability | The MCP config JSON and `npx bgpt-mcp` command are concrete and copy-paste ready, but the core invocation is left as 'call its `search_papers` tool via the agent's MCP interface' with only an illustrative query string and no documented parameters/argument schema for the tool itself. | 2 / 3 |
Workflow Clarity | This is a simple single-task skill (configure the server, then call search_papers) and the sequence is unambiguous: Setup -> Usage. No destructive or batch operations are involved, so the absence of validation checkpoints does not cap the score per the simple-skills note. | 3 / 3 |
Progressive Disclosure | No bundle files exist, and the single-file body is well-organized into clearly signaled sections (Overview, When to Use, Setup, Usage, Pricing) with no nested references — appropriate for a concise skill that needs no external materials. | 3 / 3 |
Total | 11 / 12 Passed |