write-docs

Analyze BrowserOS code and generate MDX documentation with navigation updates.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/Sridhar-Ranganaboina/WebGenie --skill write-docs-sridhar-ranganaboina
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-docs
Source: https://github.com/Sridhar-Ranganaboina/WebGenie/tree/main/.claude/skills/write-docs
Command: npx skills add https://github.com/Sridhar-Ranganaboina/WebGenie --skill write-docs-sridhar-ranganaboina

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The task of creating consistent, high-quality documentation for BrowserOS features requires digging through code, summarizing usage, and maintaining a central docs structure. This skill guides users to understand features, generate MDX docs, and wire them into the docs site.

Core Features & Use Cases

  • Automated Drafting: examines the codebase to extract feature details and produces a concise doc scaffold.
  • Documentation Workflow: includes steps for understanding, screenshot gathering, MDX creation, and navigation updates.
  • Use Case: when a new feature is added or an existing feature needs an updated doc, run this skill to produce a publish-ready page.

Quick Start

Describe the feature in plain language and run the skill to generate a publish-ready MDX draft.

Frequently Asked Questions about write-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate MDX documentation from a codebase automatically?

To generate MDX documentation from a codebase automatically, use a documentation workflow tool that analyzes your source code and outputs publish-ready MDX files. This process extracts feature details to create concise doc scaffolds.

What is the best way to document BrowserOS features like MCP Server connections?

The best way to document BrowserOS features like MCP Server connections is to automate the creation of concise feature documentation. This workflow analyzes the codebase to understand inter-MCP connections and generates MDX-ready pages.

How does automated feature documentation integrate with existing docs navigation?

Automated feature documentation integrates with existing docs navigation by updating the navigation structure during the MDX creation process. This ensures newly generated feature pages are wired directly into the central docs site framework.

Do I need access to the codebase to create MDX feature docs?

Yes, you need direct access to the codebase, such as the browseros-server directory, to create MDX feature docs. The documentation workflow requires examining the source code to extract accurate feature details and usage summaries.

Can I add screenshots when generating MDX docs for scheduled tasks?

Yes, you can add optional screenshots when generating MDX docs for scheduled tasks. The documentation workflow includes steps for screenshot gathering alongside MDX creation and navigation updates to produce a complete feature page.