optimera

Drive objective-defined experiments and record results for metric-driven optimization.

3|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jgabor/agentera --skill optimera
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimera
Source: https://github.com/jgabor/agentera/tree/main/skills/optimera
Command: npx skills add https://github.com/jgabor/agentera --skill optimera

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Optimera enables metric-driven optimization by driving objective-defined experiments and recording results for evidence-based decisions. It coordinates iterative evaluation harnesses, keeps decision trails, and enforces safety rails to prevent regressions. On activation, it consumes per-objective artifacts under .agentera/optimera and reads references to guide experiments.

Core Features & Use Cases

  • Coordinate objective-driven experiments and eval harnesses to improve measurable software metrics.
  • Maintain per-objective artifacts in .agentera/optimera/<objective>/ including OBJECTIVE.md and EXPERIMENTS.md to track progress and decisions.
  • Enforce guardrails (safety rails, plateau detection, and keep/discard decisions) to prevent regressions and focus exploration.
  • Interpret natural-language triggers like optimera, optimize, or run experiments to start the optimization workflow.

Quick Start

Initiate a brainstorm to define the objective, then launch the first experiment with the optimera trigger.

Frequently Asked Questions about optimera

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

FAQPage Schema
How do I run metric-driven optimization experiments to improve software performance?

Metric-driven optimization experiments require an iterative evaluation harness to drive objective-defined tests and record results for evidence-based decisions. Optimera coordinates these harnesses and maintains per-objective artifacts to track progress and prevent regressions.

What is the best way to prevent regressions during iterative code optimization?

Preventing regressions during iterative code optimization requires enforcing safety rails and plateau detection. Optimera applies these guardrails alongside keep or discard decisions to focus exploration and ensure measurable metrics do not degrade during experiments.

How do I structure artifacts for tracking software optimization experiments and decisions?

Tracking software optimization experiments requires storing artifacts in a dedicated directory with objective and experiment files. Optimera maintains per-objective artifacts including objective definitions and experiment logs to keep decision trails for evidence-based analysis.

Can I use natural language triggers to start an optimization workflow?

You can use natural language triggers to start an optimization workflow. Optimera interprets triggers like optimize or run experiments to initiate the process, which begins with brainstorming to define the objective before launching the first experiment.

Do I need to define an objective before running optimization experiments?

Defining an objective before running optimization experiments is required. Optimera consumes per-objective artifacts to guide the iterative evaluation harnesses, ensuring that experiments are driven by clearly defined measurable goals from the start.