Reuse Check banner
maibach-systems maibach-systems

Reuse Check

Development community

Description

--- description: "Check codebase for existing patterns before building new ones." --- # /reuse-check Scans the codebase for existing patterns relevant to what is about to be built. Prevents duplication by surfacing what already exists and how to use or extend it. Run this before implementing any new feature, component, type, or utility. ## Steps ### 1. Read Inventory Files Read in parallel: - Root `CLAUDE.md` and any `CLAUDE.md` in subdirectories - Any project inventory files (`packages/typ

Installation

Installs to ~/.claude/skills/maibach-systems-maibach-tweaks-reuse-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/maibach-systems-maibach-tweaks-reuse-check && curl -fsSL https://raw.githubusercontent.com/maibach-systems/maibach-tweaks/HEAD/commands/reuse-check.md -o ~/.claude/skills/maibach-systems-maibach-tweaks-reuse-check/SKILL.md

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

Full documentation available on GitHub

View Source Repository