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.
- package/README.md +9 -0
- package/package.json +9 -0
package/README.md
ADDED
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
|
+
}
|