devbox-config

trevoraspencer/devbox-config
★ 0 stars Shell 🤖 AI/LLM Updated 2d ago
Standardized config bundle for AI coding agents on Ubuntu 24.04 dev boxes — hooks, skills, MCP servers, AGENTS.md across Claude Code, Factory Droid, Codex CLI, Grok Build.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "devbox-config": {
      "command": "npx",
      "args": [
        "-y",
        "trevoraspencer/devbox-config"
      ]
    }
  }
}

README Excerpt

Standardized configuration bundle for AI coding agents on Trevor's Ubuntu 24.04 dev boxes. Installs and wires up Claude Code, Factory Droid, Codex CLI, and Grok Build with a shared set of hooks, skills, MCP servers, and a user-level `AGENTS.md`. ```bash git clone https://github.com/trevoraspencer/devbox-config.git ~/code/devbox-config

Tools (2)

context7neovim