claude-trading-skills
Claude Code skills for equity investors and traders market analysis, technical charting, economic calendars, screeners, and trading strategy development.。主要特性包括:Time-constrained individual investors、Long-term investors who also want disciplined swing-trading upside、Dividend and ETF investors who want structured portfolio review。还包含 2 个其他特性。
详细介绍
项目简介
Claude Code skills for equity investors and traders market analysis, technical charting, economic calendars, screeners, and trading strategy development.。主要特性包括:Time-constrained individual investors、Long-term investors who also want disciplined swing-trading upside、Dividend and ETF investors who want structured portfolio review。还包含 2 个其他特性。
主要特性
- •Time-constrained individual investors
- •Long-term investors who also want disciplined swing-trading upside
- •Dividend and ETF investors who want structured portfolio review
- •Traders who want to manage risk before finding trade candidates
- •Investors who want to journal and improve their decision process
- •skills/<skill-name>/ – Source folder for each tradi
适用场景
快速开始
# 克隆仓库
git clone https://github.com/tradermonty/claude-trading-skills
# 进入目录
cd claude-trading-skills
# 查看文档
cat README.md原文 README
Claude Trading Skills
Claude Trading Skills started as a personal project to use AI to improve my own trading process.
Claude Trading Skills is a Claude Skills-based trading workflow toolkit for time-constrained individual investors.
It is designed for investors who use long-term investing, ETFs, and dividend stocks as their core, while using disciplined swing trading as a satellite strategy when market conditions are favorable.
The goal is not to outsource buy/sell decisions to AI. The goal is to structure market review, risk management, trade planning, journaling, and continuous improvement. It is open source because the workflows, checklists, and review habits behind better trading decisions can improve through shared practice.
This is not a signal service or a promise of profitability. It is a toolkit for traders who want to build a better decision process.
The project follows a first for self, open for others stance: it is built first as a practical workflow the author uses, then shared openly for others who face similar constraints.
📖 Documentation site: https://tradermonty.github.io/claude-trading-skills/
Project vision: PROJECT_VISION.md
日本語版READMEはREADME.ja.mdをご覧ください。
Disclaimer
This repository is for educational, research, and process-improvement purposes only. It is not financial advice, investment advisory service, tax advice, legal advice, a signal service, or a broker execution platform. Trading and investing involve risk, including loss of principal. Past performance, backtests, screens, reports, and AI-generated analysis do not guarantee future results. All trading decisions, position sizing, tax/regulatory compliance, and broker usage are the user's responsibility.
The project is provided under the MIT License, AS IS, WITHOUT WARRANTY.
Who This Is For
This repository is designed for:
- Time-constrained individual investors
- Long-term investors who also want disciplined swing-trading upside
- Dividend and ETF investors who want structured portfolio review
- Traders who want to manage risk before finding trade candidates
- Investors who want to journal and improve their decision process
It is not designed for fully automated trading, signal outsourcing, or short-term scalping.
Recommended Starting Path
New users should start with one of these operational workflows. Each link points to a machine-readable manifest under workflows/ that names the exact skills, decision gates, and artifacts in order.
| Goal | Workflow | Anchor Skills | API Profile |
|---|---|---|---|
| 15-minute daily market check | market-regime-daily |
market-breadth-analyzer, uptrend-analyzer, exposure-coach | No API for basic path |
| Weekly long-term portfolio review | core-portfolio-weekly |
portfolio-manager, kanchi-dividend-review-monitor, trader-memory-core | Alpaca required; manual CSV is a degraded fallback |
| Find swing candidates only when risk is allowed | swing-opportunity-daily |
vcp-screener, technical-analyst, position-sizer | FMP for screeners |
| Record and learn from every closed trade | trade-memory-loop |
trader-memory-core, signal-postmortem | No API for manual path |
| Review monthly performance and adjust rules | monthly-performance-review |
trader-memory-core, signal-postmortem, backtest-expert | No API for manual path |
See workflows/README.md for how to read a manifest and run it manually. For a one-page "which workflow fits my situation?" guide, see Find Your Workflow (日本語).
No API Key Starter Path
If you do not have FMP / FINVIZ / Alpaca subscriptions, start with these five skills and run them manually:
market-breadth-analyzer— public CSV breadth scoring; no API keyuptrend-analyzer— public CSV uptrend participation; no API keyposition-sizer— pure calculation; no I/Otrader-memory-core— local YAML journalingsignal-postmortem— review framework
This path lets you review market conditions, size trades, journal decisions, and review outcomes without paid data APIs. Note: "no API" does not mean "no external data" — these skills still need public CSVs, chart screenshots, or local files. See each skill's integrations: entry in skills-index.yaml for exact input requirements.
Canonical source:
skills-index.yamlis the authoritative index of all skills. If this README,CLAUDE.md, or docs disagree with the index, the index is correct. The same applies to multi-skill workflows —workflows/*.yamlis canonical.
Repository Layout
skills/<skill-name>/– Source folder for each tradi