zby/llm-do

"Extend with llm, stabilise with code" - Prompts when you're exploring, Python when you're certain. Workers and tools form one function space—refactor between them.

20Stars on the repository
26Mods indexed here, across every type
6mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

coupling-analyzer

01

zby/llm-do

Agent Claude Code

Analyzes Python code for high-cohesion and low-coupling principles. Evaluates module boundaries, dependency direction, and interface design. Use when reviewing Python code architecture, checking for circular dependencies, or assessing modularity.

20 6mo ago A 50 tokens

fcis-analyzer

02

zby/llm-do

Agent Claude Code

Analyzes Python code for Functional Core, Imperative Shell pattern. Detects business logic mixed with I/O, side effects in pure functions, and testability issues. Use when reviewing Python code architecture for separation of pure logic from side effects.

20 6mo ago A 53 tokens

simplicity-analyzer

03

zby/llm-do

Agent Claude Code

Analyzes Python code for Rich Hickey's simplicity principles - decomplection, values over state, pure functions. Use when reviewing Python code for unnecessary complexity, complected concerns, or checking if code "would get a good grade from Rich Hickey." Triggers on requests about simplicity, complexity…

20 6mo ago A 75 tokens