What problem does it solve? Turning a batch of OHLCV alpha ideas into installable, verifiable, agent-callable Skill packages requires repetitive scaffolding, deduplication against existing factor indexes, and real-data validation. This Skill automates that entire production pipeline so each new factor ships as a complete standalone Skill folder. ## Core Features & Use Cases - Batch Factor Skill Generation: Creates one standalone Skill folder per factor containing SKILL.md, bilingual README, scripts/factor.py, scripts/validate.py, references/formula.md, and agents/openai.yaml. - Real-Market Validation: Computes coverage, 5-day Rank IC, ICIR, Q5-Q1 spread, top-quintile turnover, and no-lookahead checks on cached AkShare A-share and Yahoo US panels, writing results to validation_real/result.json and report.md. - Index Management and Reporting: Deduplicates against existing factor indexes, maintains factor_index.json and merged combined indexes, and produces a batch evaluation report. - Use Case: You have 200 new factor ideas and an existing 1000-factor index. Run the batch script with --count 200 --start-id 1001 to generate, validate, and package all 200 factors while skipping any slugs already present in the prior index. ## Quick Start Ask the agent to use the skill-quant-factor-skill-factory to generate a new batch of OHLCV factor Skills starting from a given ID and validate them on the cached real market panel.