How this skill is triggered — by the user, by Claude, or both
Slash command
/jean-claude:skills/killThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Terminate processes or Docker containers that are blocking ports, consuming resources, or otherwise interfering with development. Like a strike to a vital pressure point, this skill removes obstacles with clinical efficiency.
Terminate processes or Docker containers that are blocking ports, consuming resources, or otherwise interfering with development. Like a strike to a vital pressure point, this skill removes obstacles with clinical efficiency.
kill <pid> or kill -9 <pid> for force kill.pkill <name> or pkill -9 <name> for force kill.lsof -i :<port>.ps aux or ps aux | grep <pattern>.docker stop <container>.docker kill <container>.docker ps to identify targets.Kill a process by PID:
/kill 12345
Kill processes by name (Area Sweep):
/kill node
Free up a blocked port (Free the Chi):
/kill port 3000
Stop a Docker container:
/kill container my-app
npx claudepluginhub jbouder/jean-claude --plugin jean-claudeFinds stale and resource-hungry processes, scores waste, and presents cleanup report. Activates on RAM queries or slow machine, or proactively when noticing sluggishness.
SSH into a dedicated server and debug Kubernetes workloads using kubectl. Inspect pods, check container logs, view k8s resources, or run kubectl commands when service-level exec is insufficient.
Docker and Podman container management: Dockerfile optimization, multi-stage builds, Compose v2 orchestration, networking, volumes, security hardening, supply chain integrity, health checks, resource limits, Quadlet systemd integration, and debugging. Invoke whenever task involves any interaction with containers — writing Dockerfiles, configuring Compose, managing Podman Quadlets, reviewing container security, debugging container issues, or setting up image signing and scanning.