Reads invocation logs from eval_tracker and recommends which of the 50+ skills to prune or consolidate. Run monthly to keep the skill surface tight. Triggers: "audit skills", "prune skills", "which skills do I never use", "skill cleanup".
Scanned 9/11/2026
Install to Claude Code
npx -y skills add netanel-abergel/pa-skills --skill skill-pruner --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Skill Pruner?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/netanel-abergel-skill-pruner)More formats (shields.io, HTML) on the badges page.
---
name: skill-pruner
description: |-
Reads invocation logs from eval_tracker and recommends which of the 50+ skills to prune
or consolidate. Run monthly to keep the skill surface tight.
Triggers: "audit skills", "prune skills", "which skills do I never use", "skill cleanup".
---
# Skill Pruner
Keeps the skill surface tight by recommending removals based on real usage data.
## When to use
- Monthly cadence
- Before adding a new skill (check for an existing one to extend)
- When `skill-master` routing feels slow
## Process
1. Pull 30-day invocation report:
```bash
python -c "from tools.eval_tracker import skill_usage_report; import json; print(json.dumps(skill_usage_report(days=30), indent=2))"
```
2. Categorize skills:
- **Hot** (>10 invocations) — keep
- **Warm** (1–10) — keep, possibly merge with neighbors
- **Cold** (0 invocations) — propose removal or consolidation
3. For each cold skill, check `git log skills/<name>/` to see if it's brand new (<14 days = give it more time)
4. Output: ranked recommendation list with reasoning
## Output format
- Markdown table: skill | invocations | last modified | recommendation
- One-paragraph summary
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!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"