recursion agents

3 tagged recursion, measured the same way as everything else here.

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