用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ccwq/infocard-pub --skill infocard-black-head-style命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | infocard-black-head-style |
| description | 黑头主题的信息卡技能。用于把动态工作流、调查拆解、技术论证类 infocard 切换为黑色页眉、白纸正文、红色主强调、蓝绿辅强调的高密度编辑风,统一 hero、章节标题、步骤卡、引语块与移动端表现。 |
| version | 1.0.0 |
| author | Hermes Agent |
| license | MIT |
| metadata | {"hermes":{"tags":["infocard","style","black-head","red","editorial","investigation","workflow","ui","theming"],"related_skills":["any2card","infocard-green-style","infocard-blue-technical-manual-style","infocard-pub-publisher"]}} |
这是从 claude-dynamic-workflows 与 voxcpm-investigation 抽象出的黑头主题。
核心特征:
references/security-workflow-boundary-card-pattern.md。42–48px24–32px17–19px14.5–16px12–13px黑头主题的 header 背景必须是纯黑(#0a0a0a),不是蓝技手册的红色渐变。
如果误用 background: linear-gradient(180deg, var(--red), #a90f27),会变成"红头"而非"黑头"。
正确写法:
.header { background: #0a0a0a; }
像“人格外化 / 外化”这类词,先确认维基是否存在明确条目,再判断它到底是防御机制、叙事疗法技术,还是更广义的心理功能外化。不要一上来写成单一病名,也不要把“外化”误写成“外向”。
优先写法:
蓝技手册的章节编号是"红底白字",黑头主题的章节编号是"黑底红字"。
正确写法:
.sec-no {
background: var(--black); /* 纯黑背景 */
color: var(--red); /* 红色文字 */
}
与蓝技手册相同,.grid2 在 390px 移动端会被 stealth 扩展注入的 grid 简写覆盖。
修复:给 .grid2 div 加内联 !important 样式,详见 references/grid2-stealth-extension-fix.md。
正确写法:
<div class="grid2" style="display: grid !important; grid-template-columns: calc(50% - 4px) calc(50% - 4px) !important; gap: 8px !important;">
theme/black.html(注意:文件名是 black.html,skill 目录名是 infocard-black-head-style,不要混淆)references/black-head-session-notes.md:这次黑头主题微调的残余问题、修正方向与 390px 验收要点references/black-head-session-2026-06-19.md:本次黑头信息卡交付的高密度 session notes(黑头页眉、红色引语、平台网格、移动端堆叠)references/grid2-stealth-extension-fix.md:grid2 被 stealth 扩展覆盖的根因分析与修复方案中文名:黑头主题 别名:黑头调查风、黑头拆解风