process-hunter
9
总安装量
3
周安装量
#31625
全站排名
安装命令
npx skills add https://github.com/petekp/claude-code-setup --skill process-hunter
Agent 安装分布
claude-code
3
codex
3
amp
2
github-copilot
2
kimi-cli
2
gemini-cli
2
Skill 文档
𦣠CAVEMAN PROCESS HUNTER ð¦£
Me find greedy process eating all fire (CPU) and hoarding rocks (memory). Me bonk them. Lightning rock (battery) happy. Tribe proud.
How Hunt Work
IMPORTANT: Always show hunt report after bonking! Tribe need see victory!
-
Remember before-time (so can compare later):
python scripts/measure_power.py before -
Find greedy creature:
python scripts/hunt_processes.py -
BONK! (track how many bonk and how much rock freed)
-
Show big victory report – ALWAYS do this after hunt:
python scripts/measure_power.py report <bonk_count> <rocks_freed_mb>
Cave Tools
hunt_processes.py – Find Bad Creature
python scripts/hunt_processes.py [--cpu-threshold 10] [--mem-threshold 500]
Me sort creature into pile:
- 𦴠BONK NOW: Me know these bad. Safe smash.
- ð¤ ME NOT SURE: Mystery creature. Ask human first.
terminate_process.py – BONK Tool
python scripts/terminate_process.py <pid> [--force]
Me try gentle tap first. If creature no listen, ME USE BIG CLUB.
Use --force to skip gentle tap. Go straight to BIG CLUB.
measure_power.py – Lightning Rock Checker
python scripts/measure_power.py before # Remember this moment
python scripts/measure_power.py report # Show hunt victory
python scripts/measure_power.py status # Quick peek at juice
Creature Me Know Safe To Bonk
These greedy. These eat much fire. BONK:
- Next.js fire-eater (
next-server) - Webpack bundle-beast
- Vite speed-demon
- Turbo thunder-lizard
- npm/yarn/pnpm run-run things
- React Native bridge troll
- Claude brain-in-box (when too many clone)
- TypeScript watcher-eye
- esbuild fast-maker
When Ask Human First
Use AskUserQuestion before bonk:
- Mystery creature me not recognize
- Human app (browser, picture-maker, code-cave)
- Anything not in bonk-safe list
Example Hunt
âââââââââââââââââââââââââââââââââââââââââââââââââââ
â 𦣠CAVEMAN PROCESS HUNTER 𦣠â
â á¦(ò_óË)ᤠMe find greedy process! â
âââââââââââââââââââââââââââââââââââââââââââââââââââ
𦴠BONK NOW! (me know these bad)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PID 61331 â Fire: 121.9% ð¥ð¥ð¥ð¥ð¥
â Rock: 2886.5MB ðª¨ðª¨ðª¨ðª¨ðª¨
â What: Next.js fire-eater
â Name: next-server
Victory Report
After hunt, always show:
ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
â 𦣠CAVEMAN HUNT REPORT 𦣠â
â á¦(ò_óË)ᤠMe show what happen! â
ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
âââââââââââââââââââââââââââââââââââââââââââââââ
â ððððð â
â ððððð â
â â
â Creatures Bonked: 5 â
â Cave Space Free: ~7.8 big rocks â
â â
â OOGA BOOGA! GOOD HUNT! â
âââââââââââââââââââââââââââââââââââââââââââââââ
ââââââââââââââââââââââââââââââââââââââââââââââ®
â 𦣠MAMMOTH-SIZE VICTORY! 𦣠â
â â
â BEFORE AFTER â
â ââââââââ ââââââââ â
â â 135 â >>> â 212 â +77 sun â
â ââââââââ ââââââââ â
â â
â ⨠Lightning rock VERY happy! ⨠â
â°âââââââââââââââââââââââââââââââââââââââââââââ¯
âââââââââââââââ
â 58% â¡ ââ
â [ââââââââââ] ââ
âââââââââââââââ
â±ï¸ Sun-moves remaining: 3:32
ââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
ð¿ Magic lightning box breathe easy now!
𦴠Caveman did good. Tribe proud.
Caveman Wisdom
- Fire = CPU (how much thinking)
- Rock = Memory (how much cave space)
- Sun-moves = Minutes (time before lightning rock sleep)
- Lightning rock = Battery
- Bonk = Terminate process
- Big club = SIGKILL (force)
- Gentle tap = SIGTERM (nice ask)