What problem does it solve? Maintaining accurate, consistent public documentation for a product website is hard: claims drift from actual code behavior, English and Chinese versions fall out of sync, and changed URLs break existing links. This Skill enforces a disciplined workflow for authoring LobeHub website docs under docs/** so pages stay verified, canonical, and aligned across locales. ## Core Features & Use Cases - Verified technical content: Requires checking claims, defaults, commands, limitations, and rollback behavior against current source code before publishing. - Self-hosting audience guidance: Ships a reference file defining the default audience (individuals and small teams) so deployment and migration guides recommend the simplest supported path rather than cloud-scale setups. - Locale and link integrity: Keeps English and Simplified Chinese versions aligned, and mandates tested permanent redirects that preserve locale prefixes and query parameters when paths change. - Use Case: You need to document a new Docker deployment option. The Skill directs you to read the design voice guidelines, verify commands against the codebase, write short executable steps with a visible verification result, and run the focused documentation check. ## Quick Start Use the write-landing-docs skill to draft a self-hosting deployment guide for docs/self-hosting that follows the design voice and verifies all commands against the current code.