gaaiyungaaiyunCommunity·1 Agent Skills Included

joinquant-skill

JoinQuant strategy generation, API lookup, and code linting

Generates ready-to-run quantitative trading strategies for the JoinQuant platform, including ETF rotation, multi-factor stock selection, momentum, and mean reversion. Prevents hallucinated API calls, missing cost settings, and future-data leaks with 14 categorized API references and a static lint checker. Converts brokerage research PDFs into structured strategy code and validates everything before pasting into the JoinQuant editor.
npx skills add gaaiyun/joinquant-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install joinquant-skill?

Run `npx skills add gaaiyun/joinquant-skill --all -g -y` in your terminal to install the skill globally for your coding agent.

How to write a JoinQuant strategy with AI?

Describe your idea in plain language, such as an ETF rotation pool and rebalance schedule. The skill picks a matching template, verifies every API against the references, and returns code you can paste directly into the JoinQuant editor.

How does it stop AI from inventing fake JoinQuant APIs?

It ships 14 categorized API reference files plus a lint script that flags nonexistent functions, deprecated calls, missing cost settings, and orders placed in forbidden time slots.

Does joinquant-skill work with Claude Code and Cursor?

Yes. It follows the standard SKILL.md format and also provides an MCP server, so it works with Claude Code, Cursor, Codex, and other compatible clients.

Can it turn a research report PDF into a strategy?

Yes. The research importer extracts text from PDF reports, builds a structured prompt, and converts the resulting JSON into candidate JoinQuant strategy code for review and backtesting.

Related Repositories in Finance & Accounting

View All in Finance & Accounting