Agent Skills
› plannotator/effective-html
› html-plan
html-plan
GitHub用于生成简洁实用的HTML计划页面。在保持用户原意和语法的基础上进行优化,无需大幅扩展内容。
Trigger Scenarios
用户希望以HTML格式查看计划
需要对现有文本进行语法润色
Install
npx skills add plannotator/effective-html --skill html-plan -g -y
SKILL.md
Frontmatter
{
"name": "html-plan",
"description": "Create a self-contained HTML plan that is pragmatic, simple, and visually organized. Use when the user wants a plan page in the effective HTML style, wants the writing kept close to what they gave you, or wants the grammar cleaned up without turning it into a whole bigger thing.",
"disable-model-invocation": true
}
HTML Plan
Review the files throughout references/html-effectiveness/.
After reviewing them, create an HTML file for the plan in a similar style.
Keep it pragmatic and simple.
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


