From dev-buddy
Launches a localhost web portal for managing Dev Buddy AI provider presets (list/add/update/remove, key reveal) and pipeline stage configurations. Auto-opens browser, shuts down after 60min inactivity.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-buddy:dev-buddy-configThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch the web configuration portal for managing AI provider presets and pipeline configuration.
Launch the web configuration portal for managing AI provider presets and pipeline configuration.
bun "${CLAUDE_PLUGIN_ROOT}/scripts/config-server.ts" --cwd "${CLAUDE_PROJECT_DIR}"
The server:
| Tab | Features |
|---|---|
| AI Presets | List, add, update, remove presets; reveal/hide API keys |
| Pipeline Config | Configure which preset each stage uses |
The server prints a single JSON line to stdout on successful start:
{ "port": 12345, "url": "http://localhost:12345" }
Tell the user: Web portal running at http://localhost:{port}. Press Ctrl+C or close the terminal to stop.
The server also opens the browser automatically. If the browser does not open (e.g., SSH environment), the user can manually navigate to the URL.
The portal stops automatically after 60 minutes of inactivity. To stop it manually:
Ctrl+C in the terminal running the serverhttp://localhost:{port} originnpx claudepluginhub z-m-huang/vcp --plugin dev-buddyRedirects to the interactive setup wizard for Claude Octopus configuration including provider installation, RTK token optimization, and work mode selection.
Deprecated redirect skill pointing users to the renamed `configs-create` skill instead. Do not activate when matched; prefer configs-create.
Provides foundational configuration context. Invoked via /Config or when Claude needs to reference its own configuration setup.