Setup Development Environment
Commands setup 422
npx claude-code-templates@latest --command setup/setup-development-environment Content
Setup Development Environment
Setup comprehensive development environment with modern tooling: $ARGUMENTS
Current Environment State
- Operating system: !
uname -sand architecture detection - Development tools: !
node --version 2>/dev/null || python --version 2>/dev/null || echo "No runtime detected" - Package managers: !
which npm yarn pnpm pip poetry cargo 2>/dev/null | wc -lmanagers available - IDE/Editor: Check for VS Code, IntelliJ, or other development environments
Task
Configure complete development environment with modern tools and best practices:
Environment Type: Use $ARGUMENTS to specify local setup, Docker-based, cloud environment, or full-stack development
Environment Setup:
- Runtime Installation - Programming languages, package managers, version managers (nvm, pyenv, rustup)
- Development Tools - IDE configuration, extensions, debuggers, profilers, database clients
- Build System - Compilers, bundlers, task runners, CI/CD tools, testing frameworks
- Code Quality - Linting, formatting, pre-commit hooks, code analysis tools
- Environment Configuration - Environment variables, secrets management, configuration files
- Team Synchronization - Shared configurations, documentation, onboarding guides
Advanced Features: Hot reloading, debugging configuration, performance monitoring, container orchestration.
Automation: Automated setup scripts, configuration management, team environment synchronization.
Output: Complete development environment with documented setup process, team configurations, and troubleshooting guides.