configure

Configure CodeEvolve defaults in a YAML config at .codeevolve/config.yaml.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/nmintzer-oswego/claude-code-evolve --skill configure-nmintzer-oswego
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure
Source: https://github.com/nmintzer-oswego/claude-code-evolve/tree/main/codeevolve/skills/configure
Command: npx skills add https://github.com/nmintzer-oswego/claude-code-evolve --skill configure-nmintzer-oswego

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configures CodeEvolve default settings to standardize iterations, speedup threshold, and objective across projects, enabling repeatable optimization runs.

Core Features & Use Cases

  • Set default_objective to time for wall-clock speedups.
  • Configure default_iterations (recommended 20, with common range 10-100).
  • Define min_speedup_threshold to filter insignificant improvements and ensure reliable results.

Quick Start

Generate the default CodeEvolve config at the project root using the included Python snippet to save .codeevolve/config.yaml.

Frequently Asked Questions about configure

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

FAQPage Schema
How do I set CodeEvolve defaults for repeatable optimization runs?

To set CodeEvolve defaults, generate a YAML configuration file at `.codeevolve/config.yaml` to standardize iterations, speedup threshold, and objective across projects for deterministic evolution runs.

What is the recommended default_iterations value for CodeEvolve projects?

The recommended default_iterations value for CodeEvolve projects is 20, though the common configuration range spans from 10 to 100 iterations depending on your specific optimization requirements.

How does min_speedup_threshold filter CodeEvolve results?

The min_speedup_threshold filters insignificant improvements in CodeEvolve by setting a baseline requirement, ensuring only reliable and measurable performance gains are recorded during evolution runs.

Can I configure CodeEvolve to use time as the default objective?

Yes, you can configure CodeEvolve to use time as the default_objective in the `.codeevolve/config.yaml` file to target wall-clock speedups during your optimization runs.

Do I need a YAML config file to standardize CodeEvolve settings across projects?

Yes, standardizing CodeEvolve settings requires creating a YAML config at `.codeevolve/config.yaml` with keys for default_objective, default_iterations, and min_speedup_threshold to enforce reproducible defaults.