A Claude Code plugin that integrates ghostkill into your Claude Code sessions — automatically scanning your macOS environment at session start and providing on-demand diagnostics via a slash command.
- Session Start Hook: Automatically scans your macOS environment when a Claude Code session begins. Warns you about zombie processes, resource pressure, or other issues — silently if everything is clean.
/ghostkillSkill: A slash command to run ghostkill diagnostics on demand from within Claude Code.
- ghostkill binary installed and on your PATH
- Claude Code
/plugin marketplace add minislively/ghostkill
/plugin install ghostkill
Every time you start a Claude Code session, ghostkill silently scans your environment. If issues are detected, you will see a brief warning with actionable next steps.
In any Claude Code session:
| Command | Action |
|---|---|
/ghostkill |
Full diagnostic scan |
/ghostkill fix |
Scan and auto-fix safe issues |
/ghostkill app <name> |
Detailed info for a specific process |
/ghostkill ai |
Generate an AI prompt for detected issues |
ghostkill-plugin/
README.md
.claude-plugin/
plugin.json
skills/
ghostkill/
SKILL.md
hooks/
hooks.json