xingwudaoxingwudaoCommunityยท28 Agent Skills Included

open-xquant

Deterministic quant strategy backtesting, auditing, and research reporting

Turns trading ideas into declarative, reproducible, and auditable quant research artifacts. Guides strategy brainstorming, spec building, backtest execution, bias audits, robustness tests, and report writing through gated phases. Eliminates hallucinated backtests and unverifiable results by enforcing hash-bound evidence at every step. Helps researchers and coding agents reject false strategies faster with deterministic CLI and SDK primitives.
npx skills add xingwudao/open-xquant --all -g -y
Available:

Instructs the agent on the project structure, a strict test-first bug-fixing protocol, and how to route new component requests to the correct creation sub-skill with concrete file paths.

All Skills in This Repository (28)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
xingwudaoxingwudao

configure-trade-execution

Configure open-xquant strategy execution parameters including fees, slippage, and lot size.

Community
Intermediate
๐Ÿ“ฆ In Repo
xingwudaoxingwudao

evaluate-factor

Routes factor evaluation tasks to cross-sectional or time-series workflows.

Community
Intermediate
๐Ÿ“ฆ In Repo
xingwudaoxingwudao

explore-data

Inspect local parquet market data and download missing historical prices.

Community
Intermediate
๐Ÿ“ฆ In Repo
xingwudaoxingwudao

build-report-charts

Generate standardized equity, drawdown, and trade charts for open-xquant reports.

Community
Advanced
๐Ÿ“ฆ In Repo
xingwudaoxingwudao

evaluate-cross-sectional

Compute IC, Rank IC, ICIR, decay, and turnover for cross-sectional factors.

Community
Intermediate
๐Ÿ“ฆ In Repo
xingwudaoxingwudao

build-universe

Define valid tradable symbol pools for open-xquant workflows with parquet data checks.

Community
Intermediate
๐Ÿ“ฆ In Repo
xingwudaoxingwudao

create-component

Validate open-xquant component registry and route build requests to sub-skills.

Community
Intermediate
๐Ÿ“ฆ In Repo
xingwudaoxingwudao

tune-parameters

Validate quantitative trading strategy parameters with out-of-sample testing and overfit detection.

Community
Advanced
๐Ÿ“ฆ In Repo
xingwudaoxingwudao

open-xquant

Route open-xquant quantitative research tasks to specialized leaf skills.

Community
Advanced
๐Ÿ“ฆ In Repo
xingwudaoxingwudao

run-authorized-backtest

Execute authorized quant backtests with provenance tracking and post-run validation.

Community
Advanced
๐Ÿ“ฆ In Repo
xingwudaoxingwudao

create-rule

Create framework-compliant trading rules for the open-xquant kernel.

Community
Intermediate
๐Ÿ“ฆ In Repo
xingwudaoxingwudao

review-performance

Evaluate open-xquant backtest metrics and audit findings to determine strategy viability.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install open-xquant?โ–ผ

Run `npx skills add xingwudao/open-xquant --all -g -y` in your terminal to install all skills in this suite globally.

What problem does open-xquant solve?โ–ผ

It makes quant backtests deterministic and auditable, so identical specs and data always produce identical results. This prevents AI-generated or hand-written strategies from producing unreproducible, untrustworthy results.

How does the strategy research workflow run?โ–ผ

It follows a gated pipeline: brainstorm the idea, audit the idea, build and audit the spec, run an authorized backtest, then run reproducibility, bias, and robustness checks before writing the final report.

Does open-xquant work with Claude Code and other coding agents?โ–ผ

Yes. It ships prebuilt skills and worker roles for Claude Code, Codex, OpenCode, Cursor, OpenClaw, and TRAE, installed through its agent installer.

Can I use open-xquant without deep programming experience?โ–ผ

Yes. You describe your strategy in plain language and the agent builds a declarative YAML spec, while the framework handles validation, backtesting, and auditing.

Related Repositories in Finance & Accounting

View All in Finance & Accountingโ†’