Start Hugo dev server to browse specs as website
Starts a local Hugo server to browse generated specifications as a website.
/plugin marketplace add codingawayy/cc-marketplace/plugin install specs@cc-marketplaceStart a local Hugo server to browse the generated specifications as a website.
Read ~/.claude/plugins/cache/settings.json and get the pluginPath from the cc-specs-plugin entry.
If the file or entry is missing, tell the user: "Plugin not initialized. Please restart Claude Code to trigger plugin initialization."
Run the serve script using PowerShell with the full path:
powershell.exe -NoProfile -File "<pluginPath>/scripts/serve.ps1"
Run the command in the background so the user can continue working while the server runs.
The script will:
docs.specs/ to Hugo contentThe server runs until stopped.
/specs:generate