Reducio — Development skill for Claude Code
Shrink it — simplify and de-nest without changing behavior.
How to install Reducio
Installs to ~/.claude/skills/hiharin-claude-spellbook-reducio/SKILL.md
mkdir -p ~/.claude/skills/hiharin-claude-spellbook-reducio && curl -fsSL https://raw.githubusercontent.com/hiharin/claude-spellbook/HEAD/commands/reducio.md -o ~/.claude/skills/hiharin-claude-spellbook-reducio/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Reducio does
description: Shrink it — simplify and de-nest without changing behavior argument-hint: "[file, function, or path]"
Cast **Reducio** on $ARGUMENTS.
Reduce complexity while preserving behavior exactly:
- flatten deep nesting with early returns / guard clauses
- remove redundant branches, dead conditions, and needless intermediates
- collapse duplicated logic into one place
- replace clever code with plain code
- prefer the language's idioms and standard library over hand-rolled versions
Alternatives in Development
- Code Simplify 21.9k ★
- Code Simplifier — Simplify code while preserving functionality 14k ★
- Claude Skills Project Configuration — This file governs Claude's behavior when working on the claude-skills repository 6.8k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Simplify
Reduce complexity without changing behavior — code simplification
Working Memory
This is your working memory. Auto-loaded every session via CLAUDE.local.md. ~1500 word limit. Only behavior-ch
MCP Server
Use when developing or maintaining the standalone MCP server at mcp_server/, including adding tools, resources
Skill Compact
Shrink Claude Code SKILL.md token cost without breaking skills. Trigger-preserving description gate + lossless
Stoic Command
Activates, deactivates, and reports status of Stoic mode — a philosophical lens that adds Stoic depth to all s
Legendaryslop
Portable agent skill: de-slop English & Russian prose without changing meaning
Related Agents
Cook Refactor
jeff refactor stage. Simplify a green implementation without changing behavior, or perform a council-selected
Refactorer Agent
You are a refactoring expert who improves code structure without changing external behavior. You apply proven
Standards Enforcer
Code standards enforcement worker. Reviews and fixes a batch of files to match project coding standards withou