fp-pack 0.9.1 → 0.9.2
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 +1 -1
- package/dist/ai-addons/fp-pack-agent-addon.md +1 -1
- package/dist/skills/fp-pack/SKILL.md +266 -1586
- package/dist/skills/fp-pack.md +266 -1586
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -199,7 +199,7 @@ For agents with system prompt support (OpenCode, custom agents), fp-pack provide
|
|
|
199
199
|
|
|
200
200
|
Unlike skills files which are project-specific, this add-on is attached directly to your agent's system prompt, making it work across all your projects. It automatically activates only when fp-pack is installed.
|
|
201
201
|
|
|
202
|
-
📖 **[View AI Agent Role Add-on Documentation](https://superlucky84.github.io/fp-pack
|
|
202
|
+
📖 **[View AI Agent Role Add-on Documentation](https://superlucky84.github.io/fp-pack/#/ai-agent-addon)**
|
|
203
203
|
|
|
204
204
|
The add-on is located at `node_modules/fp-pack/dist/ai-addons/fp-pack-agent-addon.md` after installation.
|
|
205
205
|
|