ai-agent-guidebook

ai-infra-curriculum/ai-agent-guidebook
★ 5 stars Shell AI/LLM Updated 6d ago
Comprehensive guides for AI coding assistants: Claude Code, GitHub Copilot, Gemini CLI. Includes MCP servers, multi-agent orchestration, and production templates.
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": {
    "ai-agent-guidebook": {
      "command": "npx",
      "args": [
        "-y",
        "ai-infra-curriculum/ai-agent-guidebook"
      ]
    }
  }
}

README Excerpt

<!-- aicg:site-banner --> > 🎓 Part of the **free, open-source AI Infrastructure Curriculum**. For live, instructor-led **[cohorts](https://ai-infra-curriculum.github.io/junior.html)** and **[team programs](https://ai-infra-curriculum.github.io/teams.html)**, visit **[ai-infra-curriculum.github.io](https://ai-infra-curriculum.github.io/)**.

Topics

ai-coding-assistantsai-documentationclaude-codecoding-guidesdeveloper-toolsgemini-cligithub-copilotllm-toolsmcp-serversprompt-engineering