strategy-generate

Generate, backtest, and validate quantitative trading strategies from user goals.

Updated May 15, 2026
One-click install
npx skills add https://github.com/philipcoller-777/Vibe-Trading-TV2 --skill strategy-generate-philipcoller-777
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: strategy-generate
Source: https://github.com/philipcoller-777/Vibe-Trading-TV2/tree/main/agent/src/skills/strategy-generate
Command: npx skills add https://github.com/philipcoller-777/Vibe-Trading-TV2 --skill strategy-generate-philipcoller-777

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create, modify, and optimize quantitative trading strategies, then backtest and evaluate them.

Core Features & Use Cases

  • Automates the end-to-end strategy generation workflow including parsing user intent, writing config.json, and scaffolding code for signal engines.
  • Supports iterative design through backtesting and evaluation of metrics in artifacts to guide refinements.
  • Useful for researchers and practitioners who want rapid prototyping of quantitative trading ideas and reproducible backtests.

Quick Start

Run the strategy-generate workflow to create a ready-to-backtest run directory containing config.json and code/signal_engine.py.

Frequently Asked Questions about strategy-generate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate and backtest a quantitative trading strategy from scratch?

To generate and backtest a quantitative trading strategy, this workflow parses your goals to produce a run directory containing config.json and code/signal_engine.py, then evaluates metrics against artifacts to guide iterative design refinements.

What is the best way to automate scaffolding for a signal engine?

Automating signal engine scaffolding involves generating code/signal_engine.py alongside a config.json file, enforcing an end-to-end workflow that includes syntax checks, backtesting, and result validation for reproducible quantitative trading runs.

Can I run multi-asset backtests using a single config.json file?

Yes, you can run multi-asset backtests using a single config.json file, as the strategy generation workflow explicitly supports both single-asset and multi-asset configurations for validating quantitative trading strategies against artifacts.

Does the strategy generation workflow support iterative design and optimization?

Yes, the strategy generation workflow supports iterative design by evaluating backtesting metrics in artifacts to guide refinements, allowing you to continuously optimize and validate your quantitative trading strategies for reproducible backtests.

What do I need to start prototyping quantitative trading ideas with automated backtesting?

You need to define your user goals to start prototyping quantitative trading ideas, which triggers the workflow to parse your intent, write config.json, and scaffold signal_engine.py code for automated backtesting and validation.