Agent Skills
› plannotator/effective-html
› html
html
GitHub根据用户需求生成自包含的HTML文件,适用于报告、原型等场景。要求参考指定资源库以匹配风格与密度,并强制集成暗色模式支持,包括CSS变量、主题切换按钮及本地存储持久化功能。
Trigger Scenarios
用户请求创建HTML文件或网页原型
用户需要生成可视化的报告或说明文档
Install
npx skills add plannotator/effective-html --skill html -g -y
SKILL.md
Frontmatter
{
"name": "html",
"description": "Create a self-contained HTML file for whatever the user is describing, in the effective HTML style. Use when the user wants an HTML artifact that isn't specifically a diagram or a plan — a report, explainer, comparison, deck, prototype, or anything else best delivered as one HTML file.",
"disable-model-invocation": true
}
HTML
Review the files throughout references/html-effectiveness/.
Create an HTML file for whatever the user is describing. Use the references as best you can to match alignment — style, density, and tone.
Always include dark mode: hand-rolled CSS variables on :root / html.dark, a small theme toggle button, localStorage persistence, and an apply-before-paint script in <head> (default to prefers-color-scheme).
Version History
- 50260e1 Current 2026-07-05 14:36


