From clippy
Organize the user's Clippy clipboard history. Use when the user asks to clean up, sort, categorize, or triage their clipboard, or says things like "organize my clips", "my clipboard is a mess", or "file these clips into categories".
How this skill is triggered — by the user, by Claude, or both
Slash command
/clippy:clipboard-triageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help the user turn a pile of raw clips into an organized, categorized clipboard history. Work in small, confirmable steps. Never destroy data without explicit approval.
Help the user turn a pile of raw clips into an organized, categorized clipboard history. Work in small, confirmable steps. Never destroy data without explicit approval.
Survey. Call clippy_list_recent (limit 30-50) and clippy_list_categories. Summarize what is there: how many clips, what kinds (commands, URLs, code, prose), which are already categorized.
Propose. Group the uncategorized clips into a handful of themes and map each theme to an existing category when one fits. Only propose new categories when nothing existing fits, and keep the total small (a clipboard manager needs 5-10 categories, not 30). Show the user the plan as a table: clip id, title/preview, proposed category.
Apply. After the user approves (or adjusts) the plan:
clippy_create_category.clippy_set_category.clippy_get when a preview is too short to classify confidently.Report. List what was filed where, and anything left unclassified.
clippy_delete unprompted.clippy_get.npx claudepluginhub w159/clippy --plugin clippyGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates 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.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.