A specialized Agent Skill for traceable investment research using fund manager data, original quotes, and market data to prevent AI hallucinations.
When asking an AI for a fund manager's opinion, you often get a polished answer that sounds authoritative but is entirely fabricated. This repository provides a specialized Agent Skill that replaces "AI guessing" with a rigorous, traceable knowledge base rooted in original texts and real-market data.
This repository is a sophisticated "Agent Skill" designed to transform any LLM (like Claude, GPT, or Gemini) into a research assistant that understands the specific investment philosophy of Zheng Xi (a prominent fund manager at E Fund). Unlike standard RAG (Retrieval-Augmented Generation) implementations that might simply summarize text, this tool focuses on traceability.
It integrates three pillars of data: a comprehensive corpus of original public views (2012–2026), a distilled investment methodology framework backed by verbatim evidence, and real-time fund data covering approximately 27,000 funds across the market. The result is an AI that doesn't just tell you what a manager "might" think, but tells you exactly what they said, when they said it, and whether their actual portfolio holdings prove it.
The system is designed for high-precision financial analysis where "hallucinations" (AI-generated falsehoods) are unacceptable. Here are the concrete ways developers and analysts can utilize it:
The project addresses a critical pain point in the AI-driven financial sector: the reliability of information. Most LLMs struggle with the "last mile" of financial accuracy, often blending different managers' views or inventing quotes. By providing a structured "Skill" that separates original corpus from distilled logic and hard data, it creates a gold standard for how investment research agents should operate.
The community is reacting positively to its "zero-fabrication" approach. The growth in stars reflects a growing demand for "Vertical AI"—tools that don't try to know everything, but know one specific domain with absolute precision and full traceability.
This tool is ideal for a variety of users within the financial and tech ecosystems:
Since it is written in Python and designed as an Agent Skill, it fits perfectly into modern AI workflows involving Cursor, ChatGPT, or specialized AI assistants like ima and WorkBuddy.
To integrate this skill into your AI workflow, follow these basic steps:
references/ directory containing the corpus and fund data.references/corpus/ for original texts and references/method.md for the logic framework.For the full setup guide, see the official repository.