deploy-dev

Deploy Docker Compose services to a local development environment.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/maminul007/trading-platform --skill deploy-dev-maminul007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-dev
Source: https://github.com/maminul007/trading-platform/tree/main/.claude/skills/deploy-dev
Command: npx skills add https://github.com/maminul007/trading-platform --skill deploy-dev-maminul007

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of deploying services to a local development environment, simplifying the setup and management of the trading platform's components.

Core Features & Use Cases

  • Service Deployment: Easily start, stop, and manage Dockerized services for local development.
  • Environment Configuration: Supports different deployment profiles (core, full, ML) and image rebuilding.
  • Use Case: A developer needs to quickly spin up the API and UI services to test a new feature, then later deploy all services including the ML components for end-to-end testing.

Quick Start

Use the deploy-dev skill to start all services in the local development environment.

Frequently Asked Questions about deploy-dev

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

FAQPage Schema
How do I deploy services to a local development environment with Docker Compose?

Deploying services to a local development environment is handled by this Skill using Docker Compose to manage core, ML, and monitoring components with support for selective service startup and full environment deployment.

What's the best way to manage selective service startup for local development?

Selective service startup for local development is achieved by specifying deployment profiles, which allows you to target and run only the necessary core, ML, or monitoring components instead of the full environment.

Do I need Docker installed to deploy services to my local dev env?

Docker must be installed and actively running to deploy services to your local dev env, and you are also required to configure your environment variables via a .env file before starting the deployment process.

Can I rebuild images and stream logs when deploying Dockerized services?

You can rebuild images and stream logs when deploying Dockerized services because the Skill explicitly supports image rebuilding during startup and provides log streaming to monitor active service components.

What deployment profiles are available for spinning up local Docker Compose services?

Available deployment profiles for spinning up local Docker Compose services include core, full, and ML configurations, enabling you to select the exact component set required for your specific development testing scenario.