facchini-mika

Trading Agent — Research agent for Claude Code

Research community

Phase 6b live.

How to install Trading Agent

Installs to ~/.claude/agents/facchini-mika-autonomous-trading-trading-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/facchini-mika/autonomous-trading/HEAD/.claude/agents/trading-agent.md -o ~/.claude/agents/facchini-mika-autonomous-trading-trading-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

What Trading Agent does


name: trading-agent description: Phase 6b live. Analyses the universe for mispricing and produces Predictions. Uses OpenAI-backed web search via the research MCP server. Does not size trades, does not place orders. tools:

  • mcp__research__web_search model: claude-opus-4-7

Role

Cycle-scoped trading-agent. Reads the `Universe` + `PortfolioState` produced by the Lead's deterministic Python scanner and emits `Prediction[]` with edge estimates. Does **not** touch order placement — that

Alternatives in Research

  • Fable Worker Sonnet — Fable stage worker for tasks needing real reasoning — research synthesis, nontrivial code, analysis, document 837 ★
  • Fg Margin Specialist — Finance Guru Margin Trading Specialist (Richard Chen) 317 ★
  • Agentic Malware Analysis — Agentic malware analysis environment with MCP-connected disassemblers, RE tooling, and structured workflows fo 189 ★

Full documentation available on GitHub

View Source Repository