Files
SuperClaude/.claude/commands/dev-setup.md
NomenAK bce31d52a8 Initial commit: SuperClaude v4.0.0 configuration framework
- Core configuration files (CLAUDE.md, RULES.md, PERSONAS.md, MCP.md)
- 17 slash commands for specialized workflows
- 25 shared YAML resources for advanced configurations
- Installation script for global deployment
- 9 cognitive personas for specialized thinking modes
- MCP integration patterns for intelligent tool usage
- Token economy and ultracompressed mode support

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-22 14:02:49 +02:00

49 lines
2.2 KiB
Markdown

## Legend
| Symbol | Meaning | | Abbrev | Meaning |
|--------|---------|---|--------|---------|
| → | leads to | | CI/CD | continuous integration/deployment |
| & | and/with | | cfg | configuration |
| w/ | with | | env | environment |
Execute immediately. Add --plan flag if user wants to see plan first.
Setup comprehensive dev env or CI/CD pipeline based on $ARGUMENTS.
Thinking flags (optional):
- --think→multi-tool env coordination
- --think-hard→complex CI/CD pipeline architecture
- --ultrathink→enterprise dev infrastructure design
Examples:
- `/user:dev-setup --install --think` - Tool installation w/ dependency analysis
- `/user:dev-setup --ci --think-hard` - CI/CD pipeline w/ comprehensive workflow design
- `/user:dev-setup --monitor --ultrathink` - Complete observability infrastructure
--install flag:
- Install & cfg dev tools (Node.js, Git, Docker, DBs) | Setup IDE cfgs→consistent dev experience
- Create npm scripts→common tasks | Cfg pre-commit hooks→code quality | Setup linting & testing frameworks
--ci flag:
- Cfg CI/CD pipelines (GitHub Actions, GitLab CI, other platforms) | Setup build, test & deployment stages
- Cfg envs: dev, staging & prod | Add security scanning & dep checking | Setup deployment automation
--monitor flag:
- Cfg observability tools | Setup logging & monitoring | Add perf tracking
- Cfg error reporting | Setup alerts→critical issues
## Best Practices & Security
Ensure all cfgs follow security practices & include comprehensive docs.
Research requirements:
- Dev tools→C7 docs for installation & cfg patterns | CI/CD platforms→WebSearch platform-specific practices & guides
- Security tools→research OWASP & security scanning docs | Monitoring→check official observability platform docs
- Never cfg w/o docs - verify setup patterns | All cfgs cite sources: // Source: [setup guide ref]
Report Output:
- Setup logs: `.claudedocs/reports/dev-setup-<timestamp>.md`
- Cfg summaries: `.claudedocs/summaries/environment-config-<timestamp>.md`
- Ensure dirs: `mkdir -p .claudedocs/reports/ .claudedocs/summaries/`
- Include location: "📄 Setup report saved to: [path]"
Deliverables: Cfg scripts, CI/CD pipeline files, setup docs, env-specific cfgs & security validation report.