Codebase Health banner
oalders oalders

Codebase Health

AI community

Description

--- description: Codebase health check for AI optimization - token efficiency, discoverability, and code quality --- # Codebase Health Check ## Overview Automated analysis of codebase organization optimized for AI consumption. Checks for: (1) Dead code and token waste, (2) Discoverability issues, (3) Code duplication, (4) Dependency health. ## When to Use Run periodically (monthly or before major releases) to ensure codebase remains AI-friendly. ## Steps ### 1. Determine Scope Check conv

Installation

Installs to ~/.claude/skills/oalders-kitchen-sink-codebase-health/SKILL.md

Terminal
mkdir -p ~/.claude/skills/oalders-kitchen-sink-codebase-health && curl -fsSL https://raw.githubusercontent.com/oalders/kitchen-sink/HEAD/commands/codebase-health.md -o ~/.claude/skills/oalders-kitchen-sink-codebase-health/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository