human-html 0.0.1

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 (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +9 -0
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # human-html
2
+
3
+ This npm name is reserved for the [human-html Agent Skill](https://github.com/rhnfzl/human-html).
4
+
5
+ This package intentionally contains no code. Install the skill with:
6
+
7
+ ```
8
+ npx skills add rhnfzl/human-html
9
+ ```
package/package.json ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "human-html",
3
+ "version": "0.0.1",
4
+ "description": "Name reserved for the human-html Agent Skill. Install via: npx skills add rhnfzl/human-html",
5
+ "homepage": "https://github.com/rhnfzl/human-html",
6
+ "repository": { "type": "git", "url": "git+https://github.com/rhnfzl/human-html.git" },
7
+ "license": "MIT",
8
+ "keywords": ["agent-skills", "skill", "human-html"]
9
+ }