用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ccwq/infocard-pub --skill infocard-darkblue-style命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | infocard-darkblue-style |
| description | 深蓝渐变 / 玻璃面板 / 图标化工作台的信息卡风格。用于把 Agent IDE、桌面工作台、并行任务管理、开发者工具类内容做成深色高对比、带渐变光晕和图标组件的展示型 infocard。 |
| version | 1.0.0 |
| author | Hermes Agent |
| license | MIT |
| metadata | {"hermes":{"tags":["infocard","style","dark-blue","gradient","glassmorphism","icons","ide","workbench"],"related_skills":["any2card","infocard-style-man-skill","infocard-pub-publisher"]}} |
infocard-darkblue-style 是一种面向 Agent-first IDE / 桌面工作台 / 开发者产品 的深蓝渐变风格。
它的视觉锚点不是纸感、瑞士黑头或手册骨架,而是:
推荐使用以下 token:
:root {
--bg: #0c1020;
--bg-2: #11162a;
--panel: #171c2b;
--panel-2: #0f1424;
--ink: #eef4ff;
--muted: #a8b7df;
--line: rgba(255,255,255,.12);
--cyan: #58c3ff;
--blue: #4a78ff;
--green: #2db36a;
--yellow: #f4c84c;
--purple: #8459ff;
--soft: #eef4ff;
}
--bg / --bg-2:页面背景、深层底色--panel / --panel-2:玻璃面板、卡片底--ink:主文字--muted:说明文字、路径、辅助信息--line:边框、分隔线--cyan / --blue:主强调、链接、进度条起点--green:运行中 / 成功 / 活跃状态--yellow:警告、提醒、计数点--purple:下载按钮、主 CTA、渐变尾色建议字号层级:
clamp(34px, 7vw, 86px),weight 950clamp(15px, 2vw, 20px)clamp(13px, 1.6vw, 16px)13px–14px,weight 900,略增字距12px–13.8px10.5px–12px11px推荐结构:
Hero
Shell / Workbench
Feature Row
CTA
Footer
_themes.yaml 命名一致已验证 commit(可直接对照 live 渲染):
03bd43f(2026-06-13):baoyu-design,GitHub repo 信息卡,https://ccwq.github.io/infocard-pub/docs/20260613-baoyu-design.html — 桌面 + 移动端全 PASSinfocard-darkblue-styledarkbluetheme/darkblue.htmldarkblue 和 hardblue 都可用于 GitHub 仓库技术分享,但边界不在于"工具 vs 框架",而在于内容的结构复杂度:
| 特征 | 选 darkblue | 选 hardblue |
|---|---|---|
| 多阶段工作流(3+ phases) | ✅ 5-phase loop,循环闭环 | 勉强 |
| 平台支持矩阵(6+ platforms) | ✅ 平台支持度进度条 | ✅ |
| 上下文/状态管理体系 | ✅ STATE.md, .planning/, cache 设计 | ❌ |
| 单一工具 / CLI / 命令行 | ❌ 易显得过重 | ✅ 直接 |
| 2–4 个核心能力 pillars + stats | ✅ 也适合 | ✅ 也适合 |
| Agent 元框架 / context engineering | ✅ 工作台感强 | ❌ |
| 中间件 / 基础设施代理 | ✅ | ✅ |
| AI 模型 / 开源项目(技术原理展示) | ✅ Hero + 数字徽章 + R-SWA SVG 原理图 + Feature Card + Data Wall + Audience Grid + Sources 完整结构 | ❌ |
| Agent 数据网关 / MCP 服务 | ✅ Agent 应用层 + 多平台 + 计费说明 | ❌ |
| 开发者工具 + 平台覆盖矩阵 | ✅ 多能力导航 + 状态面板 | ❌ |
| Coding Agent 教学项目 | ✅ 三层架构图 + 教学定位差异表 + 事件流解耦叙事 | ❌ |
AgentKey 案例(2026-07-09):AgentKey(chainbase-labs)是一个 MCP gateway,面向 Claude Code / Codex / Cursor 等 agent 提供网页搜索 + 社媒 + 链上数据的统一接口,典型结构是 Hero → Shell(能力导航 + 平台覆盖 + 计费状态) → Install → Not-混淆 → 存疑 → Feature Row → Footer。这类卡的写作要点见
references/agentkey-content-pattern.md。
实测案例(2026-06-12):
open-gsd/gsd-core(meta-prompting + context engineering + 5-phase loop + 12 platforms)→ darkblue ✅borhen68/TokenTamer(AST compression + cache-first design + 5 clients + 8 languages)→ darkblue ✅chainbase-labs/Agentkey(MCP gateway + 10+ platforms + credits 计费)→ darkblue ✅| 特征 | 选 darkblue | 选 hardblue |
|---|---|---|
| 多阶段工作流(3+ phases) | ✅ 5-phase loop,循环闭环 | 勉强 |
| 平台支持矩阵(6+ platforms) | ✅ 平台支持度进度条 | ✅ |
| 上下文/状态管理体系 | ✅ STATE.md, .planning/, cache 设计 | ❌ |
| 单一工具 / CLI / 命令行 | ❌ 易显得过重 | ✅ 直接 |
| 2–4 个核心能力 pillars + stats | ✅ 也适合 | ✅ 也适合 |
| Agent 元框架 / context engineering | ✅ 工作台感强 | ❌ |
| 中间件 / 基础设施代理 | ✅ | ✅ |
实测案例(2026-06-12):
open-gsd/gsd-core(meta-prompting + context engineering + 5-phase loop + 12 platforms)→ darkblue ✅borhen68/TokenTamer(AST compression + cache-first design + 5 clients + 8 languages)→ darkblue ✅references/nezha-source-and-creation-log.md — 视觉来源( Nezha 产品图提取的 token/layer)、主题创建完整链路、已知限制references/darkblue-css-only-visual-approach.md — 纯 CSS 视觉元素工作流:orb / strip / SVG icon / glass panel / bar-row / phase strip 的精确 CSS 片段,无需外部图片即可构建完整的 darkblue 信息卡。经验来自 gsd-core + tokentamer (2026-06-12) 全程无图实践。references/github-repo-darkblue-workflow.md — GitHub 仓库 → Darkblue 信息卡完整工作流:delegate_task 调研 + read_file theme/darkblue.html 模板 + 写作结构 + 验证。经验来自 baoyu-design (2026-06-13)。references/session-notebooklm-py-darkblue-fit.md — 这类“自动化控制层 / 研究引擎 / CLI+MCP+REST”仓库卡也可归入 darkblue,而不必局限于 IDE 产品宣传页。references/fireworks-tech-graph-darkblue-workflow.md — GitHub repo 信息卡工作流(process file 缺失时回退到 README.md)+ GitHub raw CDN 图片 + onerror fallback 占位图模式 + Loop Engineering 流程图 CSS 片段 + Structured SVG Validator / Visual Review Gate 内容提取。references/terminal-statusline-repo-darkblue-pattern.md — Claude Code / coding-agent statusline、终端状态看板、Powerlevel10k-style UI 仓库的信息卡结构;包含零 token 本地观测层叙事、AI-interview installer flow、本地化截图与移动端字号验收坑点。references/coding-agent-teaching-project-pattern.md — Coding Agent 教学项目(huggingface/tau 类)写作模式:识别信号、三层架构图 CSS 写法、教学差异对比表核心逻辑、核心一句模板。references/ai-model-card-darkblue-pattern.md — AI 模型/开源项目信息卡(非 IDE 产品类)darkblue 写法:Hero + 数据徽章 + R-SWA 原理 SVG 图 + Feature Card + Data Wall + Audience Grid + Sources 完整结构。来源:20260722-unlimited-ocr-rswa (Unlimited OCR) 全流程。references/darkblue-theme-classes.md(在 infocard-creation-preview-standards 中)— darkblue 主题 CSS class 速查,含调色板、hero/card/pill/grid 布局、SVG 简图规范。这个风格最适合表达“Agent-first IDE / 类 Nezha 的桌面工作台产品”。如果内容变成纯文档、纯调查或纯知识卡,应改用更合适的主题。