Content
68%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.
A highly actionable, well-structured skill body with executable code and concrete signal frameworks, weakened mainly by some concept re-explanation and the absence of validation checkpoints in its trading workflows.
Suggestions
Trim the Overview and 'Funding Rate Mechanics' explanations of concepts Claude already knows, keeping only the OKX-specific schedule and annualization math.
Add an explicit validation checkpoint to the carry-trade execution workflow (e.g., confirm net delta is ~0 and funding is positive before sizing the position).
Consider moving the detailed API reference and signal-threshold tables into a bundled reference file referenced from SKILL.md to improve progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The bulk is concrete tables and executable code, but the Overview and 'Funding Rate Mechanics' section re-explain basics Claude already knows ('Perpetual futures have no expiry date... to keep the perpetual price anchored to the spot price'), so it could be tightened. | 3 / 5 |
Actionability | Provides multiple complete, runnable Python functions (funding_regime, annualized_basis, carry_trade_pnl, oi_funding_matrix), concrete OKX API endpoints, and worked numeric examples that cover the common cases copy-paste ready. | 5 / 5 |
Workflow Clarity | A carry-trade execution sequence (steps 1-5) is present and the analysis flows logically across sections, but there are no explicit validation or verification checkpoints before committing capital or between data-gathering and signal generation. | 3 / 5 |
Progressive Disclosure | The body is well-organized into clearly headed sections (Core Concepts, Data Access, Output Format, Notes) with a single cross-skill reference, but it is a monolithic ~250-line file with no one-level-deep bundle references that could hold the detailed reference material. | 4 / 5 |
Total | 15 / 20 Passed |