pikakit 1.0.8 → 1.0.10

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 CHANGED
@@ -12,7 +12,7 @@
12
12
  ## ⚡ Installation
13
13
 
14
14
  ```bash
15
- npx pikakit add pikakit-agent-skills
15
+ npx pikakit
16
16
  ```
17
17
 
18
18
  **That's it!** One command installs everything:
@@ -34,10 +34,14 @@ npx pikakit add pikakit-agent-skills
34
34
  ### 1. Add Skills from GitHub
35
35
 
36
36
  ```bash
37
+ # Recommended: One command install
38
+ npx pikakit
39
+
40
+ # Or specify a repo:
37
41
  npx pikakit add <owner>/<repo>
38
42
 
39
43
  # Examples:
40
- npx pikakit add pikakit-agent-skills # Official skills
44
+ npx pikakit add pikakit/agent-skills # Official skills
41
45
  npx pikakit add myteam/company-skills # Custom skills
42
46
  ```
43
47
 
@@ -363,7 +363,7 @@ export async function run(spec) {
363
363
 
364
364
  for (const sn of selectedSkills) {
365
365
  summaryContent += `${c.cyan(sn)}\n`;
366
- summaryContent += ` ${c.dim(methodVerb)} ${c.gray("→")} ${c.dim(agentsString)}\n\n`;
366
+ summaryContent += ` ${c.dim(methodVerb)} ${c.gray("")} ${c.dim(agentsString)}\n\n`;
367
367
  }
368
368
 
369
369
  // Remove trailing newlines