plastic-uninstall

Solid

Use when the user wants to remove Plastic from an agent. Runs the manifest-driven uninstaller (removes skills, hooks, statusline, and any legacy plugin layout), reports exactly what was removed and what was left behind, then gives verification steps. Optionally deletes the intent store.

AI & Automation 9 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
33
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Uninstall Plastic The installer tracks every file it writes in a manifest, so uninstall is exact and leaves no orphans. Prefer running it through the CLI; this skill wraps the same underlying uninstaller and adds reporting + verification. ## Channel rule If Plastic is installed, derive `<channel>` from `~/.plastic/VERSION`: a version containing `-alpha` means `@alpha`, `-beta` means `@beta`, otherwise `@latest`. If not installed, default to `@latest`. The user can always override with `--alpha` / `--beta` / `--latest`. ## Procedure ### Step 1: Run the uninstaller ```bash npx -y @zalom/plastic@<channel> uninstall --claude ``` (Use `--codex` / `--hermes` / `--all` to target other agents. `bunx -y @zalom/plastic@<channel> uninstall --claude` works too.) This removes, for the targeted agent: - all `~/.claude/skills/plastic-*/` skills - all `~/.claude/hooks/plastic-*` hooks (and restores any saved original statusline) - the `~/.claude/plastic/` state dir + manifest - any **legacy** plugin layout: `plugins/marketplaces/plastic`, `plugins/cache/plastic`, the old nested `skills/plastic/`, and the `plastic@plastic` / `extraKnownMarketplaces.plastic` / `known_marketplaces.json` registrations ### Step 2: Report removed vs left Relay the uninstaller's output to the user: what was **removed** and what was **left in place**. - **Left:** `~/.plastic/` (intent store, history, projects) and any non-Plastic settings.json entries. ### Step 3: Verify removal Tell the user to ...

Details

Author
zalom
Repository
zalom/plastic
Created
2 months ago
Last Updated
1 weeks ago
Language
Ruby
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category