CtrlK
BlogDocsLog inGet started
Tessl Logo

smc

Smart Money Concepts (ICT) signal engine. Uses the smartmoneyconcepts library to implement institutional-trading-school analysis of BOS, ChoCH, FVG, and order blocks (OB).

54

Quality

61%

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

Fix and improve this skill with Tessl

tessl review fix ./agent/src/skills/smc/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

57%Weight 40%Scale 1-5

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

The content is well-structured and reasonably concise, with concrete install/parameter guidance, but it lacks an executable code example for the core signal-generation task and fails to link the existing reference bundle files from the body.

Suggestions

Add a copy-paste-ready code example showing how to load OHLC data, call the smartmoneyconcepts library, and map its output to the 1/-1/0 convention.

Link the existing reference files from the body (e.g., under a '## Concepts' section: 'See [结构突破.md](references/结构突破.md) for BOS/ChoCH detail'), so the bundle is actually discoverable.

Provide a short end-to-end workflow with a validation step (e.g., confirm required columns exist before computing signals) to raise workflow clarity.

DimensionReasoningScore

Conciseness

The body is compact and table-driven (Purpose, Parameters, Signal Convention) with little padding; the only mild over-explanation is the concept glossary in the Purpose table, which keeps it just below the lean score-5 anchor.

4 / 5

Actionability

It gives some concrete guidance (a pip install command, a parameters table, and a 1/-1/0 signal convention) but never shows executable code that actually invokes the smartmoneyconcepts library to produce a signal, leaving the core task incomplete as in the score-3 anchor.

3 / 5

Workflow Clarity

The signal decision rules (direction from ChoCH + confirmation from BOS + filtering by FVG) are laid out, but there is no end-to-end execution sequence or validation checkpoint from data input to emitted signal, matching the score-3 anchor of steps present but checkpoints missing.

3 / 5

Progressive Disclosure

The body is organized into clear sections, but two bundle files exist in references/ (结构突破.md, 订单块与缺口.md) that are never linked or signaled from the body, and concept detail is inlined in the Purpose table rather than deferred to those references, fitting the score-3 anchor of structure present but references not clearly signaled.

3 / 5

Total

13

/

20

Passed

Description

65%Weight 40%Scale 1-5

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 specific and clearly distinct within a well-defined niche, with good natural trigger terms. Its main weakness is the absence of any explicit 'Use when...' trigger guidance, which caps completeness at 3.

Suggestions

Add an explicit 'Use when...' clause naming the situations or user requests that should trigger this skill (e.g., 'Use when the user wants ICT/Smart Money Concepts signals from OHLC data').

To lift specificity, enumerate the distinct concrete actions the engine performs (detect BOS/ChoCH, locate FVGs, mark order blocks, emit long/short/stand-aside signals) rather than bundling them under one 'analysis' verb.

DimensionReasoningScore

Specificity

Names the domain and a concrete action ('implement institutional-trading-school analysis of BOS, ChoCH, FVG, and order blocks'), but it is essentially a single action applied to several targets rather than a list of several distinct actions, matching the score-3 anchor and falling short of the multi-action score-4 anchor.

3 / 5

Completeness

It clearly states what the skill does ('signal engine... analysis of BOS, ChoCH, FVG, and order blocks') but provides no 'Use when...' clause or equivalent trigger guidance, so per the judging guidelines completeness is capped at 3.

3 / 5

Trigger Term Quality

Strong natural keyword coverage for the niche ('Smart Money Concepts', 'ICT', 'BOS, ChoCH, FVG, and order blocks (OB)', 'institutional-trading-school') that practitioners would actually say; a few synonyms/variations are absent so it stops short of the comprehensive score-5 anchor.

4 / 5

Distinctiveness Conflict Risk

It occupies a clear, narrow niche (ICT/SMC signal generation) with distinct domain triggers, making conflict with unrelated skills minimal.

5 / 5

Total

15

/

20

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

15

/

16

Passed

Repository
HKUDS/Vibe-Trading
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.