Agent Skills › plannotator/effective-html

plannotator/effective-html

GitHub

生成自包含HTML文件,用于可视化系统架构。通过高质量SVG、交互动画及深色模式支持,以全屏幕图表形式直观展示技术栈与请求流程,减少文字描述,帮助用户快速理解架构。

3 skills 1,247

Install All Skills

npx skills add plannotator/effective-html --all -g -y
More Options

List skills in collection

npx skills add plannotator/effective-html --list

Skills in Collection (3)

生成自包含HTML文件,用于可视化系统架构。通过高质量SVG、交互动画及深色模式支持,以全屏幕图表形式直观展示技术栈与请求流程,减少文字描述,帮助用户快速理解架构。
用户需要查看系统架构图 希望以全屏幕SVG图表展示技术栈 需要交互式或动画演示系统行为
skills/html-diagram/SKILL.md
npx skills add plannotator/effective-html --skill html-diagram -g -y
SKILL.md
Frontmatter
{
    "name": "html-diagram",
    "description": "Create a self-contained HTML file for visualizing architecture and understanding the stack with a high-quality SVG diagram. Use when the user wants a full-screen diagram, wants the output to be light on prose, or wants an HTML artifact that is mostly there to make the architecture click fast.",
    "disable-model-invocation": true
}

HTML Diagram

Review the SVG diagrams used throughout references/html-effectiveness/.

There are a bunch in there, and some of them are focused on architecture and whatnot.

After reviewing them, create an HTML file that is strictly for visualizing the architecture and understanding the stack.

It should not be prose-heavy. It should simplify more into a full-screen diagram and whatnot.

Build a high-quality diagram in SVG. Take your time iterating on the diagram more than anything.

If it makes sense, make the diagram interactive and able to visualize and animate different sequences of system behavior.

Also review references/architecture-example.html — a finished example of this skill done well (full-screen SVG stage, clickable nodes, flow chips that light up and animate request paths).

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). Style the SVG through CSS classes using those variables — never hard-coded hex inside the SVG — so the diagram follows the theme.

生成自包含的HTML计划页面,风格简洁实用。支持暗色模式、主题切换及本地存储持久化。适用于用户希望基于提供内容创建或优化语法整洁的计划页时。
用户要求以有效HTML风格创建计划页面 用户希望对已有内容进行语法清理而不大幅扩展
skills/html-plan/SKILL.md
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).

根据用户需求生成自包含的HTML文件,适用于报告、原型等场景。遵循参考目录规范,确保风格一致。强制实现暗色模式,包括CSS变量、主题切换按钮、localStorage持久化及防闪烁脚本。
用户请求创建独立的HTML文件或网页原型 需要生成带有暗色模式支持的HTML内容
skills/html/SKILL.md
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).

Home - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-14 04:38
浙ICP备14020137号-1 $Map of visitor$