Skip to main content
ClaudeWave
Skill113 repo starsupdated 8d ago

janitor-usage

The janitor-usage skill is a deprecated alias that has been replaced by /janitor-value, which provides a combined view of both usage metrics and token costs sorted by waste. When invoked, it runs the value.sh script to display which skills are being used, with historical usage data still accessible through the raw JSON file at ~/.claude/skills/skills-janitor/data/usage-history.json.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/khendzel/skills-janitor /tmp/janitor-usage && cp -r /tmp/janitor-usage/skills/janitor-usage ~/.claude/skills/janitor-usage
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Usage Tracking (Deprecated Alias)

**Renamed in v1.3.** Usage and token-cost are now merged into one view: `/janitor-value`. The combined report sorts skills by waste (heavy + unused first), which is more useful than seeing usage alone. This alias will be removed in v1.4.

When invoked, run `/janitor-value` and mention the rename in one short line at the top.

## How to Run

```bash
bash ~/.claude/skills/skills-janitor/scripts/value.sh [--weeks N] [--json]
```

## Migration

- Just usage data → still available via `value.sh` (usage is shown in the combined table)
- Raw JSON usage history → `~/.claude/skills/skills-janitor/data/usage-history.json` (unchanged)

## Related Skills

- `/janitor-value` — the new combined view
- `/janitor-report` — full health check