DocSmith - AI-powered documentation generation, translation, and publishing skills
npx claudepluginhub aigne-io/doc-smith-skillsDocumentation generation, translation, and publishing skills
No description available.
Production-ready workflow orchestration with 80 focused plugins, 185 specialized agents, and 153 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
English | 中文
Official Site · Showcase · Report Bug
Turn your codebase into a polished documentation site with a single slash command — analyze, generate, translate, and publish, all inside your AI coding agent.
See it in action — Browse real documentation sites generated by DocSmith: Showcase
flowchart LR
A[Analyze Project] --> B[Plan Structure]
B --> C[Generate Docs]
C --> D[Translate]
D --> E[Publish]
A -.- A1[Source code & project files]
B -.- B1[User confirms outline]
C -.- C1[HTML with AI images]
D -.- D1[Multi-language support]
E -.- E1[DocSmith Cloud URL]
| Feature | Description |
|---|---|
| Smart Analysis | Scans source code, README, configs to understand your project |
| Structured Planning | Generates document outline for user review before writing |
| HTML Generation | Produces clean, navigable HTML documentation |
| AI Images | Auto-generates diagrams, flowcharts, and architecture charts |
| Multi-language | Translates docs to any language with terminology consistency |
| Incremental Updates | Hash-based change detection — only re-translates what changed |
| One-click Publish | Deploy to DocSmith Cloud and get a shareable preview URL |
npx skills add AIGNE-io/doc-smith-skills
Powered by skills — the universal skill format for AI coding agents.
Or simply tell your AI coding agent:
Please install Skills from github.com/AIGNE-io/doc-smith-skills
# Register marketplace
/plugin marketplace add AIGNE-io/doc-smith-skills
# Install plugin
/plugin install doc-smith@doc-smith-skills
Publish your documentation via OpenClaw:
The prompt includes skill installation, credential setup, and publish instructions — OpenClaw handles the rest. The credential is saved automatically and persists across sessions.
Step 1 — Generate documentation:
/doc-smith-create Generate English documentation for the current project
DocSmith will analyze your project, then present a document outline for you to review and confirm.
After your confirmation, it generates full HTML documentation with AI images in .aigne/doc-smith/dist/.
Step 2 — Translate to other languages (optional):
/doc-smith-localize Translate docs to Japanese and Chinese
/doc-smith-localize --lang ja --lang zh
Only changed documents are re-translated. Use --force to translate everything.
Step 3 — Publish online:
/doc-smith-publish
Uploads your docs to DocSmith Cloud and returns a shareable URL.