dev-buddy-config

Configure AI provider presets, pipeline stages, and session health via a Bun-based web portal.

14|3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/Z-M-Huang/vcp --skill dev-buddy-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-buddy-config
Source: https://github.com/Z-M-Huang/vcp/tree/main/plugins/dev-buddy/skills/dev-buddy-config
Command: npx skills add https://github.com/Z-M-Huang/vcp --skill dev-buddy-config

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Centralizes management of Dev Buddy presets, pipeline configurations, and session status to streamline AI workflow setup.

Core Features & Use Cases

  • Web portal to view, add, update, and remove presets; configure which pipeline stages use which presets; monitor session health across projects.
  • Use cases include onboarding new teams, auditing configurations across projects, and quickly adjusting pipelines for experiments.

Quick Start

Launch the Dev Buddy web portal and begin configuring presets and pipelines from your browser.

Frequently Asked Questions about dev-buddy-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure AI provider presets and pipeline stages for multiple projects?

Centralize AI provider presets and pipeline stage configurations by launching a web portal to view, add, update, and remove presets across projects. The portal enables quick adjustments and session health monitoring for teams managing multiple workflows.

How does session management and health monitoring work for Dev Buddy pipelines?

Session management tracks pipeline health across projects via a Bun-based web server serving an Alpine.js SPA. It monitors active sessions and auto-shuts down after inactivity, satisfying lifecycle and runtime requirements for AI workflow pipelines.

How do I launch the Dev Buddy configuration portal to adjust my pipeline?

Launch the Dev Buddy configuration portal by running a Bun-based server that serves an Alpine.js SPA. The server auto-opens a browser to the portal interface, allowing you to immediately view, add, update, or remove presets and configure pipeline stages.

Do I need Bun installed to run the Dev Buddy web configuration portal?

Yes, Bun is required to run the Dev Buddy web configuration portal, as the server is Bun-based. The server serves an Alpine.js SPA, auto-opens a browser, and auto-shuts down after inactivity to manage lifecycle requirements efficiently.

What is the best way to onboard new teams to manage AI presets and pipeline configurations?

Onboard new teams by using a centralized web portal to audit configurations across projects and quickly adjust pipelines for experiments. This approach streamlines AI workflow setup by providing a single interface to view, add, update, and remove presets.

Why does the web portal automatically shut down after inactivity?

The web portal auto-shuts down after inactivity to satisfy lifecycle and runtime requirements efficiently. Running a Bun-based server serving an Alpine.js SPA, it conserves resources when configuration adjustments and session health monitoring are no longer active.