@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.
- package/README.md +5 -0
- 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:**
|