Post-session code review and cleanup against a working tree of changes. Analyzes git diff to simplify, consolidate, and align changed 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, or de-slop code. For @cyanheads/mcp-ts-core projects, includes specific transformations for tool/resource/prompt definitions, the ctx pattern, error factories, and framework idioms.
$npx -y skills add cyanheads/clinicaltrialsgov-mcp-server --skill code-simplifierInstalls into the current project.
Run `npx skills use "https://github.com/cyanheads/clinicaltrialsgov-mcp-server" --skill "cyanheads/clinicaltrialsgov-mcp-server/code-simplifier"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/cyanheads/clinicaltrialsgov-mcp-server" that are relevant to the current task. Run `npx skills add "https://github.com/cyanheads/clinicaltrialsgov-mcp-server"` and select the relevant skills, then follow their instructions.