@NFTCPS: 天天喊着让 AI 帮你写代码,结果它给你画的架构图比鬼画符还乱?现在有人专门治这个病了。 effective-html,一套专门给编码智能体用的 HTML 技能,核心就一件事:让 AI 产出自包含、还好看的 HTML 交付物。 拆成三块:…

X AI KOLs Timeline 工具

摘要

effective-html 是一套专门给编码智能体用的 HTML 技能,旨在让 AI 产出自包含、好看的 HTML 交付物,包括通用页面、全屏架构图和计划页。

天天喊着让 AI 帮你写代码,结果它给你画的架构图比鬼画符还乱?现在有人专门治这个病了。 effective-html,一套专门给编码智能体用的 HTML 技能,核心就一件事:让 AI 产出自包含、还好看的 HTML 交付物。 拆成三块: html,做通用页面 html-diagram,专攻全屏架构图和系统图,SVG 优先,清爽不糊 html-plan,专门生成计划页 说白了就是把"智能体输出难看又混乱"这个老毛病给摁住了,文档、架构、计划一把梭。搞 Agent 的可以去瞅瞅。 https://github.com/plannotator/effective-html…
查看原文
查看缓存全文

缓存时间: 2026/06/13 01:05

天天喊着让 AI 帮你写代码,结果它给你画的架构图比鬼画符还乱?现在有人专门治这个病了。

effective-html,一套专门给编码智能体用的 HTML 技能,核心就一件事:让 AI 产出自包含、还好看的 HTML 交付物。

拆成三块: html,做通用页面 html-diagram,专攻全屏架构图和系统图,SVG 优先,清爽不糊 html-plan,专门生成计划页

说白了就是把“智能体输出难看又混乱“这个老毛病给摁住了,文档、架构、计划一把梭。搞 Agent 的可以去瞅瞅。

https://github.com/plannotator/effective-html…


plannotator/effective-html

Source: https://github.com/plannotator/effective-html

HTML skills for pragmatic visual artifacts

https://github.com/user-attachments/assets/24306977-7f30-44c9-9bff-55f901d557b0

Note: The diagram was made by Fable 5, I will create more fable 5 artifacts and add them to the skill folder for smaller models to distill. example demo

Focused skills for generating self-contained HTML deliverables with a strong visual bias:

  • html: an HTML file for whatever you’re describing, in the effective HTML style
  • html-diagram: architecture, stack, and systems understanding rendered as full-screen HTML diagrams with high-quality SVG
  • html-plan: HTML plan pages in the effective HTML style

like this? star Plannotator

Render and annotate your HTML with Plannotator (optional): https://github.com/backnotprop/plannotator


Install

npx skills add plannotator/effective-html

List available skills first:

npx skills add plannotator/effective-html --list

Install a specific skill:

npx skills add plannotator/effective-html --skill html-diagram
npx skills add plannotator/effective-html --skill html-plan

Skills

  • html - Create an HTML file for whatever the user is describing, matching the effective HTML references.
  • html-diagram - Build full-screen HTML architecture and stack diagrams with SVG-first presentation and minimal prose.
  • html-plan - HTML plan pages in the effective HTML style.

Repository Shape

Skills live under skills/<skill-name>/SKILL.md. Each skill also bundles a copy of the html-effectiveness example corpus under references/html-effectiveness/ so the examples stay local to the skill.

Credit: this repo bundles and uses the html-effectiveness examples by Thariq Shihipar: https://thariqs.github.io/html-effectiveness

相似文章

@geekbb: 一套让 AI 画出"对且好看"的 draw 架构图的框架加命令行工具。 靠真实 stencil 校验和自动布局,覆盖 AWS/Azure/GCP/Databricks/BPMN,专门治 AI 瞎编图形 ID 画出空白框的毛病。 https…

X AI KOLs Timeline

A framework and CLI tool that enables AI agents to generate structurally precise and aesthetically standardized draw.io diagrams for AWS, Azure, GCP, Databricks, and BPMN architectures, using real stencil validation and automatic layout to prevent hallucinated empty shapes.

@XAMTO_AI: 用嘴说出来就能生成架构图?这个工具确实有点东西。 跟Claude说大白话,它直接给你输出架构图、流程图、时序图、数据流图……还支持深色浅色主题一键切换,多种格式导出,一个HTML文件全搞定。 不会画图的程序员有救了,不想画图的程序员也有救…

X AI KOLs Timeline

Archify 是一个 Claude Skill,允许用户用自然语言描述生成架构图、流程图、时序图等,支持深色/浅色主题切换和多格式导出。

@geekbb: AI 写出来的技术文档动辄几千字,全在终端里滚,没人愿意看。md2html 让 AI 自动把这些 Markdown 转成带侧边栏目录、图表、时间线、卡片和警告框的 HTML 页面,一个文件就能发给团队看。 https://github.c…

X AI KOLs Timeline

md2html is a tool that converts AI-generated Markdown documents into polished, self-contained HTML pages with sidebar table of contents, diagrams, timelines, and callouts, making them easier to read and share.

@AYi_AInotes: Claude团队的工程师,已经彻底抛弃Markdown了。 不是Markdown不好用, 是AI变得太快,它已经跟不上了。 以前AI写10行笔记,Markdown刚刚好, 现在AI能一次性输出1000行计划、复杂流程图、完整代码审查, 密…

X AI KOLs Timeline

Claude团队工程师放弃Markdown转向HTML,因AI输出量已从10行增至1000行,纯文字格式难以处理。HTML可生成彩色表格、SVG流程图、交互式原型等,显著提升人机协作体验,尽管生成时间增加2-4倍。