A collection of agent skills for Claude Code and 40+ other AI coding tools.
npx skills add recrsn/claude-pluginsOr install a specific skill:
npx skills add recrsn/claude-plugins --skill deslopRemove all unnecessary changes introduced in this branch — noisy comments, defensive boilerplate, debug logging, any casts, and commented-out code.
Generate unit tests for code changed in this branch.
Review code changed in this branch for cohesiveness — single responsibility, misplaced logic, coupling, scattered features — and execute refactors.
Split large files changed in this branch into manageable chunks following language best practices — one component per file, ducks pattern, one class per file, etc.
Migrate an Electron app to Electrobun. Runs a compatibility audit first, then migrates IPC, windows, preload, menus, dialogs, and build config to Electrobun equivalents.