Chanlun Trading System
Forces Chan-theory (缠论) A-share/HK/futures analysis through structural audit gates before any buy/sell call.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · f3da695
Given only indicator-level description (MACD divergence + 30m MA breakout, no center/pivot data), the skill correctly refuses to call it a third buy point and names the exact two forbidden shortcuts it violates, where an unguided baseline just calls it a buy signal.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Chanlun Trading System does
Turns 缠中说禅's Chan theory (缠论) into a disciplined analysis workflow for A-share, HK-stock, ETF, index, and futures technical trends — enforcing level, structure (inclusion/fractal/stroke/segment/center), and divergence gates before naming a first/second/third buy or sell point, downgrading to 'observe' when data is insufficient. Triggers when a user asks for 缠论-style technical analysis, 中枢/背驰/买卖点 identification, or wants Chan theory converted into reproducible backtest rules; explicitly refuses to give stock tips or promise returns.
How to install Chanlun Trading System
git clone https://github.com/noahnan-max/chanlun-trading-system.git
mkdir -p ~/.claude/skills
cp -r chanlun-trading-system ~/.claude/skills/chanlun-trading-system
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Chanlun Trading System
-
/chanlun-trading-systemForces Chan-theory (缠论) A-share/HK/futures analysis through structural audit gates before any buy/sell call.
It also activates on plain-language prompts like these:
-
帮我用缠中说禅的缠论方法分析一下这只股票最近的日线走势,笔和中枢大概画在什么位置,谢谢 -
现在周线震荡日线MACD出现底背离,价格也刚站上30分钟均线,这算不算三买点,能不能现在就操作 -
麻烦把缠论里一二三买卖点的判断规则整理成可以量化回测的具体条件,我想拿沪深300指数历史数据测一下
Frequently asked questions
- Is the Chanlun Trading System skill free?
- Yes. The skill itself is free from noahnan-max/chanlun-trading-system. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Chanlun Trading System work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Given only indicator-level description (MACD divergence + 30m MA breakout, no center/pivot data), the skill correctly refuses to call it a third buy point and names the exact two forbidden shortcuts it violates, where an unguided baseline just calls it a buy signal.
- What is the Chanlun Trading System SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Chanlun Trading System?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Chanlun Trading System with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.