一键导入
docs-design
Improve the visual design and UX of the VitePress docs site — layout, colors, typography, components, and responsiveness
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Improve the visual design and UX of the VitePress docs site — layout, colors, typography, components, and responsiveness
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Build, preview, and update the VitePress documentation site in docs-site/
Run go test with race detector, analyze failures, fix issues, and re-run until green
Review pull requests against repo standards — Go conventions, test coverage, race detector, CHANGELOG, and docs
Create a GitHub release with tag after a PR merge — follows the repo's tag and gh release create workflow
Handle upstream-release issues — read changelog deltas, update spec docs, sync protocol and gateway types, run tests, open PR, tag release
基于 SOC 职业分类
| name | docs-design |
| description | Improve the visual design and UX of the VitePress docs site — layout, colors, typography, components, and responsiveness |
| license | MIT |
| metadata | {"audience":"designers","workflow":"docs"} |
Analyze and improve the visual design, user experience, and polish of the openclaw-go documentation site built with VitePress.
Use this skill when the docs site needs visual improvements, when adding new UI components, or when the site feels rough or inconsistent.
#f5a623#d4891e#b8730frgba(245, 166, 35, 0.12)#0d0d0f#1a1a1f#141418#101013#2a2a35docs-site/public/mascot-gpt.png — a Go gopher with lobster claws| File | What it controls |
|---|---|
docs-site/.vitepress/theme/custom.css | All custom styles — colors, component overrides, dark mode |
docs-site/.vitepress/theme/index.ts | Theme setup, layout component registration |
docs-site/.vitepress/config.mts | Nav, sidebar, logo, footer, head meta |
docs-site/index.md | Home page hero, feature cards, install block |
custom.csscd docs-site && npm run build && npm run preview