CtrlK
BlogDocsLog inGet started
Tessl Logo

stockbee-setup-fluency-trainer

Build a Stockbee-style setup model book from momentum-burst screener candidates, then update 3-day and 5-day forward outcomes with MFE/MAE, stop-hit status, outcome tags, and cohort statistics. Use when the user wants to study Stockbee Momentum Burst examples, track failed candidates, build setup fluency, review A/B setup quality, or convert screener outputs into a learning loop rather than immediate trade signals.

76

Quality

93%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

87%

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

A well-structured, actionable skill body with clean progressive disclosure. The only gap is the absence of explicit validation/verification checkpoints for the batch ingest/update operations, which keeps workflow clarity at 2.

Suggestions

Add an explicit validation checkpoint after ingest (e.g. verify JSONL is parseable and record count matches screener candidates before proceeding to update).

Add a verify step after the update command (e.g. confirm matured record count and that outcomes.3d/outcomes.5d are populated before summarizing).

Include a brief 'if a horizon's prices are missing, record PENDING and retry later' feedback loop so failed updates are handled deterministically.

DimensionReasoningScore

Conciseness

Lean body with no basic-concept padding; assumes Claude's competence and every section earns its place (commands, fields, interpretation rules are directly useful).

3 / 3

Actionability

Provides fully executable copy-paste commands with real flags and paths (e.g. 'python3 skills/.../build_model_book.py ingest --screener-json ... --horizons 3,5') plus concrete field lists and tag thresholds.

3 / 3

Workflow Clarity

The four-step workflow is clearly sequenced, but ingest/update/summarize are batch operations over a durable JSONL store with no explicit validation checkpoint (e.g. confirm record count or JSON validity before proceeding), which caps clarity at 2 per the batch-operations guideline. It is not a 1 because the sequence and per-step outputs are present; not a 3 because no validate/fix/retry feedback loop is stated.

2 / 3

Progressive Disclosure

SKILL.md is a concise overview with a Resources section signaling three one-level-deep references (model_book_schema.md, outcome_tags.md, review_workflow.md), all of which exist and none of which nest further.

3 / 3

Total

11

/

12

Passed

Description

100%

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

A strong, specific description that covers concrete actions, natural trigger terms, both what/when, and a distinctive niche. Third person throughout, no fluff.

DimensionReasoningScore

Specificity

Lists multiple concrete actions: 'Build a Stockbee-style setup model book from momentum-burst screener candidates, then update 3-day and 5-day forward outcomes with MFE/MAE, stop-hit status, outcome tags, and cohort statistics' — matches the anchor for multiple specific concrete actions.

3 / 3

Completeness

Clearly answers both what (build/update model book with MFE/MAE, stop-hit, outcome tags, cohort stats) and when via an explicit 'Use when the user wants to...' clause.

3 / 3

Trigger Term Quality

Natural user phrasing is well covered: 'study Stockbee Momentum Burst examples', 'track failed candidates', 'build setup fluency', 'review A/B setup quality' — terms a user would actually say, not jargon.

3 / 3

Distinctiveness Conflict Risk

Niche is highly specific (Stockbee Momentum Burst setup study / learning loop) with distinct triggers unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
tradermonty/claude-trading-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.