From tin-star
Run branch hygiene scan — stale branches, divergence, naming violations. Use /loop 30m /sweep for background monitoring.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tin-star:sweepThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run `tinstar sweep` in the current project directory and report the results.
Run tinstar sweep in the current project directory and report the results.
If issues are found, summarize them and suggest actions:
git branch -d <name>git remote prune origingit pull --rebase to sync with upstreamIf no issues are found, report that branch hygiene is clean.
For background monitoring during long sessions, users can run:
/loop 30m /sweep
Whole-repo audit for over-engineering: finds dead code, unnecessary abstractions, stdlib-replaceable dependencies. Outputs ranked findings and net line/dep savings.
npx claudepluginhub earchibald/claude-marketplace --plugin tin-star