master-stack

jaybizzay/master-stack
★ 0 stars Shell Code/Dev Tools Updated 12d ago
Portable Claude Code config suite — skills, hooks, commands, MCP — shared across Jeff's AI servers
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "master-stack": {
      "command": "npx",
      "args": [
        "-y",
        "jaybizzay/master-stack"
      ]
    }
  }
}

README Excerpt

Portable Claude Code config suite — skills, hooks, commands, and a deployment mechanism — shared across Jeff's AI servers. ``` MASTER_STACK_GH_TOKEN=ghp_xxx bash -c "$(curl -fsSL https://raw.githubusercontent.com/jaybizzay/master-stack/main/bootstrap.sh)" ``` After bootstrap completes: 1. Run `claude` to log in if you did not provide a Claude auth bundle.