@complexthings/superpowers-agent 8.3.1 → 8.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,10 @@ A comprehensive skills library of proven techniques, patterns, and workflows for
6
6
 
7
7
  ## What's New
8
8
 
9
+ **v8.4.0 (April 6, 2026):**
10
+
11
+ - **`superpowers-agent rm` command** — new CLI command for removing installed skills and agents from your system
12
+
9
13
  **v8.2.0 (March 16, 2026):**
10
14
 
11
15
  - **npm registry update checking** — `update` and `check-updates` now query the npm registry instead of the Git repo. Run `npm install -g @complexthings/superpowers-agent` to update.
@@ -472,6 +476,7 @@ superpowers-agent get-helpers <skill> <term> # Find helper files in skill
472
476
  ```bash
473
477
  superpowers-agent add <url-or-path> # Install skill(s) from Git or local
474
478
  superpowers-agent add @alias path/to/skill # Install from repository alias
479
+ superpowers-agent rm <skill-name> # Remove an installed skill or agent
475
480
  ```
476
481
 
477
482
  **Repository Management:**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@complexthings/superpowers-agent",
3
- "version": "8.3.1",
3
+ "version": "8.4.0",
4
4
  "description": "Superpowers agent CLI — skills system for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {