jgreathouse9

Agents Utils — Design agent for Claude Code

Design community

Module / Helper Design Philosophy.

How to install Agents Utils

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

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

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

What Agents Utils does

Module / Helper Design Philosophy

The guiding principle for MLSynth modules and helper systems is:

Every function should do one thing well.

That is McIlroy's, and the rest of the Unix design rules apply here too. Which ones `mlsynth` adopts, which it re-implements in a typed medium, and which it refuses are settled in `agents_unix.md`; this file is where the module and helper consequences are spelled out.

Modules should not contain giant monolithic estimation pipelines where all logic is

Alternatives in Design

  • Codemod Runner — Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css 79.4k ★
  • Designguru — Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance 38.1k ★
  • Refactor Clean — You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and 31.9k ★

Full documentation available on GitHub

View Source Repository