Clean the roster by removing fully-closed crew records (archived first)
Scanned 9/5/2026
Install to Claude Code
npx -y skills add greerviau/wingman --skill wingman-prune --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Wingman Prune?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/greerviau-wingman-prune)More formats (shields.io, HTML) on the badges page.
---
name: wingman-prune
description: Clean the roster by removing fully-closed crew records (archived first)
argument-hint: "[--all-terminal] [--older-than-days N] [--dry-run]"
allowed-tools: Bash(bin/crew-prune:*), Bash($WINGMAN_BIN/crew-prune:*)
---
Run `$WINGMAN_BIN/crew-prune $ARGUMENTS` to clean the roster (if `$WINGMAN_BIN` is unset, fall back to `bin/crew-prune` resolved relative to this repo's own root).
By default it removes only fully-closed (`stood-down`) records, archiving each to `~/.wingman/crew-archive.jsonl` first so nothing is lost.
`--all-terminal` also removes `died` records; `--older-than-days N` restricts to records last updated more than N days ago; `--dry-run` shows what would go without changing anything.
Report how many records were pruned (or, for `--dry-run`, what would be removed).
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!