By shanev
Run architectural analysis using Rich Hickey's decomplection principles, evaluating simplicity, functional core/imperative shell separation, and coupling. Git-aware agents review code diffs for high cohesion, low coupling, modularity, purity, and testability issues to identify unnecessary complexity.
Analyzes code for high-cohesion and low-coupling principles. Evaluates module boundaries, dependency direction, and interface design. Use when reviewing code architecture, checking for circular dependencies, or assessing modularity.
Analyzes 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 code architecture for separation of pure logic from side effects.
Analyzes code for Rich Hickey's simplicity principles - decomplection, values over state, pure functions. Use when reviewing code for unnecessary complexity, complected concerns, or checking if code "would get a good grade from Rich Hickey." Triggers on requests about simplicity, complexity, decomplection, or Rich Hickey.
A collection of skills for Claude Code to enhance development workflows.
Architectural code analysis for design quality.
/decomplect
Tactical code cleanup for immediate quality issues.
/unslopify
any, domain typesAutomated review-and-fix loop for Codex CLI.
./review-loop.sh
Runs /review, fixes issues, and repeats until clean (max 3 iterations). Similar to a Ralph Wiggum loop but specialized for code review workflows.
Install to your repo:
curl -sSL https://raw.githubusercontent.com/shanev/skills/main/codex-review-loop/review-loop.sh -o review-loop.sh && chmod +x review-loop.sh
/plugin marketplace add shanev/skills
# Install what you need
/plugin install decomplect@shanev-skills
/plugin install unslopify@shanev-skills
/plugin install tmux-task-runner@shanev-skills
Verify installation:
/plugin
Once installed, use the commands directly:
/decomplect # Architectural analysis
/unslopify # Tactical cleanup
Or let Claude invoke them based on your requests.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub shanev/skills --plugin decomplectTactical code cleanup: type strictness, single responsibility, and fail-fast patterns. Detects sloppy code, workarounds, and silent failures.
Tactical code cleanup: type strictness, single responsibility, and fail-fast patterns. Detects sloppy code, workarounds, and silent failures.
Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
Comprehensive code review with architecture, security, and PR enhancement
Reflective code review toolkit with structured analysis, blast radius analysis, domain expertise, and intelligent review orchestration
Self-review workflow: Simplifier + Scrutinizer for code quality
Unified review, refactoring, and cleanup workflows with specialized analysis agents