@kmiyh/pi-skills-menu 1.0.4 → 1.0.5
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -67,7 +67,7 @@ After that, the skill is inserted into the editor so it will be used by Pi when
|
|
|
67
67
|
|
|
68
68
|
The list also contains a dedicated entry for creating a new skill.
|
|
69
69
|
|
|
70
|
-
Skill creation is done
|
|
70
|
+
Skill creation is done in three steps:
|
|
71
71
|
|
|
72
72
|
1. **skill name**
|
|
73
73
|
|
|
@@ -77,6 +77,10 @@ Skill creation is done by entering:
|
|
|
77
77
|
|
|
78
78
|

|
|
79
79
|
|
|
80
|
+
3. **skill visibility**
|
|
81
|
+
- **Global** — save the skill in your user-level Pi skills directory
|
|
82
|
+
- **Project** — save the skill in the current project's `.pi/skills` directory
|
|
83
|
+
|
|
80
84
|
After that, the extension generates a `SKILL.md`.
|
|
81
85
|
|
|
82
86
|
Generation uses:
|
package/package.json
CHANGED