From prune
Clean dead weight off a project board — duplicates, stale/obsolete cards, things already done, and zombie items no one will ever do. Proposes removals with reasons and gets confirmation before deleting. Provider-agnostic (local board.json, Trello, Jira) via board.py. Use when the user says "/prune", "clean up the board", "remove dead cards", "kill duplicates", "limpia el tablero", "elimina tarjetas muertas", "saca los duplicados". Bilingual (EN/ES).
How this skill is triggered — by the user, by Claude, or both
Slash command
/prune:pruneThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A board full of zombie cards hides the real work. Cut what's dead — but confirm before deleting, because deletion is hard to reverse.
A board full of zombie cards hides the real work. Cut what's dead — but confirm before deleting, because deletion is hard to reverse.
Work and report in the user's language (EN/ES).
python board.py status; if online, python board.py pull.python board.py rm "<name>" (local) / archived on the provider after push. Never bulk-delete without confirmation.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub jachana/claude-marketplace --plugin prune