seed-skill-pruner

Parse skill_used events and output a markdown prune report.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JBODE-mhhs/Zeus2.0-public --skill seed-skill-pruner
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seed-skill-pruner
Source: https://github.com/JBODE-mhhs/Zeus2.0-public/tree/main/community/seeds/seed-skill-pruner
Command: npx skills add https://github.com/JBODE-mhhs/Zeus2.0-public --skill seed-skill-pruner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Agents accumulate skills and some may go unused for long periods. The Seed: Skill Pruner reads the agent's skill_used event log, computes per-skill last-touched timestamps, and suggests prune candidates. It is conservative and never deletes without confirmation.

Core Features & Use Cases

  • Enumerates installed skills and checks their usage history to identify candidates for pruning.
  • Reads skill_used events to compute last-used timestamps per skill.
  • Outputs a human-friendly markdown prune report for review, ensuring no deletions occur without confirmation.

Quick Start

Run the seed-skill-pruner to generate a prune report for your agent and review the recommended candidate skills before deletion.

Frequently Asked Questions about seed-skill-pruner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is a skill pruning report and how does it help with agent maintenance?▼

A skill pruning report is a human-friendly markdown document listing unused skills flagged as prune candidates. It enumerates installed skills, checks usage history, and computes last-used timestamps to guide safe fleet maintenance audits.

How do I generate a markdown report of prune candidates for an agent audit?▼

No, you cannot safely automate pruning without manual confirmation. The process is conservative and outputs a markdown prune report specifically to ensure no deletions occur without human review.

How do I generate a markdown report of prune candidates for an agent audit?▼

No, you cannot safely automate pruning without manual confirmation. The process is conservative and outputs a markdown prune report specifically to ensure no deletions occur without human review.

What is a skill pruning report and how does it help with agent maintenance?▼

A skill pruning report is a human-friendly markdown document listing unused skills flagged as prune candidates. It enumerates installed skills, checks usage history, and computes last-used timestamps to guide safe fleet maintenance audits.

How do I identify unused skills installed on my agent for cleanup?▼

To identify unused skills for cleanup, parse the agent's skill_used events to compute last-used timestamps per skill. This process classifies prune candidates and outputs a markdown report for human review before any deletion occurs.