Claude Code skills for Indian retail traders working with Zerodha Kite, NSE option chains, and intraday strategies.
Built by an actual intraday Nifty / BankNifty options trader. Skills here reflect real workflows, not theoretical ones.
| Skill | What it does |
|---|---|
| zerodha-kite-helper | Kite Connect auth, positions, holdings, market quotes. Read-only by default. |
| option-chain-analyzer | IV, OI, max-pain, PCR, support/resistance from NSE option chain. |
| paper-trade-runner | Signal-only paper-trade loop. Generate, simulate fill, resolve at EOD. |
| daily-pnl-reviewer | End-of-day journaling, win-rate analysis, behavioural notes. |
Clone into ~/.claude/skills/ (or symlink individual skills):
git clone https://github.com/rahulcommercial/claude-code-for-indian-traders.git
cp -r claude-code-for-indian-traders/skills/* ~/.claude/skills/Then restart Claude Code. Skills auto-load when their description matches your prompt.
- Signal-only by default. No skill places real orders. Read-only Kite calls + paper trades only. You stay in control.
- Indian market specifics. NSE timings, SEBI margin rules, STT/charges, expiry conventions baked in.
- Loss-cap aware. Skills respect a configurable daily drawdown cap.
Educational. Not investment advice. You are responsible for your own trades.
MIT — see LICENSE.