process-cleanup
Finds stale and resource-hungry processes, scores them by waste, and presents a cleanup report with friendly names. Use this skill when the user says 'what's eating my RAM', 'kill stale processes', 'clean up my machine', 'free up memory', 'my computer is slow', 'what's running', 'too many things open', or asks to find/kill background processes. Also use proactively when you notice sluggishness, process spawn failures, or many duplicate processes during normal work.

Install the complete plugin to include its agents, hooks, commands, and runtime context.
- PUBLISHER
- b-open-io
- RELATIONSHIP
- authored
- VERSION
- 1.0.0
- BENCHMARK
- unknown
Install bOpen Ops
The complete plugin is the supported path. It preserves everything the publisher designed to work alongside this skill.
Codex
VERIFIEDGrok Build
VERIFIED- This is the grok CLI, not Grok Bot.
- grok plugin details dev-ops
Grok Bot
GUIDED SETUP- Paste this request into your Bot’s conversation. It will report what it can add.
OpenCode
VERIFIED- Paste into OpenCode. Restart after installation.
- Includes native agents, commands, skills and supported hooks/MCP. HammerTime uses bounded follow-up turns in persistent sessions.
Install only this skill
Use this narrower path only when you intentionally want the portable SKILL.md without the plugin’s surrounding capabilities.
Skills CLI
VERIFIED- Installs only the portable skill; it omits plugin hooks, agents, commands, apps/MCP configuration, and unlisted companion skills.
Grok Bot
GUIDED SETUP- Paste into your Bot’s conversation. Once saved, use / to select the skill.
Trace it to the source.
- DISTRIBUTED SOURCE
- modules/dev-ops/skills/process-cleanup/SKILL.md ↗
- UPSTREAM SOURCE
- No separate upstream declared
- DISTRIBUTED DIGEST
- sha256:e63c11c5aba1b1bfbd9c440c4b5be08d686fc01302f57eeb8574dfa18c182772
- LOCK HASH
- Not applicable
Companion skills
No required companion skills are declared.
Agents using this skill

Data Accumulator
Data pipeline and analytics specialist. Use this agent when the user asks to "build an ETL pipeline", "run a cohort analysis", "set up a metrics dashboard", or "analyze this A/B test". Covers ingestion, transformation, KPI definition, and visualization. Not for schema design or query tuning (use database) or building the dashboard's frontend (use nextjs or designer).

Idris
Database specialist for PostgreSQL, MySQL, MongoDB, Redis, SQLite, Turso, and Convex. Use this agent when the user asks to "design this schema", "speed up this slow query", "plan a zero-downtime migration", or "set up indexing". Also covers connection pooling, backups, and multi-tenancy strategy. Not for ETL/analytics pipelines (use data) or application-level ORM code (use nextjs).
Share this skill.
Pass the canonical page to a teammate or keep it close for later.
wait-for-ci
Wait for CI/CD pipelines to finish after a push, then act on the result. Use after git push or opening a PR, and for "wait for CI", "check if the build passes", "monitor the pipeline", "is CI green?", or any push-then-verify cycle that must block on results. Supports GitHub Actions, GitLab CI, and Vercel deployments.