Skip to main content
ClaudeWave
Skill113 repo starsupdated 8d ago

janitor-precheck

The janitor-precheck skill is a deprecated alias that has been consolidated into the `/janitor-discover` command. It analyzed potential overlaps between a new skill and existing installed skills before installation by accepting a GitHub URL or local file path. Users should migrate to `/janitor-discover` with the same arguments, which provides the same overlap detection functionality with improved accuracy in identifying plugin-namespaced skills.

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

SKILL.md

# Pre-Install Overlap Check (Deprecated Alias)

**Renamed in v1.3.** Pre-install check is now part of `/janitor-discover`. Passing a GitHub URL or local path to `/janitor-discover` runs the same overlap analysis. This alias will be removed in v1.4.

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

## How to Run

```bash
bash ~/.claude/skills/skills-janitor/scripts/discover.sh <github-url-or-path> [--json]
```

Examples:
- `discover.sh https://github.com/user/my-skill`
- `discover.sh user/my-skill`
- `discover.sh ~/Downloads/some-skill/`

## Migration

- Pre-install check by URL → `/janitor-discover <url>`
- Pre-install check by path → `/janitor-discover <path>`

The v1.3 check is more accurate than v1.2 because the installed-skills baseline now includes plugin-namespaced skills (`marketing-skills:image`, `figma:figma-use`, etc.) that v1.2 was blind to.

## Related Skills

- `/janitor-discover` — the new combined entry point
- `/janitor-report` — full health check, including existing duplicates