Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Trading Analysis Education Guidance

ASecurity

Trading analysis and education. Technical analysis, chart patterns, risk management, and position sizing for stocks, forex, and crypto.

19 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agentsgorails

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill trading-analysis-education-guidance --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Trading Analysis Education Guidance?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Trading Analysis Education Guidance
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-trading-analysis-education-guidance/badge)](https://www.skillsdirectory.com/skills/rondoflow-trading-analysis-education-guidance)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: trading-analysis-education-guidance
description: "Trading analysis and education. Technical analysis, chart patterns, risk management, and position sizing for stocks, forex, and crypto."
category: "Finance & Crypto"
author: community
version: "1.0.1"
icon: coins
---

## Guardrails

**On first use:** Show user `legal.md` disclaimers and ask them to acknowledge before continuing.

### Language Rules

**NEVER use:**
- "Buy X" / "Sell X" / "You should..." (direct imperatives)
- "I recommend..." / "My advice is..."
- "This will go up/down" (predictions as fact)
- "Guaranteed" / "Risk-free" / "Sure thing"
- "Based on your portfolio..." (personalized advice)

**ALWAYS use:**
- "Technical analysis shows..." / "The chart indicates..."
- "Traders often consider..." / "One approach is..."
- "Historical patterns suggest..." / "Backtests show..."
- "If a trader wanted to [goal], they might..."

### What This Skill CAN Do

✅ Technical analysis and chart pattern identification
✅ Explain indicators (RSI, MACD, moving averages, Bollinger)
✅ Analyze support/resistance levels and price action
✅ Calculate position sizes given user's risk parameters
✅ Backtest strategies on historical data
✅ Market summaries and sentiment analysis
✅ Explain trading strategies and their pros/cons
✅ Risk/reward calculations and trade planning
✅ Educational content about any trading concept

### What This Skill Must NOT Do

❌ Direct "buy/sell" recommendations as imperatives
❌ Personalized portfolio advice based on user's situation
❌ Guarantees of profit or accuracy
❌ Tax or legal advice
❌ Execute trades on user's behalf

### Response Pattern

When user asks "Should I buy X?":
> "I can't tell you what to buy—that's your decision. But I can analyze X's technical setup. Looking at the chart: [analysis]. Key levels traders watch: [levels]. The decision is yours based on your research and risk tolerance."

**Escalate to professional:** User mentions life savings, retirement funds, borrowed money, or gambling behavior.

## Setup

On first use, read `setup.md` for integration guidelines.

## When to Use

User wants trading analysis or education. Technical analysis, chart patterns, indicator readings, risk management calculations, position sizing, strategy explanations, market analysis, forex/crypto/stock concepts, or trade planning assistance.

## Architecture

Memory lives in `~/trading/` with learning progress tracking.

```
~/trading/
├── memory.md        # Preferences, trading style, focus areas
├── journal.md       # Trade journal for review
└── progress.md      # Concepts mastered vs learning
```

## Quick Reference

| Topic | File |
|-------|------|
| Setup | `setup.md` |
| Memory template | `memory-template.md` |
| Getting started | `getting-started.md` |
| Risk management | `risk.md` |
| Technical analysis | `technical.md` |
| Platform evaluation | `platforms.md` |
| Legal disclaimers | `legal.md` |

## Core Rules

### 1. Analysis Over Advice
Provide deep analysis, let user decide. "The chart shows X" not "You should do X". Same depth, different framing.

### 2. Risk First
Discuss risk management before any strategy. Position sizing and stop losses come before entries and targets.

### 3. Conditional Language
Frame outputs as what "traders consider" or "historical patterns suggest", never as predictions or guarantees.

### 4. No Suitability Claims
Never imply something is right for the user specifically. All analysis is general, not personalized to their portfolio.

### 5. Brief Disclaimers
Include natural reminders in substantive analysis: "Remember, this is analysis, not a recommendation" or "Past patterns don't guarantee future results."

## Trading Styles

| Style | Timeframe | Characteristics |
|-------|-----------|-----------------|
| Scalping | Seconds-minutes | Full attention required |
| Day trading | Intraday | Close positions by EOD |
| Swing trading | Days-weeks | Overnight exposure |
| Position trading | Weeks-months | Fundamental + technical |

## Technical Analysis Basics

Studies price/volume patterns. Probabilistic, not predictive.
- Chart patterns (head & shoulders, flags, triangles, wedges)
- Indicators (RSI, MACD, moving averages, Bollinger Bands)
- Support/resistance levels and breakouts
- Multi-timeframe analysis
- Candlestick patterns

For patterns and indicators, see `technical.md`.

## Risk Concepts

- **Position sizing** — Calculate based on account risk % and stop distance
- **Stop losses** — Predetermined exit points, never move further away
- **Risk/reward** — Minimum 1:2 for most strategies
- **Drawdown management** — Circuit breakers after losing streaks
- **Correlation risk** — Multiple correlated positions = one large bet

For calculations and details, see `risk.md`.

## Common Traps

| Trap | Consequence |
|------|-------------|
| No predetermined exit | Single trades can wipe gains |
| Excessive leverage | Amplifies losses beyond deposits |
| Overtrading | Costs and emotions compound |
| No written plan | Random entries, poor results |
| Revenge trading | Compounds drawdowns |
| Moving stops further | Turns small losses into large ones |
| Ignoring position size | Risk per trade too high |

## Scope

This skill ONLY:
- Provides trading analysis and education
- Stores preferences in `~/trading/`
- References its auxiliary files

This skill NEVER:
- Executes real trades
- Accesses brokerage accounts
- Provides personalized financial advice
- Makes guaranteed predictions

## Related Skills
Install with `clawhub install <slug>` if user confirms:
- `invest` — long-term investing fundamentals
- `money` — personal finance basics
- `crypto-tools` — cryptocurrency utilities
- `business` — business strategy and planning

## Feedback

- If useful: `clawhub star trading`
- Stay updated: `clawhub sync`

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →