write-docs
Installation
SKILL.md
Write BrowserOS Documentation
This skill helps write documentation for BrowserOS features. It follows a structured workflow to create high-quality, concise documentation pages.
Workflow
Step 1: Understand the Feature
Before writing documentation, explore the codebase to understand the feature:
- Ask the user which feature they want to document
- Search the codebase at
../browseros-server(sibling directory) to find relevant code:- Use
Grepto search for feature-related keywords - Use
Globto find relevant files - Read key files to understand how the feature works
- Use
- Identify key aspects:
- What problem does this feature solve?
- How does the user enable/configure it?
- What are the main use cases?