How this skill is triggered — by the user, by Claude, or both
Slash command
/git-expert:git-cleanThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Clean the working tree by removing untracked files and directories.
Clean the working tree by removing untracked files and directories.
git clean -ngit clean -fgit clean -fdgit clean -fxgit clean -fdxgit clean -igit clean -e <pattern>Triggered when user says "clean untracked", "remove untracked files", "clean working directory".
ALWAYS do a dry run (-n) first before actual removal. Warn about irreversible deletion.
npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin git-expertCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.