xueqingpeng

6 mods across 1 repository, 11 stars between them.

auditing_mcp

01

xueqingpeng/trading-analysis

MCP server Claude CodeCodexCursor +2

MCP server "auditingmcp" as configured in xueqingpeng/trading-analysis. Runs .claude/skills/auditing/scripts/mcp/auditing_mcp.py with python3.

11 3mo ago A tokens not measured

auditing

02

xueqingpeng/trading-analysis

Skill Claude CodeCodex

Audits XBRL numeric facts in SEC-style filings by comparing the reported (book) value from the instance document against the correct (true) expected value derived from the filing's calculation linkbase, US-GAAP taxonomy, and XBRL sign conventions. The correct value may be a summation recomputation, a sign correction…

11 3mo ago A 193 tokens

hedging

03

xueqingpeng/trading-analysis

Skill Claude CodeCodex

Makes one daily hedging decision for a fixed ordered stock pair, or selects the fixed pair on the run's first day, by querying offline data through the hedgingmcp server. Each invocation handles exactly one target date and upserts one recommendation into results/hedging/. The same skill can be driven by an external…

11 3mo ago A 109 tokens

report_evaluation

04

xueqingpeng/trading-analysis

Skill Claude CodeCodex

Evaluates a reportgeneration run for one ticker / model combination. Uses the reportevaluationmcp server to read generated WEEKLY Markdown reports and offline DuckDB market data, then scores the run across five dimensions and aggregates run-level backtest metrics. Writes one JSON result plus one structured Markdown…

11 3mo ago A 69 tokens

report_generation

05

xueqingpeng/trading-analysis

Skill Claude CodeCodex

Generates one standalone WEEKLY equity research report for one symbol on one target week-ending date. Uses the reportgenerationmcp server to read offline DuckDB market, news, filings, and peer benchmark data, then writes one Markdown report plus a run-level summary JSON.

11 3mo ago A 57 tokens

trading

06

xueqingpeng/trading-analysis

Skill Claude CodeCodex

Makes a single daily BUY/SELL/HOLD decision for one stock on a given targetdate by querying an offline DuckDB via MCP tools. The skill is driven externally: each invocation handles exactly one (symbol, targetdate) pair and upserts the result into an action-list JSON file. Data access is via the tradingmcp server…

11 3mo ago A 207 tokens