From nomad
Prune host-local backup snapshots. Defaults to removing dirs older than 14 days; pass --keep <N> to retain the N newest instead, or --dry-run to preview.
How this command is triggered — by the user, by Claude, or both
Slash command
/nomad:clean [--keep <N> | --older-than <dur>] [--dry-run]The summary Claude sees in its command listing — used to decide when to auto-load this command
!`nomad clean --backups $ARGUMENTS`
!nomad clean --backups $ARGUMENTS
npx claudepluginhub funkadelic/claude-nomad --plugin nomad/cleanAutomatically detects project language and fixes linting, formatting, and static analysis issues across the entire codebase.
/cleanAutomatically detects project language and fixes linting, formatting, and static analysis issues across the entire codebase.
/cleanRemoves old sprint directories in .claude/sprint/ after listing, user confirmation, git safety checks, and optional archiving. Supports --all, --keep-latest, --keep N quick flags.
/cleanAnalyzes recent changes in commit range, unstaged files, or context for dead code, orphaned artifacts from failed branches; generates validated cleanup tasks and reports.
/cleanRemoves temporary test fixtures from tmp/ directory (e.g., cloned bktide repos). Lists contents and sizes first, deletes, and confirms space freed.