@marcfargas/skills 0.1.0

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.
Files changed (3) hide show
  1. package/README.md +3 -0
  2. package/index.js +2 -0
  3. package/package.json +13 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @marcfargas/skills
2
+
3
+ Pi agent skills collection. Formal release coming soon.
package/index.js ADDED
@@ -0,0 +1,2 @@
1
+ // @marcfargas/skills — placeholder, formal release coming soon
2
+ module.exports = {};
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "@marcfargas/skills",
3
+ "version": "0.1.0",
4
+ "description": "Pi agent skills by marcfargas",
5
+ "license": "MIT",
6
+ "main": "index.js",
7
+ "keywords": ["pi", "agent", "skills"],
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/marcfargas/skills"
11
+ },
12
+ "author": "Marc Fargas <marc@marcfargas.com>"
13
+ }