jgreathouse9

Agents Estimators — Development agent for Claude Code

Development community

Estimator Architecture Guide.

How to install Agents Estimators

Installs to ~/.claude/agents/jgreathouse9-mlsynth-agents_estimators.md

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

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

What Agents Estimators does

Estimator Architecture Guide

This document defines the architectural conventions used throughout the `mlsynth` estimator ecosystem.

Agents should prioritize consistency with existing estimator structure over introducing novel abstractions.

The repository is designed around:

  • typed configurations
  • structured orchestration
  • decomposed statistical pipelines
  • standardized outputs
  • explicit exception semantics
  • reusable helper modules

New estimators should extend these conventions rather

Alternatives in Development

  • Django Pro — You are a Django expert specializing in Django 5.x best practices, scalable architecture, and modern 31.9k ★
  • Tech Stack Researcher — Use this agent when the user is planning new features or functionality and needs guidance on technology choice 1.5k ★
  • [Breakthrough Title] — Date: YYYY-MM-DD Tags: #performance #architecture #algorithm (relevant tags) 1.3k ★

Full documentation available on GitHub

View Source Repository