Skip to main content
ClaudeWave
Skill113 repo starsupdated 8d ago

janitor-search

The janitor-search command is a deprecated alias for searching GitHub repositories containing Claude Code skills by keyword. Users should migrate to /janitor-discover, which combines search and pre-install checking functionality into a single entry point that automatically detects whether the input is a search keyword or GitHub URL.

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

SKILL.md

# Skill Discovery (Deprecated Alias)

**Renamed in v1.3.** Search and pre-install check are now merged into one entry point: `/janitor-discover`. The new command dispatches to the right mode based on whether you pass a keyword (search) or a URL (pre-install check). This alias will be removed in v1.4.

When invoked, run `/janitor-discover` with the same arguments and mention the rename in one short line at the top.

## How to Run

```bash
bash ~/.claude/skills/skills-janitor/scripts/discover.sh <keyword-or-url> [options]
```

All flags from the v1.2 search command (`--limit`, `--compare`, `--json`) work unchanged.

## Migration

- Keyword search → `/janitor-discover <keyword>`
- Compare mode → `/janitor-discover --compare <skill-name>`
- Pre-install check → `/janitor-discover <github-url>` (replaces `/janitor-precheck`)

## Related Skills

- `/janitor-discover` — the new combined entry point
- `/janitor-value` — check which existing skills you actually use before adding more