Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
stanleychanh avatar

Super Hedge Fund Skill

  • 10 installs
  • 5 repo stars
  • Updated March 7, 2026
  • stanleychanh/super-hedge-fund-skill

Helps with ai & agent building tasks.

About

super-hedge-fund-skill is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • super-hedge-fund-skill
  • AI & Agent Building
  • AI-coding skill

Super Hedge Fund Skill by the numbers

  • 10 all-time installs (skills.sh)
  • Ranked #11,959 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/stanleychanh/super-hedge-fund-skill --skill super-hedge-fund-skill

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs10
repo stars5
Last updatedMarch 7, 2026
Repositorystanleychanh/super-hedge-fund-skill

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Super Hedge Fund Skill

Multi-agent stock analysis system combining rule-based analytics with Claude-powered investor personas.

⚠️ Educational purposes only - NOT investment advice

Workflow

digraph workflow {
    rankdir=TB;
    node [shape=box, style="filled,rounded", fillcolor="#f0f0f0"];

    input [label="1. Parse Input\nExtract tickers"];
    data [label="2. Fetch Data\nPrice/Financials/News"];
    agents [label="3. Run Agents\nRule + Claude"];
    risk [label="4. Risk Analysis\nVolatility/Position"];
    output [label="5. Generate Report\nMarkdown"];

    input -> data -> agents -> risk -> output;
}

Agents Quick Reference

AgentTypeFocus
FundamentalRuleROE, margins, debt, growth
TechnicalRuleEMA, RSI, MACD, momentum
ValuationRuleDCF, Owner Earnings
SentimentRule+ClaudeNews, insider trades
BuffettClaudeMoat, ROE, intrinsic value
WoodClaudeDisruptive tech, growth
BurryClaudeDeep value, contrarian
LynchClaudePEG, understandable biz

Execution

Step 1: Parse Input

Extract: ticker symbols, date range, capital
Mode: full (default) or brief

Step 2: Fetch Data

Use WebSearch for:
- Current price & 52-week range
- Financial metrics (ROE, P/E, margins, debt)
- Recent news headlines

Step 3: Run Agents

Rule-based (deterministic):
- Fundamental analysis → signal + confidence
- Technical analysis → signal + confidence
- Valuation analysis → signal + confidence

Claude-powered (interpretive):
- For each investor persona, analyze with their philosophy
- Return: {signal, confidence, reasoning}

Step 4: Risk Analysis

Calculate: annual volatility from price data
Determine: risk level → position limit
  - Low (<15%): 25% max
  - Medium (15-30%): 20% max
  - High (30-50%): 15% max
  - Very High (>50%): 10% max

Step 5: Aggregate & Output

Count signals: bullish / bearish / neutral
Determine consensus by majority
Generate Markdown report

Signal Icons

SignalIcon
Bullish🟢
Bearish🔴
Neutral🟡

Common Mistakes

MistakeFix
Giving real investment adviceAlways add disclaimer
Missing data errorsUse fallback estimates
Single-agent relianceMust aggregate 8+ signals
Overconfident signalsShow confidence %, acknowledge uncertainty

References

  • references/investor-agents.md - Investor persona prompts and frameworks
  • references/analysis-methods.md - Detailed scoring and calculation methods
  • assets/report-template.md - Markdown report template

Scripts

  • scripts/analysts.py - Rule-based analyst implementations
  • scripts/investor_prompts.py - Claude investor persona prompts
  • scripts/report_generator.py - Markdown report generation
  • scripts/data_fetcher.py - Data fetching utilities

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.