init

Initialize a DRIVER project with directories and a placeholder README.

3|1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/CinderZhang/driver-plugin --skill init-cinderzhang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init
Source: https://github.com/CinderZhang/driver-plugin/tree/main/skills/init
Command: npx skills add https://github.com/CinderZhang/driver-plugin --skill init-cinderzhang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill sets up the foundational directory structure for new finance and quantitative projects following the DRIVER methodology, ensuring a clean and organized start.

Core Features & Use Cases

  • Project Scaffolding: Creates essential directories (product/, product/sections/) and a placeholder README.md.
  • Existing Project Check: Detects if a DRIVER project already exists and prompts the user for action.
  • Use Case: A quantitative developer starting a new project to build a valuation tool would use this Skill to quickly establish the project's initial file and folder layout.

Quick Start

Use the init skill to initialize a new DRIVER project.

Frequently Asked Questions about init

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

FAQPage Schema
How do I set up a new project for quantitative finance development?

This Skill initializes finance and quantitative projects by creating a minimal directory structure and a placeholder README file. It ensures adherence to the DRIVER methodology's initial stages for a clean and organized start.

What is the DRIVER methodology for project initialization?

The DRIVER methodology provides a foundational directory structure for finance and quantitative projects. This Skill executes its initial stage by creating essential directories like `product/` and `product/sections/` for standardized setup.

Can I initialize a DRIVER project if a directory already exists?

If a DRIVER project already exists, this Skill detects the existing setup and prompts the user for action before proceeding. This prevents accidental overwrites and ensures safe project initialization.

What files and folders are created during DRIVER project scaffolding?

DRIVER project scaffolding creates a minimal directory structure including `product/` and `product/sections/` folders, along with a placeholder `README.md` file. This provides the baseline layout for finance tool development.

Do I need any dependencies to set up a quantitative project structure?

No dependencies are required to set up this quantitative project structure. The Skill independently creates the minimal directory layout and placeholder README file for DRIVER methodology initialization.