@cremini/skillpack 1.2.5 → 1.2.7
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 +4 -0
- package/dist/cli.js +641 -2783
- package/package.json +5 -2
- package/templates/builtin-skills/skill-creator/SKILL.md +25 -99
package/README.md
CHANGED
|
@@ -126,6 +126,10 @@ The main use case is to **run local agents on your computer and integrate them w
|
|
|
126
126
|
|
|
127
127
|
Download [Company Deep Research](https://github.com/FinpeakInc/downloads/releases/download/v.0.0.1/Company-Deep-Research.zip) and try it! More examples can be found at [skillpack.sh](https://skillpack.sh)
|
|
128
128
|
|
|
129
|
+
## Questions?
|
|
130
|
+
|
|
131
|
+
Join our Discord at https://discord.gg/nj8Br4ePJc
|
|
132
|
+
|
|
129
133
|
## License
|
|
130
134
|
|
|
131
135
|
MIT
|