dev-environment

Automates Docker-based PostgreSQL and Kafka setup with environment variables, ports, build/test steps, and Prometheus/Grafana observability for developers.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/sayaya1090/handbook --skill dev-environment-sayaya1090
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-environment
Source: https://github.com/sayaya1090/handbook/tree/main/.gemini/skills/dev-environment
Command: npx skills add https://github.com/sayaya1090/handbook --skill dev-environment-sayaya1090

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

로컬 개발과 테스트를 빠르게 시작하고 유지하는 과정에서 생기는 설정의 복잡함과 반복 작업을 줄여 생산성을 높입니다.

Core Features & Use Cases

  • 인프라 구성 가이드: Docker 기반의 PostgreSQL 및 Kafka 스택 구성
  • 환경 변수 및 서비스 포트: 기본값 제시와 포트 매핑
  • 빌드 & 테스트: 전체 및 모듈별 테스트 실행 방법과 주의사항
  • 모니터링 로컬 설정: Prometheus/Grafana 로컬 관찰성 구성 방법

Quick Start

로컬 개발 및 테스트 환경을 Docker 기반으로 즉시 구성하고 실행한다.

Frequently Asked Questions about dev-environment

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

FAQPage Schema
How do I set up a local development environment with Docker and Kafka?

A local development environment with Docker and Kafka requires configuring Docker-based infrastructure, defining environment variables, and mapping service ports. This Skill automates guidance for immediate infrastructure setup and execution.

What is the best way to configure local observability with Prometheus and Grafana?

Configuring local observability with Prometheus and Grafana involves setting up monitoring agents within your Docker stack to collect and visualize metrics. This Skill provides local observability configurations alongside your development infrastructure.

How do I run module-specific testing pipelines in a Docker-based infrastructure?

Running module-specific testing pipelines in a Docker-based infrastructure requires executing targeted build and test steps. You can run full or module-specific tests by applying the provided test execution methods and observing specific precautions.

Can I use Playwright for testing pipelines in a local development setup?

Yes, you can integrate Playwright into your testing pipelines within a local development setup. The environment automates build and test step guidance, accommodating testing workflows across various modules including Playwright.

Do I need predefined environment variables and service ports for PostgreSQL and Kafka?

Yes, predefined environment variables and service ports are necessary for PostgreSQL and Kafka to avoid conflicts and ensure correct service mapping. The setup provides default values and port mappings to streamline configuration.