CtrlK
BlogDocsLog inGet started
Tessl Logo

analyzing-options-flow

Track crypto options flow to identify institutional positioning and market sentiment. Use when tracking institutional options flow. Trigger with phrases like "track options flow", "analyze derivatives", or "check institutional".

59

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

50%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is clearly structured with a numbered workflow and concrete example commands, but it scores uniformly at 2 due to duplicated inline content, procedural (rather than per-step executable) instructions, and missing validation checkpoints. Tightening the duplication and adding verification steps would lift it to 3.

Suggestions

Move the inline Error Handling table and Examples to references/errors.md and references/examples.md, linking to them instead of duplicating, to reduce token cost and improve progressive disclosure.

Add explicit validation checkpoints to the workflow (e.g. verify the options chain and open interest were fetched before computing ratios, and confirm non-empty results before flagging unusual activity).

Provide the concrete options_flow.py command/flags for each of the 10 numbered steps, not just the three examples, so the core instructions are executable rather than procedural.

DimensionReasoningScore

Conciseness

The body is mostly efficient, but the inline Error Handling table and Examples section duplicate content already present in references/errors.md and references/examples.md, and the prerequisites list options terminology Claude already knows, so it could be tightened.

2 / 3

Actionability

The Examples section provides three concrete, copy-paste bash commands (e.g. "python options_flow.py btc --summary"), but the core 10-step Instructions are procedural descriptions ("Calculate the aggregate put/call ratio...", "Analyze the implied volatility term structure...") without per-step executable commands.

2 / 3

Workflow Clarity

The Instructions are clearly sequenced as a numbered 1-10 list, but there are no explicit validation or verification checkpoints within a batch data-retrieval-and-analysis workflow, which caps clarity at 2.

2 / 3

Progressive Disclosure

Sections are well organized and implementation.md is clearly signaled as a one-level reference, but error-handling and examples content is inlined in SKILL.md even though dedicated references/errors.md and references/examples.md bundle files exist and are not linked, so content that should be separate remains inline.

2 / 3

Total

8

/

12

Passed

Description

90%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is well-structured with explicit what-and-when guidance and natural trigger phrases, giving it strong completeness and distinctiveness. Its only weakness is specificity, since it relies on a single high-level action verb rather than enumerating several concrete capabilities.

DimensionReasoningScore

Specificity

The description names the domain and a primary action ("Track crypto options flow to identify institutional positioning and market sentiment") but does not list multiple distinct concrete actions like the score-3 anchor (extract, fill, merge), so it is not comprehensive.

2 / 3

Completeness

It clearly answers both what ("Track crypto options flow to identify institutional positioning and market sentiment") and when ("Use when tracking institutional options flow" plus explicit trigger phrases), matching the score-3 anchor.

3 / 3

Trigger Term Quality

It provides explicit trigger phrases ("track options flow", "analyze derivatives", "check institutional") that a user would naturally say when needing this skill, giving good coverage of natural terms.

3 / 3

Distinctiveness Conflict Risk

The crypto-options-flow niche with distinct triggers ("track options flow", "analyze derivatives") is clearly distinguishable and unlikely to fire for unrelated skills.

3 / 3

Total

11

/

12

Passed

Validation

87%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

14

/

16

Passed

Repository
jeremylongshore/claude-code-plugins-plus-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.