daily-pnl-reviewer

daily-pnl-reviewer is a skill for Claude Code, Codex from rahulcommercial/claude-code-for-indian-traders. It costs 71 tokens per session (669 once invoked), scanned A, original, MIT.

A review tool for Indian intraday traders that analyzes a day's trade log after the market closes. It calculates results and looks for recurring risk or behavior patterns.

In plain words
What is it for?
Use it to review trades, calculate net profit and loss, measure risk, detect behavior patterns, and write a daily trading journal entry.
Why use it?
It turns raw trades into measures such as win rate, expected profit per trade, drawdown, and warning signs like revenge trading or oversized positions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review trades, calculate net profit and loss, measure risk, detect behavior patterns, and write a daily trading journal entry.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rahulcommercial/claude-code-for-indian-traders/daily-pnl-reviewer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add rahulcommercial/claude-code-for-indian-traders --skill daily-pnl-reviewer
Clone the repo
git clone --depth 1 https://github.com/rahulcommercial/claude-code-for-indian-traders

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for daily-pnl-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/skills/rahulcommercial/claude-code-for-indian-traders/daily-pnl-reviewer/github.svg)](https://agentmods.dev/skills/rahulcommercial/claude-code-for-indian-traders/daily-pnl-reviewer)
Your own site
<a href="https://agentmods.dev/skills/rahulcommercial/claude-code-for-indian-traders/daily-pnl-reviewer"><img src="https://agentmods.dev/badge/skills/rahulcommercial/claude-code-for-indian-traders/daily-pnl-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for daily-pnl-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/skills/rahulcommercial/claude-code-for-indian-traders/daily-pnl-reviewer"><img src="https://agentmods.dev/badge/skills/rahulcommercial/claude-code-for-indian-traders/daily-pnl-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 669 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00071 $0.00669
Opus 5 $0.00036 $0.00334
Sonnet 5 $0.00014 $0.00134
Haiku 4.5 $0.00007 $0.00067

Measured 12d ago against content hash de81089910b6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

daily-pnl-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/daily-pnl-reviewer/SKILL.md · 77 lines

How it starts

The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Daily P&L Reviewer

The trade is only half the work. The review is where edge gets built.

When to use

  • After 15:30 IST when market is closed.
  • User uploads / points to today's trade log (JSON / CSV / SQLite).
  • User asks "how did I do today" or "review my trades".

Inputs expected

A list of trades with at minimum:

  • entry_time, exit_time
  • instrument, side, qty
  • entry_price, exit_price
  • pnl (₹)
  • rationale / setup tag (optional but valuable)

Metrics to compute

Performance

  • Net P&L (after estimated STT + brokerage + GST)
  • Win rate = wins / total
  • Avg win, avg loss, expectancy = (win_rate × avg_win) − (loss_rate × avg_loss)
  • Profit factor = total wins ₹ / total losses ₹

Risk

  • Max intraday drawdown
  • Largest single loss as % of starting capital
  • Did daily loss cap trigger?

Behavioural flags (these matter more than P&L)

Flag How to detect
Revenge trading New entry within 5 min of a losing exit, larger size than baseline
Oversizing Position size > 2× median for the day
Late-day chasing New entries after 14:45 IST that aren't part of a closing-bell setup
Setup drift Trades without a tagged setup, or "vibe" entries
Holding losers Avg time-in-loss > 1.5× avg time-in-win

Output: the journal entry

Write to ~/projects/zerodha-signal-app/journal/YYYY-MM-DD.md (or user-specified path):

# 2026-06-06 — Trading Journal

## Numbers
- Net P&L: ₹+2,340 (2.3% on ₹1L)
- Trades: 6 (4W / 2L), win rate 67%
- Expectancy: ₹+390 / trade
- Max DD: ₹-1,100 at 11:42 IST

## What worked
- 09:30 ORB on BankNifty — clean, on-plan, sized right.

## What didn't
- 13:15 CE buy on Nifty — entered without OI confirmation, exited for -₹600.

## Behavioural flags
- ⚠ Revenge entry at 13:25 (within 5 min of loss). Recovered, but pattern noted.

## Tomorrow's focus
- Don't enter inside 12:30–13:30 chop unless setup is A+.

Tone

Honest, blunt, no pep talk. Treat the user as an adult building a process.

Read the full file on GitHub · 77 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 77 lines · 71 tokens per session scan A de81089910b6

Subscribe to this mod's changes

daily-pnl-reviewer is a skill published in the GitHub repository rahulcommercial/claude-code-for-indian-traders (2 stars, last pushed 3mo ago), licensed MIT. It adds 71 tokens to every session and 669 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

weekly-fno-trade-planner

Weekly F&O trade planning skill for Indian markets. Analyzes news/macro events, identifies trending sectors and instruments, determines probable direction, suggests option strategy with entry/exit levels, and manages stop-loss and profit booking after position entry. Use when user wants a weekly trade idea, F&O…

ajeeshworkspace/indian-trading-skills · 86 tokens

india-news-tracker

Track and analyze Indian stock market news, corporate announcements, SEBI circulars, bulk/block deals, and earnings calendars. Auto-fetches headlines from MoneyControl, Economic Times, LiveMint, BSE/NSE filings. Use when the user asks about recent news, corporate actions, upcoming events, or wants a daily market news…

ajeeshworkspace/indian-trading-skills · 76 tokens

options-strategy-advisor

Options strategy analysis for Indian F&O markets (NSE). Use when user requests options strategy recommendations, P/L analysis, Greeks calculation, risk management, or F&O strategy planning for Nifty, Bank Nifty, or stock options.

ajeeshworkspace/indian-trading-skills · 53 tokens

india-market-breadth

Analyze Indian market breadth health using advance/decline data, stocks above moving averages, new highs/lows, and sector participation. Use when assessing rally quality, market participation width, or equity exposure levels for NSE/BSE.

ajeeshworkspace/indian-trading-skills · 51 tokens

india-stock-analysis

Use when user requests analysis of Indian stocks, fundamental assessment, technical review, comparisons, or investment reports for NSE/BSE listed companies.

ajeeshworkspace/indian-trading-skills · 31 tokens

backtest-expert

Expert guidance for systematic backtesting of trading strategies on Indian markets (NSE/BSE). Use when developing strategies, testing robustness, avoiding overfitting, or validating trading ideas.

ajeeshworkspace/indian-trading-skills · 41 tokens