Purge SweetClaude

Remove SweetClaude configuration files and directories after user confirmation.

6|3|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/carson-sweet/sweetclaude --skill purge-sweetclaude
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Purge SweetClaude
Source: https://github.com/carson-sweet/sweetclaude/tree/main/skills/purge
Command: npx skills add https://github.com/carson-sweet/sweetclaude --skill purge-sweetclaude

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured, safe way to remove all SweetClaude-related configuration and artifact files from a project directory, ensuring a clean state without accidental data loss.

Core Features & Use Cases

  • Artifact Cleanup: Automatically identifies and removes the .sweetclaude directory and its contents.
  • Safety Guardrails: Implements a mandatory backup branch recommendation and a two-step confirmation process to prevent accidental deletion.
  • Use Case: Use this when you want to decommission SweetClaude from a specific repository or reset the project configuration to start fresh.

Quick Start

Run the purge skill to initiate the removal of all SweetClaude artifacts from your current project directory.

Frequently Asked Questions about Purge SweetClaude

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

FAQPage Schema
How do I safely remove hidden configuration directories from my project?

To safely remove hidden configuration directories, the purge skill identifies the .sweetclaude directory, recommends a backup branch, and requires a two-step user confirmation before executing shell commands to delete the artifacts.

What is the best way to reset project configuration files without losing data?

The best way to reset project configuration files without data loss is using a purge process that verifies artifact existence and mandates a backup branch recommendation before any deletion occurs.

Can I re-initialize my project environment after cleaning up configuration artifacts?

Yes, you can re-initialize your project environment after cleaning up configuration artifacts, as the purge process removes the .sweetclaude directory structure completely to restore a clean state.

Does the project cleanup process require manual confirmation before deleting files?

Yes, the project cleanup process requires explicit manual confirmation before deleting files, implementing a two-step verification process to prevent accidental data loss.

Why should I create a backup branch before removing local project directories?

You should create a backup branch before removing local project directories because the purge process executes standard shell commands that permanently delete the directory structure and its contents.

When should I decommission configuration files from a specific repository?

You should decommission configuration files from a specific repository when you want to completely remove the tool's footprint and reset the project configuration to start fresh.