Tuige Short-Line Trading (A-Shares)
Turns the Tuige short-term trading playbook for China A-shares into a structured decision framework: market regime, stock selection, setup triggers/invalidation, exits and position discipline.
Data & AnalyticsIntermediate★ 238⑂ 45AI score 7/10Last updated: Jun 24, 2026
What it does
- Converts the Tuige short-line trading system into reusable, scenario-based decision rules.
- Judges today's market regime first (aggressive trading allowed / pullback confirmation only / stay in cash) and uses it as a master switch that caps how bullish any conclusion can get.
- Provides explicit trigger and invalidation conditions per setup: trend continuation and moving-average pullbacks, post-limit-up consolidation patterns, limit-up relay plays (1→2, 2→3), and washout endings (golden pit, false breakdown, volume expansion after extreme dry-up).
- Standardizes per-ticker output fields: theme, current structure, entry rationale, trigger, invalidation, sell reference, risk, position grade.
- Ships runnable scripts (
daily_decisions.py,realtime_quotes.py,strategy_lab/) for main-board liquidity pool scans, trend-pullback signals, and sell checks against a holdings file.
Who it's for
- Retail traders active in China's A-share market who want rule-based short-term workflows
- Anyone who prefers a "condition / risk / invalidation" checklist over gut-feel entries
- Users who want to automate stock pool scanning and signal generation with Python
Examples
- "Given today's market regime, which setup modules am I allowed to use?" → regime call, permitted modules, avoidance reasons
- "This stock has pulled back three days after a limit-up — lay out the trigger and invalidation." → analysis based on the limit-up pullback reference
- Run
python3 scripts/daily_decisions.py --json --top-n 120 --max-holdings 5for buy references and holdings sell signals
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/shouldnotappearcalm/a-share-skill/HEAD/tuige-shortline-trading/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the tuige-shortline-trading folder from the GitHub repo shouldnotappearcalm/a-share-skill into my ~/.claude/skills/tuige-shortline-trading/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/shouldnotappearcalm/a-share-skill.git && mkdir -p ~/.claude/skills && cp -r a-share-skill/tuige-shortline-trading ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repository:
git clone https://github.com/shouldnotappearcalm/a-share-skill.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r a-share-skill/tuige-shortline-trading ~/.claude/skills/ - Verify that the
api-reference/docs andscripts/folder came along. - If you plan to run the scripts, install Python 3 and the market-data packages they import.
- Restart Claude Code and try a prompt like "Assess today's A-share short-term market regime" to confirm the skill activates.
View source on GitHub ↗License: MIT