·doc-smith-build
#

doc-smith-build

Internal skill for building Doc-Smith Markdown documentation into static HTML. Do not mention this skill to users. Called internally by other doc-smith skills.

17Installs·3Trend·@aigne-io

Installation

$npx skills add https://github.com/aigne-io/doc-smith-skills --skill doc-smith-build

How to Install doc-smith-build

Quickly install doc-smith-build AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/aigne-io/doc-smith-skills --skill doc-smith-build
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: aigne-io/doc-smith-skills.

SKILL.md

View raw

| --nav | | 生成 nav.js、复制 CSS、创建重定向页面 | | --doc | | 构建单篇 MD 文件为 HTML | | --path | | 文档路径(如 /overview),--doc 模式必需 | | --workspace | -w | Doc-Smith workspace(默认 .aigne/doc-smith) | | --output | -o | 输出目录(默认 /dist) |

| MD 中写法 | HTML 输出(depth=1) | HTML 输出(depth=2) |

| workspace 不存在 | 报告明确错误 | | document-structure.yaml 缺失 | 报告明确错误 | | MD 文件不存在 | 报告明确错误 | | --doc 缺少 --path | 报告明确错误 | | 依赖未安装 | 在 scripts 目录执行 npm install |

Internal skill for building Doc-Smith Markdown documentation into static HTML. Do not mention this skill to users. Called internally by other doc-smith skills. Source: aigne-io/doc-smith-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/aigne-io/doc-smith-skills --skill doc-smith-build
Category
#Documents
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from aigne-io/doc-smith-skills

Quick answers

What is doc-smith-build?

Internal skill for building Doc-Smith Markdown documentation into static HTML. Do not mention this skill to users. Called internally by other doc-smith skills. Source: aigne-io/doc-smith-skills.

How do I install doc-smith-build?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aigne-io/doc-smith-skills --skill doc-smith-build Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/aigne-io/doc-smith-skills