ce-optimize

Automate metric-driven iterative optimization to discover best code or configuration variants.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/yxc023/agent-config-studio --skill ce-optimize-yxc023
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-optimize
Source: https://github.com/yxc023/agent-config-studio/tree/main/.opencode/skills/ce-optimize
Command: npx skills add https://github.com/yxc023/agent-config-studio --skill ce-optimize-yxc023

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The Skill automates the process of running metric-driven iterative optimization experiments to discover the best code or configuration variants under a repeatable harness.

Core Features & Use Cases

  • Build and validate a measurement harness
  • Run multiple variants in controlled batches
  • Compare results using hard metrics or LLM-based judge scores
  • Automatically manage worktrees, dependencies, and result logs to ensure auditability

Quick Start

Run an optimization spec to discover the best configuration for your codebase using a repeatable measurement harness.

Frequently Asked Questions about ce-optimize

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

FAQPage Schema
How do I automate metric-driven optimization for code improvements?

Automate metric-driven optimization by running iterative experiments to discover the best code variants using a repeatable measurement harness that evaluates hard metrics or LLM-based judge scores.

Can I use an LLM-based judge score to guide iterative code optimization?

You can use an LLM-based judge score to guide iterative code optimization by configuring the measurement harness to evaluate and compare configuration variants automatically across controlled batches.

How do I manage worktrees for parallel code optimization experiments?

Manage worktrees for parallel code optimization experiments by using the automated harness to handle dependencies, run variants in controlled batches, and maintain logged state with per-experiment measurements.

Does metric-driven optimization support clustering quality and search relevance evaluation?

Metric-driven optimization supports evaluating clustering quality and search relevance by targeting problems where a scalar hard metric can guide iterative improvements and compare variant performance.

What are the limitations of using a measurement harness for configuration optimization?

Limitations of using a measurement harness include requiring a repeatable scalar metric or judge score to guide improvements, meaning problems without quantifiable baseline measurements cannot be evaluated effectively.