Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计未展示

thematic-doc-generator专题文档生成器

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

840

周安装

35

GitHub Stars

公开资料未说明

下载量

280
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:thematic-doc-generator(专题文档生成器)
来源仓库:https://github.com/delorenj/skills
仓库路径:skills/thematic-doc-generator
安装命令:
npx skills add delorenj/skills --skill "thematic-doc-generator"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add delorenj/skills --skill "thematic-doc-generator"

简介

辅助生成专题文档与 README 的结构化工具。

  • 适用于 Codex、Claude、Cursor 和 Gemini CLI 环境。
  • 通过 npx 从指定仓库安装并使用。
  • 支持章节提炼、术语统一与链接检查。thematic-doc-generator 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 使用时保留事实准确性,避免夸大描述。

SKILL.md

name
thematic-doc-generator
description
Generate comprehensive, publication-quality technical manuals with thematic storytelling using multi-agent orchestration. Use when user asks for themed documentation, narrative technical guides, memorable training materials, or mentions themes like Victorian, steampunk, art deco, medieval, or nautical combined with technical topics. Triggers on phrases like "create themed manual", "documentation with storytelling", or requests to make docs "more engaging" or "memorable".

Thematic Technical Documentation Generator

Generate comprehensive, publication-quality technical manuals with thematic storytelling using multi-agent orchestration.

What This Skill Does

Transforms dry technical topics into engaging, memorable documentation through:

  • Multi-agent parallel content generation - 8 chapters written simultaneously
  • Thematic metaphor system - Make complex topics memorable (e.g., git → Victorian railways)
  • AI-generated illustrations - Custom artwork matching your theme
  • Publication-ready output - Professional structure with front/back matter
  • Automated quality assurance - 98%+ quality scores with comprehensive validation

When to Use

  • Creating internal technical documentation with personality
  • Generating training materials that need to be memorable
  • Building comprehensive guides that stand out from typical docs
  • Transforming complex topics into accessible narratives
  • Team onboarding materials that people actually want to read

Example Usage

Basic Usage

# Generate a Victorian railway-themed git worktree manual
Use this skill with:
  topic: "git worktree safety and best practices"
  theme: "Victorian railway operations (1880s-1920s)"
  chapters: 8
  include_illustrations: true

Advanced Usage

# Art Deco automation theme for API documentation
Use this skill with:
  topic: "microservices architecture patterns"
  theme: "Art Deco automation and streamlined design"
  audience: "intermediate DevOps engineers"
  chapters: 10
  word_count: {min: 3000, max: 4000}
  illustration_count: 8
  character_guide: true
  output_dir: "./docs/architecture-manual"

Quick Reference Guide

# Minimal setup for quick guide (no illustrations)
Use this skill with:
  topic: "Docker security best practices"
  theme: "Maritime navigation safety protocols"
  chapters: 5
  comprehensive_vs_quick: "quick-reference"
  include_illustrations: false

What You Get

Primary Deliverable:

  • Complete manual (30,000+ words) in single markdown file
  • Professional front matter (foreword, TOC, usage guide)
  • Complete back matter (appendices, index, glossary, statistics)

Visual Assets (if illustrations enabled):

  • 6-8 AI-generated illustrations matching theme
  • High-resolution PNGs (1024px+ minimum dimension)
  • Complete integration documentation
  • Alt text for accessibility

Quality Documentation:

  • Comprehensive QA report with metrics
  • Theme consistency validation
  • Technical accuracy verification
  • Publication readiness assessment

Supporting Files:

  • Individual chapter source files
  • Theme proposal document
  • Image integration guides
  • Sample integration examples

Parameters

Required

ParameterTypeDescriptionExample
topicstringTechnical subject to document"git worktree safety"
themestringThematic metaphor/aesthetic"Victorian railway operations"

Optional

ParameterTypeDefaultDescription
audiencestring"intermediate practitioners"Target skill level
chaptersnumber8Number of chapters (5-12)
word_countobject{min: 2500, max: 3500}Target words per chapter
include_illustrationsbooleantrueGenerate AI images
illustration_countnumber6Target image count (3-10)
character_guidebooleantrueInclude mascot narrator
output_dirstring"./docs/manual"Output location
comprehensive_vs_quickenum"comprehensive"Manual style
code_examplesbooleantrueInclude working code
case_studiesbooleantrueInclude real-world examples

How It Works

Phase 1: Adversarial Theme Research (15-30 min)

Two agents collaboratively design theme and structure, challenging each other's proposals.

Agents:

  • Theme Designer: Proposes aesthetic, visual identity, tone, metaphor mappings
  • Structure Architect: Challenges theme viability, proposes chapter outline

Output: THEME_PROPOSAL.md (synthesized vision both agents approve)

Phase 2: Parallel Content Generation (30-60 min)

Each chapter generated independently by specialized agent, all running concurrently.

Agents: N chapter agents (one per chapter, typically 8)

Outputs: CHAPTER_1_*.md through CHAPTER_N_*.md

Key Design: Chapters are self-contained with no cross-dependencies, enabling true parallelism.

Phase 3: Publisher Assembly (15-30 min)

Publisher agent synthesizes chapters into cohesive manual with transitions.

Tasks:

  • Create front matter (title, copyright, foreword, TOC, usage guide)
  • Integrate all chapters with smooth transitions
  • Create back matter (appendices, index, glossary, statistics, colophon)
  • Handle missing chapters gracefully

Output: THE_COMPLETE_MANUAL.md (unified publication)

Phase 4: Visual Enhancement (15-30 min, optional)

Illustrator generates thematic imagery using AI.

Tasks:

  • Generate 6-8 illustrations matching theme
  • Ensure visual consistency (color palette, era, style)
  • Create comprehensive documentation
  • Provide alt text for accessibility

Outputs: Images + integration guides

Phase 5: Quality Assurance (15-30 min)

QA agent validates all deliverables against quality standards.

Validates:

  • Structural integrity (front/back matter complete)
  • Theme consistency (no anachronisms, metaphor accuracy)
  • Technical accuracy (code examples, commands)
  • Documentation quality (completeness, accessibility)
  • Publication readiness (no placeholders, proper licensing)

Output: QA_FINAL_REPORT.md with APPROVED/REJECTED recommendation

Success Stories

Victorian Railway Git Safety Manual

  • Topic: Git worktree safety and best practices
  • Theme: Victorian railway operations (1880s-1920s)
  • Results:

- 30,606 words across 6 chapters - 6 Victorian illustrations (signal towers, brass instruments) - 98.4% quality score from QA - Publication-ready on first execution - Character: Cornelius Worktree (elderly railway dispatcher)

Excerpt:

"Dear Reader and Fellow Dispatcher, you hold in your hands a manual born of necessity. In the modern age of distributed version control, we find ourselves managing not merely a single line of development, but entire networks of parallel tracks..."

Tips for Best Results

Theme Selection

  • Choose themes with rich visual vocabulary: Victorian, Art Deco, Space Age, Medieval
  • Match theme to content domain when possible: Railways→branching, Architecture→structure
  • Consider character potential: Who naturally exists in this world?
  • Avoid overly abstract themes: Concrete metaphors work better

Scope Planning

  • 8 chapters is optimal: Comprehensive coverage without overwhelming length
  • Allow variance in chapter length: Quality > rigid word counts
  • Plan for 75% completion: Missing 1-2 chapters is acceptable if acknowledged
  • Front/back matter adds ~20%: Factor this into total length

Visual Enhancement

  • Enable illustrations: Images significantly boost engagement
  • 6 images is ideal: Cover, character, 4 concepts/diagrams
  • Budget time for iteration: AI image generation may require refinement
  • Document everything: Image prompts, models used, regeneration instructions

Quality Assurance

  • Trust the QA gate: 95%+ scores indicate publication readiness
  • Address critical issues only: Minor issues rarely block publication
  • Expect some variance: Parallel agents produce slightly different styles
  • Publisher smooths inconsistencies: Trust the synthesis process

Requirements

Essential

  • Claude Code CLI with skill support
  • Task orchestration capability
  • File system write access
  • Minimum context: ~100K tokens (for 8 chapters)

Optional

  • fal-text-to-image skill (for illustrations)
  • pandoc (for PDF export)
  • Markdown linter (for validation)

Limitations

  • Context window: Very large manuals (12+ chapters) may exceed limits
  • AI image generation: Requires API access and credits (fal.ai)
  • Execution time: 2-3 hours total (not instant)
  • Theme quality: Success depends on metaphor strength
  • Manual review: QA catches most issues but human review recommended

Troubleshooting

Problem: "Chapter agents incomplete"

  • Solution: Retry failed chapters or accept partial completion with transitional notes

Problem: "Illustration generation fails"

  • Solution: Check fal-text-to-image skill installation, API key, credits

Problem: "Context window exceeded"

  • Solution: Reduce chapter count or word count targets

Problem: "Theme feels forced"

  • Solution: Choose more natural metaphor, consult examples/

Problem: "QA rejects output"

  • Solution: Review critical issues, re-run appropriate phase (usually chapter agents)

License

This skill is released under the Unlicense (public domain). Generated manuals inherit this license unless you specify otherwise.

Support

  • Documentation: See docs/ directory in skill package
  • Examples: See examples/ directory
  • Issues: https://github.com/delorenj/thematic-doc-generator/issues

Generated manuals are publication-ready. No additional editing required (though always welcome).

适合场景

01

文本生成图片

02

图片风格化

03

产品图和创意图

04

需要 FLUX 模型时

能力概览

能力 1

调用 FLUX 图像模型

能力 2

支持文本生图和图像改写

能力 3

覆盖 LoRA 或风格适配

能力 4

适合创意视觉生成

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

30.45%
按下载量换算85

Antigravity

21.17%
按下载量换算59

Gemini CLI

16.26%
按下载量换算46

OpenCode

12.15%
按下载量换算34

windsurf

6.97%
按下载量换算20

Codex

3.48%
按下载量换算10

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills