update-docs
Installation
SKILL.md
Update Documentation
Update manually-written docs by launching parallel sub-agents for each section.
Documentation Sections
Section files live in docs/. The list below covers the hand-written sections; app pages (2.1–2.x) are generated and the changelog (9-changelog.md) is hand-curated — see Notes.
| Section | Files | Related Code |
|---|---|---|
| Overview | 1-overview.md, 1.1-architecture.md, 1.2-api-architecture.md, 1.3-self-hosting-vps.md |
src/, api/, package.json |
| Apps Index | 2-apps.md |
src/config/appRegistry.tsx, src/apps/*/metadata.ts |
| Framework | 3-*.md (incl. 3.1–3.5, 3.3.1) |
src/components/layout/, src/stores/, src/themes/, src/hooks/ |
| AI System | 4-ai-system.md |
api/chat.ts, api/chat/tools/, src/apps/chats/tools/ |
| File System | 5-file-system.md |
useFilesStore.ts, src/apps/finder/ |
| Audio System | 6-audio-system.md |
audioContext.ts, useSound.ts, src/apps/synth/ |
| UI Components | 7-*.md (incl. 7.1 component library, 7.2 i18n) |
src/components/ui/, src/lib/locales/ |
| API Reference | 8-*.md (incl. 8.1–8.10) |
api/*.ts, docs/8.10-api-design-guide.md |
| Legal | 10-privacy.md, 11-terms.md |
n/a (manual) |