Summary
把信息密集的内容做成结构化、可读的自包含 HTML——调研报告、对比矩阵、清单、数据看板、决策页。当 Agent 要输出大段信息、对比、指标、时间线,或用户说「做成网页/可视化报告/HTML 报告」时触发。产物是单个可双击打开的 .html 文件。郑重 PDF/简历/PPT/落地页交付请用 kami;视频/动画用…
zjp1997720/zhijian-skills
把信息密集的?
npx skills add zjp1997720/zhijian-skills --skill html-express
把信息密集的内容做成结构化、可读的自包含 HTML——调研报告、对比矩阵、清单、数据看板、决策页。当 Agent 要输出大段信息、对比、指标、时间线,或用户说「做成网页/可视化报告/HTML 报告」时触发。产物是单个可双击打开的 .html 文件。郑重 PDF/简历/PPT/落地页交付请用 kami;视频/动画用…
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Four-step image referring-expression pipeline: turns images plus KITTI bounding-box labels into…
1.5K installsUse when writing or reviewing n8n expressions (`{{...}}` syntax), `$json` / `$node` references,…
1.2K installsValidate n8n expression syntax and fix common errors. Use when writing n8n expressions, using {…
5.8K installsBuild production-ready Express.js servers with middleware, authentication, routing, and databas…
3.2K installs>- Expression Language injection playbook. Use when Java EL, SpEL, OGNL, or MVEL expressions ma…
2.9K installsSearch and assist Korean 고속버스/KOBUS bookings using official HTTP/API-first flows; use for …
2.9K installsOther skills from zjp1997720/zhijian-skills · top by installs.
npx skills add zjp1997720/zhijian-skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Parsed from SKILL.md frontmatter.
Files included with this skill beyond the listing page.
SKILL.md
4,111 B
SUMMARY.md
459 B
Agent 的日常 HTML 表达层。当信息密度高、读者要费力扫读时,用单个自包含 HTML 代替 Markdown。
灵感:Anthropic《Using Claude Code: The unreasonable effectiveness of HTML》—— HTML 是 Agent 最好的表达介质。
| 信号 | 去哪 |
|---|---|
| 要 PDF / 简历 / PPT / 落地页 / 白皮书 | → kami |
| 要视频 / 动画 / 字幕 / 转场 | → hyperframes |
| 要把大段信息整理成一页可读的网页 | → 本 skill |
| 一句话能说清的结论 | → 直接回 Markdown |
| 组件 | 适合什么信息 |
|---|---|
metric-card |
关键指标、数据看点(2-4 个并排) |
comparison-table |
多方案横向对比 |
data-table |
结构化数据罗列(非对比) |
timeline |
时间线、里程碑、路线图 |
checklist |
步骤、SOP、检查项 |
quote-card |
判断、原话、金句 |
code-block |
代码、命令、配置 |
details |
长内容折叠(零 JS) |
badge |
状态标签(成功/警示/中性) |
columns |
多视角并置、优劣势对照 |
源码在 assets/components/。骨架在 assets/skeleton.html,token 在 assets/tokens.css。10 个组件的完整效果见 assets/demo-all.html(双击打开)。
assets/skeleton.html,把 tokens.css 完整内容粘进顶部 <style>(替换 @import)[数据待补:说明].html,双击即开| 信息形态 | 推荐组件 |
|---|---|
| 多方案横向对比 | comparison-table + badge |
| 关键指标 / 数据看点 | metric-card(2-4 个并排) |
| 时间线 / 里程碑 / 路线图 | timeline |
| 步骤 / SOP / 清单 | checklist |
| 大段判断 / 原话 / 金句 | quote-card |
| 代码 / 命令 / 配置 | code-block |
| 长内容折叠 | details |
| 结构化数据罗列 | data-table |
| 多视角并置 | columns |
token 已在 assets/tokens.css 抽好,组件一律引用变量,不要写死颜色/字号字面值。
#F5F4ED,不纯白#B85235,结构色墨蓝 #1B365D--accent-text(#A04A2E,对比度安全)--human(#C96442)只做装饰或 ≥22px 大字,不可做正文小字(对比度仅 3.7:1)[填这里]、Lorem、TBD)[数据待补:说明]04_系统/品牌系统/DESIGN.mdassets/demo-all.html(双击打开看全套效果)