Content
85%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-structured routing skill that defers detail to real one-level-deep reference files and gives concrete, decisionable guidance. Its only weakness is a stale-prone inline API version number that should be isolated from the lean core content.
Suggestions
Move the pinned API version ("2026-02-25.clover") into a dedicated versioning/deprecated section or a reference file so the lean core content does not carry time-sensitive information that will go stale.
Add a one-line fallback instruction for requests that match none of the routing-table rows (beyond the generic "Key documentation" links) so Claude has an explicit next step.
Consider noting where to find example request/response payloads (or pointing to one of the reference files) so the routing decision connects to executable code rather than only API names.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's intelligence, but it opens with a hard-coded version number ("Latest Stripe API version: **2026-02-25.clover**") that is time-sensitive and not placed in a deprecated/old-patterns section, which the rubric penalizes. | 2 / 3 |
Actionability | The routing table maps concrete scenarios to specific APIs and a literal endpoint ("Accounts v2 (`/v2/core/accounts`)"), and the directive to read the named reference file is specific and decisionable guidance for this instruction/routing skill. | 3 / 3 |
Workflow Clarity | The process is unambiguous for a routing skill — match the task to the routing table, then "Read the relevant reference file before answering any integration question or writing code" — with no destructive or batch operations that would require validation checkpoints. | 3 / 3 |
Progressive Disclosure | The body is a concise overview with well-signaled, one-level-deep references (payments.md, connect.md, billing.md, treasury.md — all verified to exist) plus external doc links for non-domain requests, splitting detail appropriately into bundle files. | 3 / 3 |
Total | 11 / 12 Passed |