# Skill Name

> What this skill does and when to use it. Use when [trigger condition 1], [trigger condition 2], or [trigger condition 3].

- Skill: `ske-labs/skill-name` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ske-labs/skill-name`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ske-labs/skill-name/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: Apache-2.0
- Author: SKE-Labs (https://skillmd.com/u/ske-labs)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/ske-labs/skill-name

---


# Skill Title

Brief one-line introduction.

## Identification

How to identify the pattern, setup, or condition:

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

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

## Workflow

### 1. Get Data

```
get_indicators(indicator_code="rsi", symbol=<symbol>, exchange=<exchange>, interval=<interval>, count=20)
```

### 2. Analyze

Describe what to look for in the data.

### 3. Mark on Chart

```
draw_chart_analysis(action="create", drawing={
    "type": "support",
    "points": [
        {"time": <timestamp>, "price": <price>},
        {"time": <timestamp>, "price": <price>}
    ],
    "options": {"text": "Label"}
})
```

### 4. Report to Orchestrator

Provide structured summary: setup, confidence, key levels (entry, stop, target), indicator values, risk flags.

## Key Rules

- Rule 1
- Rule 2
- NEVER: Critical mistake to avoid and why

## Related Skills

- **skill-name** — relationship note
- **skill-name** — relationship note

