Skip to content

Commit 4fb2ef4

Browse files
committed
chore(good-html): rename anthropic-html to good-html and update skill content
1 parent d07860c commit 4fb2ef4

14 files changed

Lines changed: 11 additions & 11 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
"description": "Agent Skill for the ClickHouse Monitor dashboard - a real-time monitoring and observability tool. Covers 45 dashboard pages including query monitoring, table management, merge operations, system metrics, security logs, and API integration."
7676
},
7777
{
78-
"name": "anthropic-html",
79-
"source": "./anthropic-html",
78+
"name": "good-html",
79+
"source": "./good-html",
8080
"description": "Generate or review high-density, interactive, self-contained HTML artifacts based on Thariq Shihipar's 'Unreasonable Effectiveness of HTML' patterns."
8181
}
8282
]

anthropic-html.skill

-14.4 KB
Binary file not shown.

good-html.skill

14.5 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "anthropic-html",
2+
"name": "good-html",
33
"version": "1.0.0",
44
"description": "Generate high-density, interactive, self-contained HTML artifacts based on Thariq Shihipar's patterns. Optimized for engineering tasks, PR reviews, and research reports.",
55
"author": { "name": "Gemini CLI" }
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "anthropic-html",
2+
"name": "good-html",
33
"version": "1.0.0",
44
"description": "Generate high-density, interactive, self-contained HTML artifacts based on Thariq Shihipar's patterns. Optimized for engineering tasks, PR reviews, and research reports.",
55
"author": { "name": "Gemini CLI" },
66
"skills": "./skills/",
77
"interface": {
8-
"displayName": "Anthropic HTML",
8+
"displayName": "Good HTML",
99
"shortDescription": "High-density interactive HTML artifacts.",
1010
"developerName": "Gemini CLI",
1111
"category": "Development",
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
name: anthropic-html
3-
description: Generate or review high-density, interactive, self-contained HTML artifacts based on Thariq Shihipar's "Unreasonable Effectiveness of HTML" patterns. Use this skill when asked to "create HTML," "build a dashboard," "format a PR review," "make an interactive explainer," or when you need to "review and update" existing HTML to match this high-fidelity engineering style.
2+
name: good-html
3+
description: Generate or review high-density, interactive, self-contained HTML artifacts based on Thariq Shihipar's "Unreasonable Effectiveness of HTML" patterns. Use this skill when asked to "create HTML," "build a dashboard," "format a PR review," "make an interactive explainer," or when you need to "review and update" existing HTML using the "good-html" style.
44
---
55

6-
# Anthropic HTML Artifact Generator
6+
# Good HTML Artifact Generator
77

88
This skill enables Claude to generate or refactor highly effective, visually distinct, and functional HTML artifacts rather than relying on standard Markdown or low-resolution HTML. It is based on the design patterns from Thariq Shihipar's "The Unreasonable Effectiveness of HTML".
99

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)