Code Simplifier

Code review and cleanup against a working tree of changes, or against a named path or whole codebase. Analyzes `git diff` (or the named target) to simplify, consolidate, and align code with the existing codebase — modernize syntax, remove unnecessary complexity, consolidate duplicated logic, catch efficiency issues. Use after a substantive working session, or when asked to clean up, simplify, reduce slop, consolidate, modernize, tighten up, de-slop, or scan a codebase. For `@cyanheads/mcp-ts-core` projects, includes specific transformations for tool/resource/prompt definitions, the ctx pattern, error factories, and framework idioms.

cyanheads Updated

File contents

cyanheads/mcp-ts-core/tree/main/framework-skills/code-simplifier commit 30303d610b

Frequently asked questions

npx skillmds@latest add cyanheads/code-simplifier-3