Skip to content

recrsn/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

agent skills by recrsn

A collection of agent skills for Claude Code and 40+ other AI coding tools.

Install

npx skills add recrsn/claude-plugins

Or install a specific skill:

npx skills add recrsn/claude-plugins --skill deslop

Skills

deslop

Remove all unnecessary changes introduced in this branch — noisy comments, defensive boilerplate, debug logging, any casts, and commented-out code.

utg

Generate unit tests for code changed in this branch.

cohesive

Review code changed in this branch for cohesiveness — single responsibility, misplaced logic, coupling, scattered features — and execute refactors.

organize

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.

electron-to-electrobun

Migrate an Electron app to Electrobun. Runs a compatibility audit first, then migrates IPC, windows, preload, menus, dialogs, and build config to Electrobun equivalents.

About

A collection of agent skills for Claude Code and 40+ other AI coding tools

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors