Agent skill · Data & Analytics

backtest-strategy

Guide agents through backtesting strategy ideas with automatic data fetching and performance analysis

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill backtest-strategy --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/backtest-strategy/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## When to use Use this skill when you are: - Backtesting an existing strategy from `wayfinder_paths/strategies/` - Validating a new trading strategy idea before production deployment - Analyzing historical performance (Sharpe, drawdown, CAGR, funding PnL) - Testing any strategy type: momentum, delta-neutral, yield rotation, carry trade - Testing different leverage levels or parameter combinations ## How to use **First, determine if you're backtesting an existing strategy or a new idea:** ### Backtesting an existing strategy (from `wayfinder_paths/strategies/`) Load these rules: 1. **[rules/backtesting.md](rules/backtesting.md)** — **Always load first.** Config reference, stats format, gotchas. 2. **[rules/existing-strategies.md](rules/existing-strategies.md)** — **REQUIRED for existing strategies.** Workflow for reading strategy source code, extracting parameters, fetching real Delta Lab data, and faithfully reproducing signal logic. Never use generic helpers with default parameters for existing strategies. 3. Load the strategy-type-specific rule if applicable (yield-strategies.md). ### Backtesting a new strategy idea Load these rules in order (most to least specific for your stra

What's inside
Steps it walks through
  1. When to use
  2. How to use
  3. Backtesting an existing strategy (from wayfinderpaths/strategies/)
  4. Backtesting a new strategy idea
  5. Examples
  6. Strategy type → helper cheat sheet
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the backtest-strategy skill do?

Guide agents through backtesting strategy ideas with automatic data fetching and performance analysis

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill backtest-strategy --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going