What problem does it solve?
This Skill removes the friction of creating clear, one-page Mintlify MDX documentation for BrowserOS features by guiding code exploration, screenshot capture, file creation, and navigation updates so engineers and writers can ship docs quickly and consistently.
Core Features & Use Cases
- Code-driven discovery: Search the sibling ../browseros-server codebase to identify feature entry points, configuration, and usage patterns.
- Screenshot collection: Guide users to capture UI screenshots and persist them into docs/images for visual documentation.
- MDX authoring with template: Produce concise docs/features/<feature>.mdx pages following a strict one-page template and style guide.
- Navigation and preview: Update docs/docs.json navigation and instruct how to preview changes with the Mintlify dev server.
- Use case: Documenting the MCP server, agent integrations, or scheduled tasks by combining source references and UI captures into a single helpful page.
Quick Start
Write a one-page Mintlify MDX feature doc for "Ad Blocking" by scanning ../browseros-server for implementation files, saving two screenshots to docs/images/ad-blocking.png, creating docs/features/ad-blocking.mdx using the provided template, and updating docs/docs.json so you can preview with mint dev.