ワンクリックで
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.