# Docs

> Update documentation and codemaps from the current codebase state.

- Skill: `iabhisekbosepm/docs` (Agent Skill)
- Install (CLI): `npx skillmds@latest add iabhisekbosepm/docs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/iabhisekbosepm/docs/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: iabhisekbosepm (https://skillmd.com/u/iabhisekbosepm)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/iabhisekbosepm/docs

---


# /docs — Documentation Update

See `agents/doc-updater.md`.

1. **Analyze** — Map directory structure, entry points, framework patterns
2. **Generate codemaps** — Create/update `docs/CODEMAPS/` (INDEX, frontend, backend, database, integrations)
3. **Update docs** — README, API docs, environment variables
4. **Validate** — All paths exist, examples compile, links work, freshness timestamps updated

Principles: Generate from code (single source of truth). Under 500 lines per codemap.
Run after: new features, API changes, dependency changes, architecture changes.

