boy-scout-rule

Official

Leave the campground cleaner: small, focused improvements.

AuthorTheBushidoCollective
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill promotes making small, focused improvements whenever you touch code to keep the codebase healthier over time.

Core Features & Use Cases

  • Focused Improvements: Remove dead code, fix small lint issues, rename poorly named variables, and add missing types.
  • Non-Disruptive: Avoid large rewrites, avoid changing behavior without tests.
  • Documentation in Commit: Record Boy Scout improvements in the commit message.

Quick Start

While editing, scan for a single minor improvement (e.g., rename a variable), implement it, run tests, and commit with a note about the improvement.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: boy-scout-rule
Download link: https://github.com/TheBushidoCollective/han/archive/main.zip#boy-scout-rule

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository