atmos-docs-writelisted
Install: claude install-skill AruNi-01/atmos
# Atmos Docs Write
Use this skill for ordinary Atmos user documentation work: create new pages, improve existing pages, clarify concepts, add workflow guides, audit stale docs, or refresh docs after product changes and releases. The goal is to turn product knowledge into durable, task-oriented user documentation that matches the current docs app structure.
## What This Skill Owns
This skill owns user documentation under:
- `apps/docs/content/docs/**/*.mdx`
- `apps/docs/content/docs/**/meta.json`
- `apps/docs/content/docs/**/meta.zh.json`
It may read source files, release notes, specs, README files, product UI code, CLI help, and repository docs to verify behavior before writing.
This skill does not own:
- internal architecture docs under root `docs/`
- planning specs under `specs/`, except as source evidence
- landing-page changelog data; use `atmos-changelog` for `apps/landing/src/lib/changelog-data.ts`
- release creation; use the relevant Atmos release skill first
- marketing copy or launch assets
## Start Here
Before editing docs, read:
1. `AGENTS.md`
2. `apps/docs/AGENTS.md`
3. Existing nearby docs pages and the folder `meta.json` / `meta.zh.json` files you may touch
4. The relevant area AGENTS file for source evidence:
- CLI: `apps/cli/AGENTS.md`
- Web app: `apps/web/AGENTS.md`
- Desktop: `apps/desktop/AGENTS.md`
- Mobile: `apps/mobile/AGENTS.md`
- API or WebSocket behavior: `apps/api/AGENTS.md`
- Runtime: `agents/references/runtime/AGENTS.md`