India Ipo Dashboard — Data skill for Claude Code
Personal analytics dashboard for Indian IPOs: benchmark-adjusted returns, market-pulse analytics, and AI-assisted 'similar past IPO' comparison.
How to install India Ipo Dashboard
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open pushpankar-kiran/india-ipo-dashboard and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What India Ipo Dashboard does
Personal analytics dashboard for Indian IPOs: benchmark-adjusted returns, market-pulse analytics, and AI-assisted 'similar past IPO' comparison. FastAPI + SQLite + yfinance, hybrid deterministic core + Claude Agent SDK.
Alternatives in Data
- Context Mode — Benchmark Results — Benchmarked against real outputs from popular Claude Code MCP servers, Skills, and dev tools 5.6k ★
- Core Data Agent Skill — An Agent Skill focused on Apple’s Core Data framework, helping with data modeling, fetch requests, performance 301 ★
- Extraction Pipeline — Extraction Pipeline — Core Domain Logic — GenAI IDP Accelerator 295 ★
README
India IPO Performance Dashboard
[](https://github.com/pushpankar-kiran/india-ipo-dashboard/actions/workflows/ci.yml) [](https://www.python.org/) [](LICENSE) [](https://fastapi.tiangolo.com/)
Track historical IPO performance, benchmark-adjusted against the Nifty 50, compare upcoming IPOs against the past ones that resemble them, and get an AI-written verdict grounded in those comparables.
Built in phases per [`india-ipo-dashboard-spec.md`](india-ipo-dashboard-spec.md). **Phases 1–3 are complete** (100+ IPOs, tested core, analytics, and the AI comparison layer).
Screenshots
| Dashboard & Market Pulse | Price timeline & fundamentals | AI "similar past IPO" verdict |
|---|---|---|
![]() |
![]() |
![]() |
Architecture
A **hybrid** design: a deterministic, unit-tested core owns every number a decision rests on, and (from Phase 3+) a Claude Agent SDK layer handles the messy, judgement-heavy work — data ingestion and "similar IPO" comparison. The AI layer never computes a return; it only proposes structured data that is validated before the tested core does the maths.
app/
├── core/
│ ├── calculations.py # pure, tested maths — single source of truth for every number
│ ├── models.py # SQLModel schema (the contract every layer agrees on)
│ └── prices.py # yfinance price checkpoints (only network-touching core module)
├── api/routes.py # FastAPI JSON API (parameterised queries only)
├── data/
│ ├── seed_ipos.json # curated starting dataset
│ └── seed.py # loader + price refresh
├──
Related Skills
Crune
Decipher the traces etched in past sessions and resurrect them as reusable skills. crune is a static web dashb
AI Stock Analyst
Turn a plain-English request ("compare Apple and Microsoft YTD") into a validated stock chart — a CrewAI multi
Skill Algotrader
Quantitative trading skill for Indian equity markets with Zerodha integration. Generate trading bots, fetch li
LLM Agent Experiments
Benchmarking open-weight LLM coding agents as SCOUT delegates: model comparison experiments with pre-registere
Massu Data
When user asks about data trends, metrics, analytics, funnel analysis, cohort comparison, entity counts, stora
AI Trading Bot
Autonomous AI trading experiment on Indian equities (NSE/BSE), driven by Claude Opus 4.7 + a multi-agent pipel
Related Agents
Build Be
Backend engineer for Flotion. Use to implement FastAPI + SQLite changes in apps/flotion/backend per the plan —
Pipeline Founder Auditor
Growth-pipeline Agent 2. Use to audit a startup's founders' personal accounts — X/Twitter primary, LinkedIn se
Skill
Professional finance research toolkit — backtesting (10 engines + benchmark comparison panel), factor analysis


