bk-monitor-dev-server

Configure and start local development servers using pnpm dev workflows.

839|261|Updated Apr 18, 2019
One-click install
npx skills add https://github.com/TencentBlueKing/bk-bcs --skill bk-monitor-dev-server
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bk-monitor-dev-server
Source: https://github.com/TencentBlueKing/bk-bcs/tree/main/bcs-services/bcs-project-manager/.cursor/skills/bk-monitor-dev-server
Command: npx skills add https://github.com/TencentBlueKing/bk-bcs --skill bk-monitor-dev-server

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Local development often suffers from manual setup and inconsistent dev server startup; this skill automates and standardizes the process.

Core Features & Use Cases

  • Environment checks and dependency installation via scripts
  • Automated config generation and hosts setup
  • Deterministic startup of dev server across projects (frontend/backend) using pnpm dev
  • Troubleshooting guidance and quick verification steps

Quick Start

Run the dev startup workflow with the local script to configure and start the development server.

Frequently Asked Questions about bk-monitor-dev-server

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

FAQPage Schema
How do I configure and start a local dev server using pnpm?

To configure and start a local dev server using pnpm, this automates environment validation, dependency installation, config generation, and service startup via a deterministic workflow triggered by pnpm dev.

What does automated dev server setup include for frontend and backend workflows?

Automated dev server setup includes environment checks, package installation, configuration generation, and hosts setup to ensure the server is reachable at the expected URL for both frontend and backend workflows.

Why does my local development environment fail to start consistently?

Local development environments fail to start consistently due to manual setup errors, missing dependencies, or incorrect configuration, which this Skill resolves through standardized environment validation and automated configuration generation.

Can I use this to troubleshoot and verify my dev server after startup?

Yes, you can use this to troubleshoot and verify your dev server after startup, as the workflow includes quick verification steps and troubleshooting guidance to ensure the server is reachable at the expected URL.

Do I need any specific dependencies or environment setup before launching the dev server?

You do not need specific external dependencies to launch the dev server, as the workflow uses internal scripts to validate your environment, install missing packages, and generate necessary configurations automatically.