This generates reference documentation for your library's public API by reading source code directly, not guessing from context. It maintains a manifest to track every component, function, or command as a separate entry, starting with a full scan to build the list, then letting you generate docs one at a time or in batches. The batch mode forces you to approve 2-3 sample entries before it processes the rest, which saves you from reviewing 50 identical mistakes. It's strict about extracting types, defaults, and signatures from actual code rather than copying and renaming. Useful when you need accurate API docs that stay synced with implementation changes, distinct from task-oriented guides that teach workflows.
npx skills add https://github.com/liuzhengdongfortest/codestable --skill cs-libdoc