Back to Home
atxtechbro icon

dotfiles

Verified Safe

by atxtechbro

Overview

An AI agent orchestration infrastructure designed for 100x developer throughput, managing tasks and projects through a modular and reproducible development environment.

Installation

Run Command
npx @playwright/mcp@latest

Environment 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

Stats

Interest Score38
Security Score7
Cost ClassHigh
Avg Tokens3500
Stars14
Forks1
Last Update2025-12-09

Tags

AIAgent OrchestrationDotfilesDevelopment EnvironmentProductivity