update-docs
Installation
SKILL.md
Update Documentation
Audit and update all project documentation to reflect current code.
Doc Files to Update
| File | Purpose |
|---|---|
sdk/README.md |
SDK user-facing docs — transforms, palette API, value ranges, type exports |
cli/README.md |
CLI user-facing docs — all subcommand flag tables, examples, defaults |
cli/src/palette.ts |
CLI palette showHelp() function and parseArgs() defaults |
cli/src/index.ts |
Main rampa --help text — subcommand list, IMAGE PALETTE section |
cli/src/color.ts |
CLI color subcommand help text and transform flags |
AGENTS.md |
Architecture guide — build commands, file map, conventions |