Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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 & AnalyticsIntermediate23845AI 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

  1. "Given today's market regime, which setup modules am I allowed to use?" → regime call, permitted modules, avoidance reasons
  2. "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
  3. Run python3 scripts/daily_decisions.py --json --top-n 120 --max-holdings 5 for 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repository: git clone https://github.com/shouldnotappearcalm/a-share-skill.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r a-share-skill/tuige-shortline-trading ~/.claude/skills/
  5. Verify that the api-reference/ docs and scripts/ folder came along.
  6. If you plan to run the scripts, install Python 3 and the market-data packages they import.
  7. Restart Claude Code and try a prompt like "Assess today's A-share short-term market regime" to confirm the skill activates.