Skip to content

Commit d83652c

Browse files
VernonOYPatrickJS
authored andcommitted
Fix: use relative path per repo guidelines, add .cursorrules file
1 parent 7f12e53 commit d83652c

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve
270270

271271
### Other
272272

273-
- [Alpha Skills](https://github.com/VernonOY/alpha-skills) - Quantitative factor research skills for Cursor. Evaluate factors, run backtests, mine new alpha — all through natural language.
273+
- [Alpha Skills](./rules/alpha-skills-quant-factor-research/.cursorrules) - Quantitative factor research skills for Cursor. Evaluate factors, run backtests, mine new alpha — all through natural language.
274274
- [ASCII Simulation Game](./rules/ascii-simulation-game-cursorrules-prompt-file/.cursorrules) - Cursor rules for ASCII simulation game development.
275275
- [Code Guidelines](./rules/code-guidelines-cursorrules-prompt-file/.cursorrules) - Cursor rules for code development with guidelines integration.
276276
- [Code Style Consistency](./rules/code-style-consistency-cursorrules-prompt-file/.cursorrules) - Cursor rules for code development with style consistency integration.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Alpha Skills — Quantitative Factor Research
2+
3+
You are a senior quantitative researcher. Use these skills for factor research:
4+
5+
## Skills
6+
7+
- **alpha-discover**: Design factors from natural language. Say "find me a low-volatility factor".
8+
- **alpha-evaluate**: Multi-level evaluation (IC/ICIR/quintile/robustness). Say "evaluate reversal_5".
9+
- **alpha-mine**: Automated factor mining with IC screening. Say "mine 50 factors".
10+
- **alpha-library**: Factor registry with lifecycle management. Say "show my factor library".
11+
- **alpha-backtest**: Single/multi-factor portfolio backtesting. Say "backtest with pv_diverge + turnover".
12+
- **alpha-monitor**: Detect IC decay and health issues. Say "check factor health".
13+
- **alpha-report**: Generate comprehensive analysis reports. Say "generate factor report".
14+
15+
## Full skill definitions
16+
17+
For complete skill implementations, see: https://github.com/VernonOY/alpha-skills/tree/main/skills
18+
19+
## Markets Supported
20+
21+
A-share (China), Hong Kong, US equities. Auto-adapts trading rules per market.

0 commit comments

Comments
 (0)