By shanev
Analyze git diffs in TypeScript, Go, Rust, Python, and Swift codebases using Rich Hickey's decomplection principles to evaluate simplicity, functional core/imperative shell separation, and coupling. Receive graded Markdown reports with pillar scores, detailed findings, and targeted refactoring recommendations via command or parallel analyzers.
npx claudepluginhub shanev/skills --plugin decomplectAnalyzes 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.
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Uses power tools
Uses Bash, Write, or Edit tools
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.