Agent skill
development-environment-setup
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
- VS Code. "Documentation." code.visualstudio.com, 2024.
- Docker. "Docker Desktop." docs.docker.com, 2024.
- pnpm. "Documentation." pnpm.io, 2024.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
computer-science-fundamentals
A comprehensive guide covering the fundamentals of computer science. From hardware internals and data representation to algorithms, data structures, computation theory, programming paradigms, and software engineering basics — a systematic guide to all the CS foundations every engineer needs.
operating-system-guide
programming-language-fundamentals
algorithm-and-data-structures
linux-cli-mastery
aws-cloud-guide
Didn't find tool you were looking for?