agents-stack

envoydev/agents-stack
★ 1 stars HTML AI/LLM Updated 2d ago
Personal coding-agent skills and per-agent stack installers (skills, MCP servers, hooks/rules, plugins) for Claude Code and Cursor.
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": {
    "agents-stack": {
      "command": "npx",
      "args": [
        "-y",
        "envoydev/agents-stack"
      ]
    }
  }
}

README Excerpt

A collection of personal agent skills - reusable coding conventions and small utilities - plus per-agent **stack installers** for [Claude Code](https://code.claude.com/docs/en/skills) and `skills.sh`; the full stack (skills + MCP servers + hooks/rules, plus plugins on Claude) is laid down by the installers under `claude/` and `cursor/`.