114 Elite AI Agent Skills for Quant Trading, Market Intelligence, and Creative Production
The mphinance AI trading stack
๐ง Brain ยท Alpha Skills (you are here) ย โขย ๐๏ธ Hands ยท awesome-broker-mcp โ which brokers an AI can actually trade through ย โขย ๐ก Intelligence ยท TraderDaddy Pro
- ๐ง The "Aha!" Moment
- ๐๏ธ System Architecture
- ๐ Quick Start
- ๐ฅ The Quant Trading Engine
- ๐จ Creative Production & Prototyping
- โ๏ธ Agent Infrastructure & Workflow
- ๐ผ Enterprise & Contact
AI agents like Claude Code and Gemini are only as good as the context you provide them. Out of the box, they are brilliant generalists.
This repository gives them a PhD in algorithmic trading and a master's in design.
By dropping these skills/ into your agent's workspace, you inject decades of domain expertise, algorithmic rigor, and aesthetic taste directly into their runtime. You aren't just getting scripts. You are getting autonomous agents capable of identifying market regimes, rewriting PineScript to Python, running full design critiques, and generating Substack-ready financial reports.
On Modularity: A "Full Tower" audit was performed across all 113 directories. Every single skill is structurally unique. Even seemingly overlapping skills (like Breadth vs. Uptrend analyzers) are intentionally decoupled, serving as independent, uncorrelated inputs for the downstream Druckenmiller Strategy Synthesizer.
graph TD
A[AI Agent Core] -->|reads SKILL.md| B(Alpha Skills Suite)
B --> C[Quant Engine]
B --> D[Creative Studio]
B --> E[Agent Infra]
C --> C1[Screeners & Signals]
C --> C2[Regime Detection]
C --> C3[Edge Pipeline]
C1 -->|optional| F[(FMP API)]
C1 -->|optional| G[(Tradier API)]
C2 -->|public CSV| H[(TraderMonty Data)]
E -->|optional| I[(OpenRouter API)]
style A fill:#8a2be2,stroke:#fff,stroke-width:2px,color:#fff
style B fill:#ff007f,stroke:#fff,stroke-width:2px,color:#fff
style C fill:#00e5ff,stroke:#0a0a0c,stroke-width:2px,color:#0a0a0c
style D fill:#00ff88,stroke:#0a0a0c,stroke-width:2px,color:#0a0a0c
style E fill:#b026ff,stroke:#fff,stroke-width:2px,color:#fff
- Clone this repository.
- Copy the
skills/folder into your agent's skill directory:- Gemini CLI / Antigravity:
~/.gemini/antigravity/skills/ - Claude Code: Your project root or global config.
- Gemini CLI / Antigravity:
- Start your agent. It auto-detects and indexes every skill.
Most skills work out of the box with zero configuration. A subset of quant screeners require paid data APIs:
| Key | Service | Used By |
|---|---|---|
FMP_API_KEY |
Financial Modeling Prep | 18 screeners/detectors (see tables below) |
TRADIER_API_KEY |
Tradier Brokerage | ghost-auto-trader |
OPENROUTER_API_KEY |
OpenRouter | urithiru multi-model verification |
Built for traders, by traders. Automates the tedious parts of algorithmic research and protects you from your own biases.
| Skill | What It Does | API Key |
|---|---|---|
| pine-to-python | Translates TradingView PineScript into vectorized Python with auto-extracted params for Optuna optimization. | - |
| quant-feature-engineer | Renaissance Tech-style feature engineering. Build unified scoring models instead of isolated strategies. | - |
| ghost-auto-trader | TV webhook -> AI Gate -> broker execution pipeline for 0DTE options. | TRADIER_API_KEY |
| backtest-expert | The "beat ideas to death" methodology. Slippage modeling, bias prevention, overfitting detection. | - |
| edge-strategy-reviewer | LLM "Pessimistic Strategist". Issues PASS/REVISE/REJECT verdicts on strategy drafts. | - |
| strategy-pivot-designer | Detects Optuna local optima and proposes structurally different strategy pivots. | - |
| signal-postmortem | Post-trade autopsy. Tracks false positives, regime mismatches, and missed opportunities. | FMP_API_KEY |
| trade-hypothesis-ideator | Generates falsifiable trade hypotheses from market data, trade logs, and journal snippets. | - |
| diagnose | Disciplined diagnosis loop for hard bugs and performance regressions in trading bots. | - |
Methodologies adapted from TraderMonty, William O'Neil, and Mark Minervini.
| Skill | What It Does | API Key |
|---|---|---|
| stanley-druckenmiller-investment | The Crown Jewel. Synthesizes 8 upstream signals into a single 0-100 conviction score and allocation map. | - |
| us-market-bubble-detector | Minsky/Kindleberger framework. Mechanically scores Put/Call, VIX, margin debt, and IPO data. | - |
| market-breadth-analyzer | 0-100 composite breadth score from public CSV data. No API key required. | - |
| uptrend-analyzer | Market breadth via Monty's Uptrend Ratio Dashboard. 0-100 composite from 5 components. | - |
| breadth-chart-analyst | Analyzes S&P 500 Breadth Index charts (200-Day MA based) for strategic positioning. | - |
| sector-analyst | Sector rotation patterns, cyclical vs. defensive assessment, market cycle phase estimation. | - |
| macro-regime-detector | Structural 1-2 year regime shifts (Concentration / Broadening / Inflationary). | FMP_API_KEY |
| market-top-detector | Tactical 2-8 week defensive timing using Distribution Days and sector rotation. | FMP_API_KEY |
| ftd-detector | Follow-Through Day detector for market bottom confirmation. | FMP_API_KEY |
| ibd-distribution-day-monitor | IBD-style distribution day counting, clustering, and invalidation tracking. | FMP_API_KEY |
| exposure-coach | Net exposure ceiling, growth-vs-value bias, and new-entry-allowed recommendations. | FMP_API_KEY |
| downtrend-duration-analyzer | Historical downtrend duration analysis with interactive HTML histograms by sector/cap. | FMP_API_KEY |
| theme-detector | Detects trending market themes across sectors with lifecycle analysis. | FMP_API_KEY |
| scenario-analyzer | 18-month scenario analysis from news headlines. Multi-agent (analyst + reviewer). | - |
| technical-analyst | Weekly chart analysis: trend, support/resistance, scenario planning, probability. | - |
An automated, end-to-end factory for finding alpha. Six skills chained into a single pipeline:
edge-hint-extractor -> edge-concept-synthesizer -> edge-strategy-designer
-> edge-strategy-reviewer -> edge-candidate-agent -> edge-pipeline-orchestrator
| Skill | Role in Pipeline | API Key |
|---|---|---|
| edge-hint-extractor | Extracts edge hints from daily observations and news. Outputs hints.yaml. |
- |
| edge-concept-synthesizer | Abstracts hints into reusable edge concepts with thesis and invalidation signals. | - |
| edge-strategy-designer | Converts concepts into strategy draft variants and exportable ticket YAMLs. | - |
| edge-strategy-reviewer | Quality gate. PASS/REVISE/REJECT verdicts with confidence scores. | - |
| edge-candidate-agent | Generates prioritized research tickets and pipeline-ready candidate specs. | - |
| edge-pipeline-orchestrator | Orchestrates the full pipeline end-to-end. | - |
| edge-signal-aggregator | Aggregates signals from multiple skills into a ranked conviction dashboard. | - |
| Skill | What It Does | API Key |
|---|---|---|
| vcp-screener | Minervini VCP scanner. Tight bases, volatility contraction, Stage 2 uptrends. | FMP_API_KEY |
| canslim-screener | William O'Neil's CANSLIM methodology scanner. | FMP_API_KEY |
| pead-screener | Post-Earnings Announcement Drift detector. Red-candle pullbacks post-gap-up. | FMP_API_KEY |
| pair-trade-screener | Statistical arbitrage. Cointegrated pairs, z-scores, mean-reversion entries. | FMP_API_KEY |
| dividend-growth-pullback-screener | 12%+ dividend growers experiencing RSI oversold pullbacks. | FMP_API_KEY |
| value-dividend-screener | Value + dividend: P/E under 20, yield 3%+, 3-year consistent growth. | FMP_API_KEY |
| earnings-trade-analyzer | 5-factor scoring (Gap/Trend/Volume/MA200/MA50) for post-earnings stocks. | FMP_API_KEY |
| earnings-calendar | Upcoming earnings announcements organized by market impact and date. | FMP_API_KEY |
| finviz-screener | Build and open FinViz screener URLs from natural language. English and Japanese. | - |
| breakout-trade-planner | Minervini-style trade plans from VCP screener output with position sizing. | - |
| us-stock-analysis | Comprehensive fundamental + technical analysis and investment reports. | - |
| institutional-flow-tracker | 13F filing analysis. Smart money accumulation/distribution tracking. | FMP_API_KEY |
| Skill | What It Does | API Key |
|---|---|---|
| position-sizer | Risk-based sizing: Kelly Criterion, ATR scaling, sector heat checks. | - |
| options-strategy-advisor | Black-Scholes pricing, Greeks, P/L simulation for complex structures. | FMP_API_KEY |
| portfolio-manager | Connects to Alpaca MCP for allocation analysis, risk metrics, and rebalancing. | Alpaca MCP |
| broker-mcp-selector | The hands. Picks a broker MCP server that can execute safely โ backed by awesome-broker-mcp. | - |
| trader-memory-core | State machine tracking theses from idea to closed-trade MAE/MFE postmortem. | - |
๐๏ธ From analysis to execution. Every skill above decides what to trade. To actually place the order,
broker-mcp-selectorpicks a broker whose MCP server can execute โ read-only, draft-approval, or live โ with paper-by-default, least-privilege defaults. It's backed by awesome-broker-mcp, a continuously re-verified directory of which brokers an AI agent can actually trade through, and how each behaves if the agent does something careless. The brain plans; that's the hands.
Workflows adapted from the Kanchi Japanese investing methodology.
| Skill | What It Does | API Key |
|---|---|---|
| kanchi-dividend-sop | Full SOP: screening, entry planning, and monitoring cadence. | FMP_API_KEY |
| kanchi-dividend-review-monitor | Automated T1-T5 triggers for 8-K governance and dividend safety checks. | - |
| kanchi-dividend-us-tax-accounting | US tax optimization: Qualified vs. Ordinary, REIT/BDC treatment. | - |
| Skill | What It Does | API Key |
|---|---|---|
| market-environment-analysis | Comprehensive global market analysis: US, Europe, Asia, forex, commodities. | - |
| market-news-analyst | Analyzes recent market-moving news and their impact on equities/commodities. | - |
| economic-calendar-fetcher | Upcoming economic events: central bank decisions, employment, inflation, GDP. | FMP_API_KEY |
| data-quality-checker | Validates price scale, instrument notation, and date accuracy in reports. | - |
Build the algorithms, then build the SaaS companies to sell them.
| Skill | What It Does | API Key |
|---|---|---|
| mph-synthwave-theme | Brand source-of-truth. Neon Cyan/Pink/Green, glassmorphism, JetBrains Mono. | - |
| dashboard | Single-file HTML admin/analytics dashboard with KPI cards and charts. | - |
| saas-landing | Complete marketing page: hero, features, social proof, pricing, CTAs. | - |
| web-prototype | General-purpose desktop web prototype from section layouts. | - |
| replit-deck | Horizontal-swipe pitch decks in Replit Slides style. 8 themes. | - |
| simple-deck | Lightweight horizontal-swipe HTML decks for presentations. | - |
| guizang-ppt | E-magazine style presentations with WebGL fluid backgrounds. | - |
| weekly-update | Weekly team update slide deck: shipped, in flight, blocked, metrics. | - |
| mobile-app | Pixel-accurate iPhone 15 Pro framed mobile prototypes. | - |
| mobile-onboarding | Multi-screen onboarding flow: splash, value-prop, sign-in. | - |
| pricing-page | Standalone pricing page with plan tiers, feature comparison, FAQ. | - |
| gamified-app | Multi-frame gamified mobile app: quests, XP ribbons, level bars. | - |
| dating-web | Consumer-feel matchmaking dashboard with KPIs and trend blocks. | - |
| kanban-board | Kanban task board with columns, cards, avatars, and swimlanes. | - |
| wireframe-sketch | Hand-drawn wireframe on graph paper with marker/pencil annotations. | - |
| tweaks | Wraps any HTML with live controls panel for real-time CSS tuning. | - |
| Skill | What It Does | API Key |
|---|---|---|
| mph-substack-writer | Michael's exact Substack voice. No em dashes. No markdown tables. PG-13. | - |
| blog-post | Long-form article with masthead, hero image, body, byline, related posts. | - |
| edit-article | Restructures sections, improves clarity, tightens prose. | - |
| docs-page | Documentation page with left nav, article body, right-rail TOC. | - |
| pm-spec | Product spec / PRD: problem, metrics, scope, user stories, rollout plan. | - |
| finance-report | Quarterly/monthly financial report: KPIs, P&L, charts, outlook. | - |
| meeting-notes | Meeting notes: attendees, agenda, decisions, action items, next meeting. | - |
| eng-runbook | Engineering runbook: alerts, dashboards, procedures, on-call rotation. | - |
| hr-onboarding | New-hire onboarding plan: first week, buddy, equipment, outcomes. | - |
| team-okrs | OKR tracker with objectives, key results, progress bars, status pills. | - |
| invoice | Printable invoice: line items, tax breakdown, totals, payment terms. | - |
| digital-eguide | Two-spread digital e-guide: cover + lesson spread with pull-quotes. | - |
| email-marketing | Brand product-launch email with hero block, headline lockup, specs grid. | - |
| Skill | What It Does | API Key |
|---|---|---|
| hyperframes | Programmable video compositions, audio-reactive visuals, kinetic typography. | - |
| image-poster | Editorial-style poster and key art generation via Flux/Midjourney. | - |
| audio-jingle | Voiceovers, jingles, and SFX via ElevenLabs/Suno/MiniMax. | - |
| video-shortform | 3-10 second clips: product reveals, motion teasers, ambient loops. | - |
| social-carousel | Cinematic 3-card 1080x1080 social media carousels. | - |
| magazine-poster | Editorial newsprint poster with oversized serif headlines. | - |
| motion-frames | Single-frame motion-design with looping CSS animations. | - |
| sprite-animation | Pixel/sprite-style animated explainer with kinetic typography. | - |
| critique | 5-dimension expert design review with radar chart and scoring. | - |
| design-brief | Parses I-Lang protocol briefs into concrete design specs. | - |
| Skill | What It Does | API Key |
|---|---|---|
| urithiru | Multi-lane AI verification. Fans out queries to 5-7 models, synthesizes consensus. | OPENROUTER_API_KEY |
| mental-model-evaluator | Runs plans through Inversion, First Principles, Second-Order thinking. | - |
| grill-me | Relentless interview until the decision tree is fully mapped. | - |
| grill-with-docs | Grill session that challenges plans against the domain model and updates docs. | - |
| caveman | Ultra-compressed communication mode. Cuts token usage by ~75%. | - |
| future-predictor | Generates structured predictions and scenario forecasts. | - |
| Skill | What It Does | API Key |
|---|---|---|
| portable-memory-core | One Brain protocol. Portable .agent/ folder for preferences and context. |
- |
| skill-warden | Health and security audits: dead skills, conflicting triggers, risky shell calls. | - |
| skill-designer | Writes new skills from structured idea specs following repo conventions. | - |
| write-a-skill | Create skills with proper structure, progressive disclosure, bundled resources. | - |
| dual-axis-skill-reviewer | Deterministic + LLM deep review. 0-100 quality score for PR gating. | - |
| skill-idea-miner | Mines session logs for skill idea candidates. | - |
| skill-integration-tester | Validates multi-skill workflows, data contracts, and handoff integrity. | - |
| Skill | What It Does | API Key |
|---|---|---|
| tdd | Test-driven development with red-green-refactor loop. | - |
| qa | Interactive QA: conversational bug reports filed as GitHub issues. | - |
| triage | Issue triage through a state machine driven by triage roles. | - |
| to-issues | Breaks plans/specs into independently-grabbable issues as vertical slices. | - |
| to-prd | Converts conversation context into a published PRD. | - |
| request-refactor-plan | Detailed refactor plan with tiny commits, filed as a GitHub issue. | - |
| improve-codebase-architecture | Finds deepening opportunities informed by domain language and ADRs. | - |
| design-an-interface | Generates multiple radically different interface designs via parallel agents. | - |
The days of manual trading and generic ChatGPT prompts are over. If you are a hedge fund, prop desk, or SaaS founder looking to implement autonomous workflows, custom LLM strategy evaluators, or high-frequency data pipelines:
- Newsletter & Deep Dives: mphinance.substack.com
- Trading Tools: TraderDaddy Pro
- Support the Project: Buy me a coffee on Ko-fi
Built by @mphinance.