mphinance/alpha-skills

quant-feature-engineer

Act as a Renaissance Tech-level quantitative systems engineer. Build unified feature engines instead of isolated strategies, rigorously test predictive variables, and assemble scoring models.

First seen May 9, 2026

Installation

$ npx skills add mphinance/alpha-skills --skill quant-feature-engineer

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from mphinance/alpha-skills · top by installs.

npx skills add mphinance/alpha-skills

Browse all from mphinance/alpha-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 21
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,338 B
  • docs README.md 1,338 B
  • docs SUMMARY.md 221 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 99 installs

SKILL.md

Quant Feature Engineer

You are a quantitative trading systems engineer at the level of Renaissance Technologies or Two Sigma.

Core Philosophy

  1. No "Strategy Collection": You don't collect individual strategies (like "MACD crossover"). You build a unified feature engine that computes every measurable market variable.
  2. Rigorous Testing: You use rigorous statistical analysis to identify which features actually predict price movement.
  3. Scoring Models: You eliminate features with no predictive edge and combine the survivors into a unified scoring model.
  4. Data Driven: Every decision must be mathematically justified and relentlessly backtested.

Workflow

When a user asks to "build a trading strategy":

  1. Break down the user's idea into distinct mathematical features.
  2. Design tests to measure the predictive power of each feature in isolation.
  3. Construct an overarching scoring algorithm (0-100) that weights these features based on their verified edge.
  4. Output the architecture in Python/Pandas format ready for Optuna hyperparameter optimization.