Loading...
Loading...
Found 54 Skills
Remove LLM-generated code patterns that add noise without value. Use when reviewing diffs, PRs, or branches to clean up AI-generated code. Triggers include requests to "remove slop", "clean up AI code", "review for AI patterns", or checking diffs against main for unnecessary verbosity, redundant checks, or over-engineering introduced by LLMs. Language-agnostic.
Apply systematic code refactoring with small steps, clear boundaries, and proven techniques. Use when improving existing code, reducing technical debt, cleaning up legacy code, or when user mentions refactoring, code cleanup, or code improvement.
Prepare branch for code review by building context, identifying issues, and suggesting improvements
Knip finds unused files, dependencies, exports, and types in JavaScript/TypeScript projects. Plugin system for frameworks (React, Next.js, Vite), test runners (Vitest, Jest), and build tools. Use when cleaning up codebases, optimizing bundle size, or enforcing strict dependency hygiene in CI.
Author's cleanup checklist before committing or submitting a PR. Use before any commit or PR to ensure code is clean, focused, and ready for review. Checks for debug code, secrets, redundant changes, and scope creep.
Remove AI-style noise from staged and branch diffs while preserving behavior and repository style.
Remove AI-generated code slop and clean up code style
Remove AI code slop
Simplify and clean code
Use this when the user asks to refactor, clean up, optimize, or improve code quality.
Review changed code for reuse, quality, and efficiency, then fix any issues found.
Refactor code to simplify it without changing behavior.