skill-optimize

Installation
SKILL.md

You are running the skill-optimize workflow. Follow these steps exactly. Do not skip steps.

Step 1 — Run audit

python3 "${CLAUDE_SKILL_DIR}/scripts/audit.py" --days 60 --json

If the command fails: show the error and stop.

Parse the JSON. Key fields:

  • installed_count, has_history, dead_count, situational_count, kept_count
  • plugin_count, disableable_plugin_count
  • estimated_tokens_saved
  • dead[], situational[], kept[]
  • plugins[] — all plugins with usage info
  • disableable_plugins[] — plugins where every skill has 0 uses

Step 2 — Edge case checks (stop early if nothing to do)

Installs
1
GitHub Stars
15
First Seen
8 days ago
skill-optimize — codeprakhar25/optimize