$npx -y skills add epicsagas/Velith --skill book-statusBook project status and progress dashboard. Writes status.json for the web UI.
| 1 | # Book Status |
| 2 | |
| 3 | Run: `node {PLUGIN_ROOT}/velith.mjs scan [dir] [--ui] --plugin-root={PLUGIN_ROOT}` |
| 4 | |
| 5 | Outputs: `{dir}/.velith/status.json`, `~/.velith/projects.json`, terminal ASCII dashboard. |
| 6 | |
| 7 | `--ui` opens browser dashboard at `http://localhost:9631/{index}/overview`. |