remove-tool

Delete a Pixie tool folder, .venv, data, and configuration permanently.

6|1|Updated May 17, 2026
One-click install
npx skills add https://github.com/AlexKapadia/Pixie --skill remove-tool
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remove-tool
Source: https://github.com/AlexKapadia/Pixie/tree/main/.claude/skills/remove-tool
Command: npx skills add https://github.com/AlexKapadia/Pixie --skill remove-tool

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Permanently deletes a Pixie tool and all associated files, including the folder, .venv, data, and configuration. This is destructive — confirm with the user before acting.

Core Features & Use Cases

  • Pre-flight safeguards: reads a kill file and requires explicit user confirmation before deletion.
  • Safe shutdown: stops any running tool process to ensure clean removal.
  • Comprehensive cleanup: removes the tool under tools/ along with its virtual environment and data, leaving no traces.

Quick Start

Confirm the deletion when prompted to permanently remove the tool and all related files.

Frequently Asked Questions about remove-tool

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I permanently delete a Pixie tool and all its traces?

To permanently delete a Pixie tool, the remove-tool Skill identifies the target under tools/, stops any running process, deletes the folder, .venv, data, and configuration, then verifies completion. Explicit confirmation is required before any destructive action occurs.

What is the safest way to clean up a Pixie tool's virtual environment and data?

Safe cleanup of a Pixie tool requires reading a kill file, stopping any running process, and obtaining explicit user confirmation before removing the folder, virtual environment, and configuration. This prevents partial deletion and ensures no traces remain.

Does the Pixie tool removal process stop running processes before deletion?

Yes, the Pixie tool removal process implements a strict safe shutdown workflow that stops any running tool process before deleting the folder and data, ensuring a clean removal without leaving active orphaned processes behind.

Can I recover a deleted Pixie tool after permanent cleanup?

No, permanent cleanup of a Pixie tool removes the folder, .venv, data, and configuration entirely with no recovery option. The workflow requires explicit user confirmation specifically because the deletion is irreversible.

When do I need to permanently remove a tool under the tools/ directory?

You need to permanently remove a tool under the tools/ directory when permanent cleanup is required and no recovery is needed. This applies to full removal of the tool's folder, virtual environment, data, and configuration traces.

What pre-flight safeguards are involved in deleting a Pixie tool?

Pre-flight safeguards for deleting a Pixie tool include reading a kill file and requiring explicit user confirmation before initiating any deletion. These steps ensure the destructive removal of the folder and data is intentional.