write-docs
Installation
SKILL.md
Write Docs Skill
Create and maintain documentation for the Abacus docs site (Astro Starlight).
Before Starting
- Read existing pages in
docs/src/content/docs/to understand patterns - Check
docs/astro.config.mjsfor sidebar structure - Understand the section you're adding to (getting-started, providers, cli, deployment, development)
Workflow
Adding a New Page
- Create
.mdxfile in the appropriate directory - Add required frontmatter (see below)
- Use existing pages as reference for component usage
- Run
cd docs && pnpm buildto verify