-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "html-effectiveness",
"version": "0.2.2",
"description": "Agent Skill that teaches Cursor / Claude Code to output single-file HTML for spatial, parallel, comparable, or interactive content. 9 categories, 20 patterns, 9 ready-to-use templates. Inspired by Thariq Shihipar's 'unreasonable effectiveness of HTML'.",
"bin": {
"html-effectiveness": "./install.js"
},
"main": "./install.js",
"type": "commonjs",
"files": [
"install.js",
"skills/",
"templates/",
"README.md",
"LICENSE"
],
"scripts": {
"test": "node install.js --dry-run"
},
"keywords": [
"cursor",
"claude-code",
"agent-skill",
"skill",
"html",
"ai",
"agent",
"anthropic",
"llm",
"templates",
"code-review",
"rfc",
"status-report",
"postmortem",
"concept-explainer"
],
"homepage": "https://github.com/Azhi-ss/html-effectiveness#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Azhi-ss/html-effectiveness.git"
},
"bugs": {
"url": "https://github.com/Azhi-ss/html-effectiveness/issues"
},
"license": "MIT",
"author": "Azhi-ss",
"engines": {
"node": ">=16.7.0"
}
}