-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.08 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
{
"name": "ultra-explainer",
"version": "0.2.0",
"description": "Agent skill that turns code, systems, diffs, plans, data, and concepts into strikingly clear self-contained HTML — re-skinned by a chameleon studio of seven distinct design languages chosen to fit the subject. Node-edge graphs, annotated diffs, honest charts, interactive models, step-throughs, themed Mermaid, slides; light/dark themes, glow optional.",
"license": "MIT",
"homepage": "https://github.com/hookdump/UltraExplainer#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/hookdump/UltraExplainer.git"
},
"bugs": {
"url": "https://github.com/hookdump/UltraExplainer/issues"
},
"keywords": [
"agent-skill",
"claude-code-plugin",
"claude-marketplace",
"codex",
"opencode",
"cursor",
"diagrams",
"html",
"visualization",
"diff-review",
"architecture",
"dashboard",
"slides",
"mermaid"
],
"files": [
"plugins/ultra-explainer",
".claude-plugin",
"configs",
"README.md",
"CHANGELOG.md",
"LICENSE"
]
}