jgreathouse9

New Estimator — Development skill for Claude Code

Development community

Scaffold a new mlsynth estimator to the repository contract.

How to install New Estimator

Installs to ~/.claude/commands/jgreathouse9-mlsynth-new-estimator.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jgreathouse9/mlsynth/HEAD/.claude/commands/new-estimator.md -o ~/.claude/commands/jgreathouse9-mlsynth-new-estimator.md

Restart Claude Code, or start a new session, for it to be picked up.

What New Estimator does


description: Scaffold a new mlsynth estimator to the repository contract argument-hint: " [--paper ] [--dispatcher ]"

New Estimator

Create a new estimator that matches mlsynth's conventions exactly. Prefer continuation over reinvention — copy the nearest existing estimator's shape.

Checklist

  1. Configconfig_models.py: Config(BaseEstimatorConfig), typed Field(...) with descriptions, extra="forbid", validators raising `Mlsy

Alternatives in Development

  • Scaffold Review — review 一份已存在的 scaffold,找出它在 14-phase 工作流里漏了哪些环节 1.3k ★
  • Rb Init — Scaffold a new multi-agent repository from the RepoBrain template (invokes agent-repo-init skill) 1.3k ★
  • Ag Init — Scaffold a new multi-agent repository from the Antigravity template (invokes agent-repo-init skill) 1.2k ★

Full documentation available on GitHub

View Source Repository