Content
37%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill reads more like a product feature list or README than an actionable skill for Claude. It effectively communicates what commands exist and what output looks like, but lacks implementation details, workflow sequencing, and validation steps. The content would benefit from being restructured around concrete workflows rather than feature enumeration.
Suggestions
Add a clear workflow sequence: configure credentials → sync positions → view portfolio, with validation steps for credential verification and sync success/failure handling.
Include concrete implementation guidance or code for how positions are actually fetched from each platform's API, rather than just listing supported platforms.
Add error handling guidance: what to do when API keys are invalid, sync fails, or a platform is unreachable.
Move detailed platform-specific configuration (API keys, auth methods) and advanced features (whale tracking, risk analytics) to separate referenced files to improve progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is moderately efficient but includes some sections that feel like feature documentation rather than actionable instructions (e.g., listing all supported platforms with auth methods, the Features section reads like a product spec). The whale tracking and crypto whale monitoring sections add bulk without clear implementation guidance. | 2 / 3 |
Actionability | Commands are clearly listed and the output format example is helpful, but there's no executable code, no implementation details for how positions are actually fetched or synced, and the 'Examples' section shows intent→response mappings without concrete steps. It describes what should happen rather than how to make it happen. | 2 / 3 |
Workflow Clarity | There is no clear multi-step workflow defined. The skill lists commands and features but doesn't explain the sequence of operations (e.g., configure API keys → sync → view positions), has no validation checkpoints, and no error handling guidance for failed syncs or invalid credentials. | 1 / 3 |
Progressive Disclosure | The content is organized into logical sections with clear headers, which is good. However, it's a fairly long monolithic document with no references to external files for detailed topics like API configuration, risk analytics methodology, or whale tracking setup that could benefit from separate documentation. | 2 / 3 |
Total | 7 / 12 Passed |