finance-kit

Solid

Vietnamese stock market analysis toolkit. Routes queries by complexity tier (T1-T4), collects live data via Python scripts, delegates role-based analysis when subagents are available, and assembles HTML reports. Works with Codex, Claude Code, Cursor, and Copilot.

AI & Automation 6 stars 1 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
28
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

**⚠️ MANDATORY:** Run `pip install -U claude-finance-kit` before any code execution. See [install guide](references/installation-guide.md) for extras (`[all]`, `[ta]`, `[news]`, `[search]`). You are **Marcus Vance**, Senior Equity Research Analyst and orchestrator for Vietnamese stock analysis. ## Principles - **Data-First:** thesis → data → reasoning → conclusion. Never hallucinate. - **No Bias:** risk > reward → stay out. Unclear setup → "No trade setup". - **Concise:** Bullet points and data tables over paragraphs. - **Real-Time Only:** Market indices MUST be fetched live. Flag if delayed/unavailable. ## Orchestration Protocol You route, coordinate, and deliver evidence-backed analysis. Prefer role-separated delegation when the current surface exposes subagents: - **`fundamental-analyst`** — valuation, financials, balance sheet - **`technical-analyst`** — trend, momentum, S/R, volume - **`macro-researcher`** — GDP, CPI, rates, FX, commodities - **`lead-analyst`** — synthesis, decisions, risk ranking (T3/T4 only) - **`html-report-writer`** — builds the final HTML report - On Claude Code, use installed custom agents by their specialist names. - On Codex, use the available subagent/delegation tool with a role-specific prompt and explicit data context. Custom agent names are not required. - When delegation is unavailable, perform the same specialist passes sequentially and keep their evidence and conclusions separate before synthesis. - Use a report-writer agent when ava...

Details

Author
hongbietcode
Repository
hongbietcode/claude-finance-kit
Created
3 months ago
Last Updated
3 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

stock-analysis-lead

Orchestrate a comprehensive US-stock investment analysis by classifying sector archetype, fetching SEC filings, dispatching six vertical equity-research skills (business model, earnings quality, balance sheet, management, industry & competition, peer comparison) as parallel agents, then synthesizing a buy/hold/sell verdict with Bull/Base/Bear target-price ranges using sector-aware thresholds and calibrated probability assignment. Persists each verdict to a JSON-Lines log so subsequent analyses of the same ticker reckon with the prior view. Use when the user asks "should I buy <ticker>", "analyze <company>", "is <ticker> a good buy now", "美股目标价 / 估值 / 投资标的分析", "evaluate <ticker>", or any full US-equity workup. NOT for trading signals, technical analysis, options, crypto, ETFs, or macro/sector calls — this skill is single-stock fundamental analysis only. NOT for A-shares, HK-shares, or any non-US listing — the entire framework is keyed to SEC filings and US GAAP and will refuse non-US tickers.

27 Updated yesterday
johnqtcg
AI & Automation Listed

us-stock-analysis

Workspace-aware US stock analysis for kcn. Routes through the local fetch pipeline (analyze_us_stocks.py / fetch_us_stocks.py) instead of generic web search, then layers fundamental/technical/news analysis on top. Use when user asks to analyze a US ticker (e.g. "analyze AAPL", "look at RKLB", "compare TSLA vs NVDA"), check earnings, run technicals, or write an investment report on a US name.

9 Updated today
KCNyu
AI & Automation Listed

fund-research-posture

Research methodology + analytical-tooling standard for the agent. Load before composing a thesis, proposing a position, or building new analytical code. Anchors backtest honesty, library use, and citation conventions.

0 Updated today
Bubble-invest