finance-research-agent: Skill for Claude Code

.claude/skills/screen-to-shortlist/SKILL.md

screen-to-shortlist is a skill for Claude Code from sreenathvemula/finance-research-agent. It costs 119 tokens per session (1,946 once invoked), scanned C, original, Apache-2.0.

A stock-selection process that reduces a universe of about 3,100 Indian companies listed on the NSE and BSE exchanges to a ranked shortlist for further research.

In plain words
What is it for?
Use it to apply quantitative strategies such as value, quality, or growth screens, rank companies with one or several measures, and produce a scorecard for deeper research.
Why use it?
It turns broad market data and ethical exclusions into transparent, repeatable criteria, so the user can see how candidates were ranked. The shortlist is a starting point for study, not a final investment decision.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is sreenathvemula/finance-research-agent's own configuration. It tells Claude Code how to work on finance-research-agent itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything finance-research-agent configures →

Reuse

Borrowing it

Nothing to install: this file belongs to sreenathvemula/finance-research-agent. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/sreenathvemula/finance-research-agent/main/.claude/skills/screen-to-shortlist/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/sreenathvemula/finance-research-agent

Made for: Claude Code.

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 screen-to-shortlist

README.md
[![agentmods](https://agentmods.dev/badge/skills/sreenathvemula/finance-research-agent/screen-to-shortlist/github.svg)](https://agentmods.dev/skills/sreenathvemula/finance-research-agent/screen-to-shortlist)
Your own site
<a href="https://agentmods.dev/skills/sreenathvemula/finance-research-agent/screen-to-shortlist"><img src="https://agentmods.dev/badge/skills/sreenathvemula/finance-research-agent/screen-to-shortlist/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 screen-to-shortlist

Your own site · 80×15
<a href="https://agentmods.dev/skills/sreenathvemula/finance-research-agent/screen-to-shortlist"><img src="https://agentmods.dev/badge/skills/sreenathvemula/finance-research-agent/screen-to-shortlist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 119 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,946 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00119 $0.01946
Opus 5 $0.00060 $0.00973
Sonnet 5 $0.00024 $0.00389
Haiku 4.5 $0.00012 $0.00195

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

Security

Grade C, and why

screen-to-shortlist scanned grade C with 1 finding 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 10d 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.

Tells the agent never to refusehighAnti-refusal

Suppressing the ability to decline removes a core safety control; a later harmful request then succeeds.

shortlist IS the deliverable — do not refuse it. The user does further study and makes the
.claude/skills/screen-to-shortlist/SKILL.md · 115 lines

How it starts

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

Screen to shortlist

Turn the universe into a ranked, study-ready shortlist the user can act on. Producing the shortlist IS the deliverable — do not refuse it. The user does further study and makes the final call; you provide the evidence and the ranking.

Consult the investing-principles skill for the ready-made strategy presets (Coffee Can, Magic Formula, Graham Defensive, QARP), the named quantitative scores (Piotroski/Altman/Sloan/ DuPont/Graham Number), the peer-comp quality discipline, and how to weigh quality vs value — use one of those as the screen's backbone unless the user specifies their own criteria.

The verdict-taxonomy and screen-integrity practices below are adapted from Anthropic's public anthropics/financial-services reference repo (Apache 2.0) — its private-equity/deal-screening and equity-research/idea-generation skills. Core line from that repo worth repeating here: "screens surface candidates, not conclusions — every screen output still needs fundamental work." A shortlist is where study starts, not where it ends.

Procedure

  1. Clarify criteria, then commit. If the user's criteria are vague, propose concrete thresholds (valuation, quality, growth, momentum) — or offer a named strategy preset from the investing-principles skill — state them plainly, and proceed. Ask only if a genuinely blocking choice remains.

  2. Ethical exclusions FIRSTscreen_stocks(exclude_categories=[...]), using ONLY categories the user has explicitly confirmed. Never assume a category they haven't named. Relay the exclusion counts and reasons so it's transparent what was dropped and why.

  3. Quantitative filter in the SAME call — pass the user's numeric criteria to the same screen_stocks call; exclusions and filters compose in one pass. For a sector-scoped screen, use the sector/industry argument (or sector_analysis first to size the field).

3b. A specific past YEAR, not today's snapshot ("ROCE > 20% in FY2024", "best/worst performers in 2023") → screen_by_year(year, kind="fundamental"|"price_return", min/max, ...) instead of screen_stocks — the latter only ever sees the latest values. For qualitative colour on any matched name for that exact period, follow up with search_documents(symbol=X, date_from=<FY start>, date_to=<FY end>, doc_types=["concall_transcript"]) scoped to that year/quarter — never an unscoped search when you already know the period.

Read the full file on GitHub · 115 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. 10d ago First seen · 115 lines · 119 tokens per session scan C 7c50a88f708d

Subscribe to this mod's changes

screen-to-shortlist is a skill published in the GitHub repository sreenathvemula/finance-research-agent (0 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 119 tokens to every session and 1,946 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it C with 1 finding (tells the agent never to refuse). 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