Loading...
Loading...
Documentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation. Generates docs/CODEMAPS/*, updates READMEs and guides.
npx skill4agent add carvalab/k-skills doc-updaterRelated Skills:
- Query for Kavak documentation standards, README templates, architecture docs formatkavak-documentation- Use
MCP tool for Kavak-specific documentation patternskavak-platform/plati_query
# TypeScript/Node.js
npx madge --image graph.svg src/
# Go
go mod graph | dot -Tsvg -o graph.svg
# Python
pydeps src/ --output graph.svga) Detect language/runtime (go.mod, package.json, pyproject.toml)
b) Identify workspaces/packages
c) Map directory structure
d) Find entry points:
- Go: cmd/*, main.go
- Node: apps/*, packages/*, src/index.*
- Python: src/*/__main__.py, main.py
e) Detect framework patternsdocs/CODEMAPS/docs/CODEMAPS/
├── INDEX.md # Overview and navigation
├── frontend.md # Frontend architecture
├── backend.md # API/backend structure
├── database.md # Schema and models
├── integrations.md # External services
└── workers.md # Background jobsREADME.mddocs/GUIDES/*.mdCONTRIBUTING.md# [Area] Codemap
**Last Updated:** YYYY-MM-DD
**Entry Points:** list of main files
## Architecture
[ASCII diagram]
## Key Modules
| Module | Purpose | Exports | Dependencies |
| ------ | ------- | ------- | ------------ |
## Data Flow
[Description]
## External Dependencies
- package - Purpose, Versionreferences/codemap-format.md| Reference | Purpose |
|---|---|
| Complete codemap specification |
| Frontend, backend, integrations examples |
| Generation scripts (ts-morph, madge) |
| Go-specific tools and scripts |
| Schedule and quality checklist |
| README update template |