skill-mix 0.5.0 → 0.7.1
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 +0 -10
- package/dist/electron/main.js +2243 -417
- package/package.json +3 -3
- package/scripts/install.sh +1 -1
package/README.md
CHANGED
|
@@ -12,12 +12,6 @@ Quick install Skills Manager, open the app, and launch the skill-picker modal:
|
|
|
12
12
|
npx -y skill-mix obra/superpowers
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
-
Preselect specific skills before the modal opens:
|
|
16
|
-
|
|
17
|
-
```bash
|
|
18
|
-
npx -y skill-mix obra/superpowers workflow research
|
|
19
|
-
```
|
|
20
|
-
|
|
21
15
|
Classic installer:
|
|
22
16
|
|
|
23
17
|
```
|
|
@@ -30,10 +24,6 @@ Run `skills` to launch application
|
|
|
30
24
|
|
|
31
25
|
Open/focus the app and trigger the skill-picker from CLI:
|
|
32
26
|
|
|
33
|
-
```bash
|
|
34
|
-
skills set <owner/repo|github-url> [skill ...]
|
|
35
|
-
```
|
|
36
|
-
|
|
37
27
|

|
|
38
28
|
|
|
39
29
|
## Build DMG (macOS)
|