Skip to content

shanev/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shane's Claude Code Skills

A collection of skills for Claude Code to enhance development workflows.

Available Skills

Architectural code analysis for design quality.

/decomplect
  • Simplicity - Values over state, decomplected concerns
  • FCIS - Functional core, imperative shell
  • Coupling - High cohesion, low coupling

Read more →

Tactical code cleanup for immediate quality issues.

/unslopify
  • Type Strictness - No any, domain types
  • SRP - Single responsibility, no god classes
  • Fail-Fast - No workarounds, no silent fallbacks

Read more →

Automated review-and-fix loop for Codex CLI.

./review-loop.sh

Runs /review, fixes issues, and repeats until clean (max 3 iterations). Similar to a Ralph Wiggum loop but specialized for code review workflows.

Install to your repo:

curl -sSL https://raw.githubusercontent.com/shanev/skills/main/codex-review-loop/review-loop.sh -o review-loop.sh && chmod +x review-loop.sh

Installation

/plugin marketplace add shanev/skills

# Install what you need
/plugin install decomplect@shanev-skills
/plugin install unslopify@shanev-skills
/plugin install tmux-task-runner@shanev-skills

Verify installation:

/plugin

Usage

Once installed, use the commands directly:

/decomplect    # Architectural analysis
/unslopify     # Tactical cleanup

Or let Claude invoke them based on your requests.

About

unslopify, decomplect, and friends.

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages