Use when you have a written implementation plan to execute in a separate session with review checkpoints
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:
- Step one — Description
- Step two — Description
- Step three — Description
Key Levels / Parameters
| Parameter | Value | Notes |
|---|---|---|
| Level 1 | X% | Usage |
| Level 2 | Y% | Usage |
Entry Strategy
- Identify setup using the criteria above
- Wait for confirmation (rejection candle, structure break, etc.)
- Enter position with defined risk
- Set stop loss at [specific level]
- 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
- Use
tool_nameto [action] - Calculate [value] using [method]
- Mark levels using
draw_on_chart - 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.