dotfiles
Verified Safeby atxtechbro
Overview
An AI agent orchestration infrastructure designed for 100x developer throughput, managing tasks and projects through a modular and reproducible development environment.
Installation
npx @playwright/mcp@latestEnvironment Variables
- GITHUB_TOKEN
- BRAVE_API_KEY
- WORK_MACHINE
- CLAUDE_CODE_USE_BEDROCK
- OTEL_EXPORTER_OTLP_ENDPOINT
Security Notes
The setup script `setup.sh` uses `set +e` which can mask errors during critical environment setup, potentially leading to an incomplete or misconfigured environment without clear indication. Multiple installation scripts utilize the `curl ... | bash` pattern, which carries an inherent risk of executing arbitrary code if the download source is compromised, though it's a common practice for installing well-known tools. The `eval` command is used in `utils/clipboard.sh` but is constrained to known shell commands (pbcopy, xclip, xsel), mitigating its direct risk. Hardcoded secrets are explicitly avoided with clear guidelines for `~/.bash_secrets`.
Similar Servers
sudocode
Git-native spec and issue management for AI-assisted software development, enabling agents to track context, manage tasks, and collaborate through structured workflows and feedback loops within a version-controlled repository. It provides agent orchestration, context persistence, and real-time visualization for complex, long-horizon software development tasks.
responsible-vibe-mcp
Manages conversation state and guides LLM coding agents through structured software development workflows with long-term project memory and multi-agent collaboration.
my-ai-tools
Provides a comprehensive setup and configuration management guide for an AI-powered developer environment, integrating various AI coding tools and their custom settings.
claude-code-buddy
An intelligent AI Agent orchestration system for Claude Code, focusing on smart task routing, prompt enhancement, project memory, workflow guidance, and planning, presented via a real-time terminal UI dashboard.