Claude Code Plugins

Community-maintained marketplace

Feedback

start-dev-server

@comet-ml/opik
15.4k
0

Starts the local development servers for backend and frontend.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name start-dev-server
description Starts the local development servers for backend and frontend.
allowed-tools Read, Grep, Glob, Execute

Overview

This skill starts the local development servers for backend and frontend. Also, it starts the necessary services for the backend in the Docker container. The skill is useful for developers who want to work on the backend and frontend of the project.

Example usage

"Start the local development servers for backend and frontend" "Start the local development servers" "Stop the local development servers" "Show logs of the local development servers"

Scripts

Start the local development servers for backend and frontend

  • GIT_ROOT/scripts/dev-runner.sh --start

Stop the local development servers for backend and frontend

  • GIT_ROOT/scripts/dev-runner.sh --stop

Shows logs of the local development servers for backend and frontend

  • GIT_ROOT/scripts/dev-runner.sh --logs