MCP Directory
Back

claude-code-ultimate-guide

by FlorianBruniaux · Python · ★ 5,235

The most comprehensive Claude Code guide: agentic workflows, hooks, skills, MCP servers, quizzes, and production-ready templates. 430K+ lines.

#agentic-coding#ai-assistant#ai-coding#ai-pair-programming#ai-security#anthropic#best-practices#claude#claude-code#claude-code-guide#claude-code-tutorial#cli-tool#coding-assistant#cursor-alternative#developer-tools#llm#mcp-servers#prompt-engineering#tutorial#vibe-coding

Install

pip install git+https://github.com/FlorianBruniaux/claude-code-ultimate-guide.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "claude-code-ultimate-guide": {
      "command": "uvx",
      "args": [
        "git+https://github.com/FlorianBruniaux/claude-code-ultimate-guide.git"
      ]
    }
  }
}

From the README

> **6 months of daily practice** distilled into a guide that teaches you the WHY, not just the what. From core concepts to production security, you learn to design your own agentic workflows instead of copy-pasting configs. > **If this guide helps you, [give it a star ⭐](https://github.com/FlorianBruniaux/claude-code-ultimate-guide/stargazers)** — it helps others discover it too. | Who you are | Your guide | |---|---| | 🏗️ **Tech Lead / Engineering Manager** | [Deploying Claude Code across your team →](docs/for-tech-leads.md) | | 📊 **CTO / Decision Maker** | [ROI, security posture, team ad…
Read full README on GitHub →

Related ai & ml servers