ce-optimize

Execute metric-driven optimization loops using a spec file and scoring gates.

1|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/FFCfelps1/SGPPF_Maua --skill ce-optimize-ffcfelps1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-optimize
Source: https://github.com/FFCfelps1/SGPPF_Maua/tree/main/.gemini/skills/ce-optimize
Command: npx skills add https://github.com/FFCfelps1/SGPPF_Maua --skill ce-optimize-ffcfelps1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, fastapi, sqlalchemy, pydantic, jwt, passlib, sqlite, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of optimizing complex metrics, like clustering quality, search relevance, or build performance, through iterative, metric-driven loops that converge on the best solution.

Core Features & Use Cases

  • Metric-Driven Optimization: Defines a measurable goal, runs parallel experiments, measures against hard gates or LLM-as-judge scores, keeps improvements, and converges on the best solution.
  • Use Case: Optimize the clustering quality of a dataset by systematically experimenting with different clustering parameters, measuring against predefined quality gates, and selecting the best model.

Quick Start

Run the ce-optimize skill with an optimization spec file, e.g., 'ce-optimize references/example-hard-spec.yaml'.

Frequently Asked Questions about ce-optimize

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

FAQPage Schema
How do I optimize clustering quality or search relevance through iterative experiments?

You can optimize clustering quality or search relevance by running metric-driven iterative loops that test parallel experiments, measure results against hard gates or LLM-as-judge scores, and keep improvements to converge on the best solution.

How does metric-driven optimization work for complex machine learning metrics?

Metric-driven optimization works by executing iterative loops using a defined spec file, applying hard gates and LLM-as-judge scores to systematically evaluate parallel experiments and converge on the best solution for complex metrics.

What is the best way to set up an iterative optimization loop for machine learning parameters?

The best way to set up an iterative optimization loop is defining a spec file that outlines your optimization goal, measurement harness, and scoring rubric, then running the optimization process to systematically select the best model parameters.

Do I need a spec file to run metric-driven optimization loops?

Yes, you need a spec file to run metric-driven optimization loops. The spec file must define the optimization goal, measurement harness, and scoring rubric to properly execute the iterative experiments and evaluate complex metrics.

Can I use LLM-as-judge scores to evaluate complex metrics like build performance?

Yes, you can use LLM-as-judge scores to evaluate complex metrics like build performance. The optimization process applies these scores alongside hard gates to measure parallel experiments and converge on the best solution.

When should I use an iterative optimization loop instead of manual parameter tuning?

You should use an iterative optimization loop instead of manual tuning when optimizing complex metrics like clustering quality or search relevance that require systematic experimentation, parallel testing, and measurable convergence via hard gates or LLM-as-judge scores.