一键导入
docs-generate-site
Generate Level 3 (documentation sites) from design docs. Use when creating feature-rich, interactive documentation for RSPress/Docusaurus sites.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate Level 3 (documentation sites) from design docs. Use when creating feature-rich, interactive documentation for RSPress/Docusaurus sites.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | docs-generate-site |
| description | Generate Level 3 (documentation sites) from design docs. Use when creating feature-rich, interactive documentation for RSPress/Docusaurus sites. |
| allowed-tools | Read, Glob, Edit, Write |
| context | fork |
| agent | user-docs |
Generates Level 3 documentation site content from design docs with framework-specific features.
This skill transforms design documentation into interactive documentation site content by:
Generate RSPress site docs:
/design-docs:docs-generate-site effect-type-registry --framework=rspress
Include API docs integration:
/design-docs:docs-generate-site rspress-plugin-api-extractor --framework=rspress \
--api-docs=./docs/en/api
Preview without writing:
/design-docs:docs-generate-site website --framework=rspress --dry-run
module: Module to document [REQUIRED]--framework: Documentation framework (rspress, docusaurus, vitepress)--api-docs: Path to auto-generated API docs to integrate--dry-run: Preview structure without writingRead .claude/design/design.config.json for:
Extract content for different doc types:
Create index.mdx with framework-specific features:
RSPress-specific:
Create progressive learning path:
Transform architecture design docs into user-friendly concepts:
Create task-oriented guides:
RSPress features:
Docusaurus features:
Generate navigation metadata:
Check generated site docs:
Load these files when needed:
instructions.md - Step-by-step implementationexamples.md - Example site documentationframework-features.md - Framework-specific component usageGenerated site documentation is successful when:
.claude/design/design.config.json for configuration${CLAUDE_PLUGIN_ROOT}/skills/docs-generate-site/templates/site-doc.template.mdx for structuredesignDocsPathuserDocs.siteDocs pathquality.userDocs.level3 standards/design-docs:user-docs-create-readme - Generate Level 1 README/design-docs:docs-generate-repo - Generate Level 2 repository docs/design-docs:docs-sync - Sync docs with changesGenerate cross-reference graph showing relationships between design documents. Use when visualizing doc dependencies, finding related docs, or understanding documentation structure.
Validate design doc structure and frontmatter. Use when checking design docs for compliance, ensuring proper formatting, or verifying metadata before commits.
Comprehensive quality audit for CLAUDE.md context files. Use when performing thorough quality checks, preparing for releases, ensuring context efficiency, or verifying token optimization.
Style rules for LLM context files (CLAUDE.md, AGENTS.md and their .local variants). Fires automatically when these files are opened. Enforces on-demand loading patterns, proper @-reference syntax and lean context structure.
Split large CLAUDE.md into child files. Use when context files exceed word limits, are too verbose, or cover multiple distinct topics that should be separate.
Validate CLAUDE.md structure, formatting, and quality. Use when checking context files for compliance, ensuring proper structure, or verifying before commits.