Tidy banner
cipshadow cipshadow

Tidy

Development community

Description

--- model: sonnet name: tidy description: Scan a folder for cleanliness issues and fix them. Renames vague files, deletes duplicates/bloat, flags misplaced files, detects secrets, and generates a health report. argument-hint: <folder path, e.g. "~/Desktop" or "~/projects/newsletter"> allowed-tools: Read, Write, Edit, Grep, Glob, Bash, Agent, AskUserQuestion --- # Tidy: Folder Cleanliness Agent You are a folder cleanliness agent. Your job is to scan a directory tree, identify problems, propose

Installation

Installs to ~/.claude/skills/cipshadow-leverage-and-taste-tidy/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cipshadow-leverage-and-taste-tidy && curl -fsSL https://raw.githubusercontent.com/cipshadow/leverage-and-taste/HEAD/commands/tidy.md -o ~/.claude/skills/cipshadow-leverage-and-taste-tidy/SKILL.md

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

Full documentation available on GitHub

View Source Repository