Write BrowserOS feature documentation. Use when the user wants to create or update documentation for a BrowserOS feature. This skill explores the codebase to understand features and writes concise Mintlify MDX docs.
This skill helps write documentation for BrowserOS features. It follows a structured workflow to create high-quality, concise documentation pages.
Before writing documentation, explore the codebase to understand the feature:
../browseros-server (sibling directory) to find relevant code:
Grep to search for feature-related keywordsGlob to find relevant filesAsk the user to provide screenshots for the documentation:
python scripts/save_clipboard.py docs/images/<feature-name>.pngCreate the MDX file at docs/features/<feature-name>.mdx (or appropriate location) following this structure:
---