jumpifequal

AI Process Terminate — AI skill for Claude Code

AI community

A lightweight Windows utility that terminates desktop AI assistant processes (Claude, Copilot, Perplexity, Codex, …) in one shot — no admin rights needed.

How to install AI Process Terminate

This entry records only its repository, not the path inside it, so there is no exact command to give. Open jumpifequal/AI-Process-Terminate and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What AI Process Terminate does

A lightweight Windows utility that terminates desktop AI assistant processes (Claude, Copilot, Perplexity, Codex, …) in one shot — no admin rights needed.

Alternatives in AI

  • Agency Agents — A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject 148k ★
  • Open Science — Open Science Desktop — local-first, model-agnostic AI research workbench for macOS, Windows & Linux 1.5k ★
  • Skills Manager — A lightweight desktop app to manage, sync, and organize AI agent skills across 15+ coding tools — Cursor, Clau 813 ★

README

AI Process-Terminate

A lightweight Windows utility that terminates desktop AI assistant processes (Claude, Copilot, Perplexity, Codex, …) in one shot — no admin rights needed.


Why

AI desktop apps (Claude, Copilot, Perplexity, Codex and similar) are known to accumulate background processes over time. This can cause:

  • System slowdowns — high CPU or RAM pressure from idle AI workers.
  • Frozen or unresponsive UI — the app gets stuck but its processes keep running and holding resources.
  • GPU saturation — local model runners keep the GPU busy even when the app window is closed.

Killing them from Task Manager is tedious when there are 5–15 scattered processes per tool. AI Process-Terminate groups them by tool and removes the whole tree in one keypress.


What it does

  1. Scans all running processes for names that partially match any known AI tool keyword.
  2. Groups matches by tool and shows a compact dialog — one row per tool, with the number of running instances in parentheses, e.g. claude (9).
  3. Lets you choose which tools to terminate; the others are left untouched.
  4. Drains all instances in a loop (up to 20 iterations, 200 ms apart) so that processes that respawn are caught and killed too.

Only processes owned by the **current user** are affected. System processes and processes owned by other users are skipped gracefully.


Requirements

  • Windows 10 / 11 (x86 or x64)
  • No installation, no admin rights, no external dependencies

Total Commander integration

The release zip includes three TC-specific files:

File Purpose
AIProcess-Terminate.bar Button bar definition (TOTALCMD#BAR#DATA format)
pluginst.inf Auto-install descriptor — tells TC where to copy the files
AIProcess-Terminate.ini Target keyword list (copied alongside the exe)

Auto-install (recommended)

  1. Keep AIProcess-Terminate.exe, AIProcess-Terminate.ini, `AIProcess-Termi