SKE-Labs

skill-name

8
0
# Install this skill:
npx skills add SKE-Labs/agent-trading-skills --skill "skill-name"

Install specific skill from multi-skill repository

# Description

Brief description of what this skill does. Use when [trigger condition 1], [trigger condition 2], or [trigger condition 3].

# SKILL.md


name: skill-name
description: Brief description of what this skill does. Use when [trigger condition 1], [trigger condition 2], or [trigger condition 3].


Skill Title

Brief introduction explaining the concept.

Identification

How to identify the pattern, setup, or condition:

  1. Step one — Description
  2. Step two — Description
  3. Step three — Description

Key Levels / Parameters

Parameter Value Notes
Level 1 X% Usage
Level 2 Y% Usage

Entry Strategy

  1. Identify setup using the criteria above
  2. Wait for confirmation (rejection candle, structure break, etc.)
  3. Enter position with defined risk
  4. Set stop loss at [specific level]
  5. Set targets at [target levels]

Risk Management

Rule Guideline
Stop loss X pips/% beyond
Risk per trade 1-2% max
Risk:Reward Minimum 1:2

Workflow

  1. Use tool_name to [action]
  2. Calculate [value] using [method]
  3. Mark levels using draw_on_chart
  4. Monitor for entry trigger

Best Practices

Do Don't
Wait for confirmation Enter blindly
Use multiple timeframes Trade single TF only
Follow risk rules Oversize positions

Common Mistakes

  • Mistake 1 and why it's problematic
  • Mistake 2 and why it's problematic

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.