Leaderboard/Data/optim-agent
Last commit on July 26, 2026·Created on July 7, 2026

Optim-Agent/optim-agent

Automates the tuning of configurable system parameters against measurable scalar objectives
Combined rank
#337
across all skills
In Data
#3
category rank
Stars
938
-0.1% in last 7d
Forks
42
0.0% in last 7d
Watchers
33
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

Optim-agent assists machine learning engineers and researchers in refining hyperparameters for model training, inference, and reinforcement learning. It is designed for expensive black-box evaluations where analyzing the project structure can improve trial selection.

The tool provides a structured approach to optimizing quantitative strategies and scientific workflows, reducing the manual effort required to reach peak performance in complex system configurations.

WHO IT'S FOR
Machine Learning Engineers
optimizing model training and inference parameters
Quantitative Researchers
tuning quantitative strategies via black-box evaluations
RL Researchers
optimizing reinforcement learning hyperparameters
Scientific Computing Engineers
tuning parameters for scientific workflows
Repository contents

3 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

I’m using

Codex skill with stable Python package

Installs: Optim-Agent/optim-agent Codex skill repository · Codex

Before you start
  • Python
  • File access and shell access
  • At least one authenticated agent CLI on PATH: claude, codex, or opencode
  1. Enter this command in a Codex agent session, not in a terminal.

    $skill-installer install https://github.com/Optim-Agent/optim-agent
  2. In a terminal, install the stable Python package so it is importable. This option uses the stable source; do not also install the GitHub source variant.

    python -m pip install optim-agent
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Prepare a pre-trial optimization brief

Uses optim-agent

  • Project workspace containing the evaluation code
  • Path replacing <evaluation-entry-point>
  • Paths replacing <parameter-definition-files>
  • Measurable scalar objective and minimize/maximize direction
  • Trial budget
  • Evaluation command
  • Runtime or cost limit
  • Fixed workload or seed
Use the optim-agent skill to inspect <evaluation-entry-point> and <parameter-definition-files>. Prepare a concise pre-trial brief covering each tunable parameter's type, legal range, meaning, interactions, and operational constraints; the measurable scalar objective and whether to minimize or maximize it; the proposed trial budget; the exact evaluation command; runtime or cost limits; the fixed workload or seed; and the current/default configuration to use as the baseline. Treat the angle-bracketed paths as placeholders for my project files. Do not run any trials yet.
SKILL.md · Checked Sep 18, 2026