simplify
π―Skillfrom brianlovin/claude-config
Expert code simplification skills for Claude Code that refine recently modified code for clarity and consistency while preserving exact functionality.
Overview
Simplify is a skill from brianlovin/claude-config that acts as an expert code simplification specialist, automatically refining recently modified code for clarity, consistency, and maintainability without changing functionality. It applies project-specific coding standards from CLAUDE.md and balances simplification with readability, avoiding overly compact or clever solutions.
Key Features
- Functionality-Preserving Refactoring - Simplifies code structure by reducing unnecessary complexity, eliminating redundant abstractions, and improving naming while never altering what the code does
- Project Standards Enforcement - Follows established coding standards including ES modules with proper import sorting,
functionkeyword over arrow functions, explicit return types, and React component patterns - Anti-Cleverness Design - Explicitly avoids nested ternary operators, overly dense one-liners, and solutions that prioritize fewer lines over readability and debuggability
- Scope-Aware Operation - Only refines code that was recently modified or touched in the current session unless explicitly instructed to review broader scope
- Autonomous Proactive Refinement - Operates autonomously after code is written or modified, proactively applying simplification without requiring explicit requests
Who is this for?
This skill is designed for developers who want an automated code quality pass after writing or modifying code, ensuring consistency with project standards and improved readability. It is ideal for teams that follow strict coding conventions and want Claude to act as an always-on code reviewer that catches complexity creep and style inconsistencies.
Same repository
brianlovin/claude-config(18 items)
Installation
npx vibeindex add brianlovin/claude-config --skill simplifynpx skills add brianlovin/claude-config --skill simplify~/.claude/skills/simplify/SKILL.mdSKILL.md
More from this repository10
Expert code simplification skills for Claude Code that refine recently modified code for clarity and consistency while preserving exact functionality.
Knip code cleanup skill for finding and removing unused files, dependencies, and exports from codebases using a configuration-first workflow
Accessibility and visual design review skill (Rams) for reviewing UI code against WCAG 2.1 compliance and design issues, checking alt text, form labels, focus management, and color contrast
Expert code simplification skills for Claude Code that refine recently modified code for clarity and consistency while preserving exact functionality.
Automates web interactions by navigating, analyzing, and manipulating web pages through browser commands and element references.
CLAUDE.md refactoring skill for reorganizing CLAUDE.md files to follow progressive disclosure principles with length checking, verification sections, and .claude/rules/ extraction
Favicon generation skill for creating a complete set of favicons from a source image using ImageMagick and updating HTML with appropriate link tags
A skill creator tool from a Claude Code configuration repository that promotes Bun as the default runtime with command mappings and development patterns.
A Claude Code skill for using Bun as the default JavaScript/TypeScript runtime and package manager, with command mappings from Node.js, npm, and vite to Bun equivalents.
Sentry integration skill providing error monitoring and performance tracing patterns for Next.js applications.