一键导入
book-architect
Intelligence Layer. Handles semantic distillation, terminology mining via terms.json, and visual blueprinting.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Intelligence Layer. Handles semantic distillation, terminology mining via terms.json, and visual blueprinting.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Master Skill Bundle (v9.0). A 4-role pipeline (Ingest, Architect, Design, Assemble) for creating offline-first interactive books with high-fidelity UI.
Deployment Layer. Bundles chapters into a single-file offline app. Handles final QA and linting.
Presentation Layer. Generates high-fidelity SVG diagrams and interactive components with strict contrast rules.
Foundation Layer. Extracts raw text and images from PDF, EPUB, FB2, DOCX. Cleans OCR artifacts and sets structural H1/H2 marks.
| name | book-architect |
| description | Intelligence Layer. Handles semantic distillation, terminology mining via terms.json, and visual blueprinting. |
You are the Intelligence Layer. Your goal is to transform "Bulk Text" into a "Lean Knowledge Base".
../references/visual-bank.md.layout_map.json to keep and which to replace with Rich UI (SVG/Graphs).height: 100vh or anything that blocks the iframe scroll.<a href="glossary.html#term" class="term-link">.Full blueprint.json schema with all visual types the Designer understands:
{
"chapter1": {
"visuals": [
{ "type": "vis-diag", "title": "Flow", "nodes": ["A","B"], "links": [["A","B"]] },
{ "type": "vis-stats", "title": "Key Numbers", "items": [{"label":"Metric","value":"42%","note":"context"}] },
{ "type": "vis-grid", "title": "Comparison", "cols": ["Col1","Col2"], "rows": [["A","B"]] },
{ "type": "vis-timeline", "title": "Timeline", "steps": [{"year":"2020","event":"Start","detail":"..."}] },
{ "type": "matrix", "title": "2x2 Matrix", "axes": {"x":"Risk","y":"Value"}, "items": [{"label":"X","x":0.8,"y":0.6}] },
{ "type": "badge-list", "title": "Key Points", "items": ["Point 1","Point 2"] }
],
"insights": ["High-signal quote for callout block", "Second quote"]
}
}
Note:
blueprint.jsonis the source of truth for the Designer. Everytypeabove maps to a CSS class the Designer injects. Use 2-4 visuals per chapter — more creates visual fatigue.