Agent skill

development-environment-setup

Stars 5
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/Gaku52/claude-code-skills/tree/main/05-infrastructure/development-environment-setup

SKILL.md

日本語版

Development Environment Setup

Productive development starts with a well-configured environment. This guide covers editor configuration, runtime management, package managers, Docker-based development environments, and team-wide standardization -- everything you need to build a modern development setup.

Target Audience

  • Engineers setting up development environments for new projects
  • Tech leads looking to standardize their team's development environment
  • Developers who want to learn Docker-based development environments

Prerequisites

  • Basic terminal operations
  • Fundamental Git knowledge

Study Guide

00-editor-and-tools — Editors and Development Tools

# File Description

01-runtime-and-package — Runtime and Package Management

# File Description

02-docker-dev — Docker Development Environment

# File Description

03-team-setup — Team-Wide Configuration

# File Description

Quick Reference

Recommended Development Stack:
  Editor:       VS Code + extensions or Cursor
  Terminal:     Warp (macOS) / Windows Terminal
  Shell:        zsh + starship prompt
  Node.js:      fnm (recommended) or mise
  Packages:     pnpm (recommended)
  Linter:       Biome (recommended) or ESLint + Prettier
  Git Hooks:    husky + lint-staged
  Docker:       Docker Desktop or OrbStack (macOS)
  DB GUI:       TablePlus or DBeaver
  API:          Bruno or Hoppscotch
  AI:           GitHub Copilot + Claude Code

References

  1. VS Code. "Documentation." code.visualstudio.com, 2024.
  2. Docker. "Docker Desktop." docs.docker.com, 2024.
  3. pnpm. "Documentation." pnpm.io, 2024.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results