1 line
1.9 KiB
JSON
1 line
1.9 KiB
JSON
{"content": "---\nallowed-tools: Read, Write, Edit, Bash\nargument-hint: [environment-type] | --local | --docker | --cloud | --full-stack\ndescription: Setup comprehensive development environment with tools, configurations, and workflows\n---\n\n# Setup Development Environment\n\nSetup comprehensive development environment with modern tooling: **$ARGUMENTS**\n\n## Current Environment State\n\n- Operating system: !`uname -s` and architecture detection\n- Development tools: !`node --version 2>/dev/null || python --version 2>/dev/null || echo \"No runtime detected\"`\n- Package managers: !`which npm yarn pnpm pip poetry cargo 2>/dev/null | wc -l` managers available\n- IDE/Editor: Check for VS Code, IntelliJ, or other development environments\n\n## Task\n\nConfigure complete development environment with modern tools and best practices:\n\n**Environment Type**: Use $ARGUMENTS to specify local setup, Docker-based, cloud environment, or full-stack development\n\n**Environment Setup**:\n1. **Runtime Installation** - Programming languages, package managers, version managers (nvm, pyenv, rustup)\n2. **Development Tools** - IDE configuration, extensions, debuggers, profilers, database clients\n3. **Build System** - Compilers, bundlers, task runners, CI/CD tools, testing frameworks\n4. **Code Quality** - Linting, formatting, pre-commit hooks, code analysis tools\n5. **Environment Configuration** - Environment variables, secrets management, configuration files\n6. **Team Synchronization** - Shared configurations, documentation, onboarding guides\n\n**Advanced Features**: Hot reloading, debugging configuration, performance monitoring, container orchestration.\n\n**Automation**: Automated setup scripts, configuration management, team environment synchronization.\n\n**Output**: Complete development environment with documented setup process, team configurations, and troubleshooting guides."} |