docs serve
Build docs and serve them locally over HTTP.
skil docs serve [options]Options
Section titled “Options”--source <path>: source directory to scan for skills (default.).--output <path>: output directory for generated site (defaultsite).--host <host>: bind host (default127.0.0.1).--port <port>: bind port (default4173).--full-depth: keep full directory depth while discovering skills.
Example
Section titled “Example”skil docs serve --source . --port 4173