by FlorianBruniaux
A comprehensive, 430K‑line reference that teaches the why behind Claude Code, covering agentic workflows, hooks, skills, MCP servers, quizzes, security hardening, and production‑ready templates.
The guide provides an in‑depth learning platform for Claude Code, the Anthropic CLI that enables AI‑assisted development. It goes beyond configuration snippets, delivering mental models, trade‑off analyses, security threat intelligence, methodology walkthroughs (TDD/SDD/BDD), 48 Mermaid diagrams, a 473‑question quiz, and 275 annotated templates.
serverConfig section) and add it to ~/.claude.json.search_guide, read_section, or slash commands like /ccguide:dig.search_guide, get_example, list_threats, etc.) and 13 slash commands.Q: Do I need to clone the repository to use the MCP server?
A: No. The server runs via npx and can be invoked directly from any Claude Code session after adding the entry to ~/.claude.json.
Q: Can I use the guide offline? A: Yes. A downloadable ~700‑page PDF/EPUB is provided in both English and French.
Q: How often is the threat database updated? A: The guide tracks new CVEs and malicious‑skill patterns continuously; updates are released with each guide version.
Q: Are the templates free to reuse? A: All templates are released under CC0, so they can be copied, modified, and distributed without attribution.
Q: What if I need a newer Claude model?
A: The guide’s architecture section explains model selection; you can switch models via the model flag in your Claude Code config.
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 ⭐ — it helps others discover it too.
| Who you are | Your guide |
|---|---|
| 🏗️ Tech Lead / Engineering Manager | Deploying Claude Code across your team → |
| 📊 CTO / Decision Maker | ROI, security posture, team adoption → |
| 💼 CIO / CEO | Budget, risk, what to ask your tech team (3 min) → |
| 🎨 Product Manager / Designer | Vibe coding, working with AI-assisted dev teams → |
| ✍️ Writer / Ops / Manager | Claude Cowork Guide (separate repo) → |
| 👨💻 Developer (all levels) | You're in the right place — read on ↓ |
| 🧭 Career pivot / new AI role | AI Roles & Career Paths → |
This guide teaches you to think differently about AI-assisted development:
Outcome: Go from copy-pasting configs to designing your own agentic workflows with confidence.
Both guides serve different needs. Choose based on your priority.
| Your Goal | This Guide | everything-claude-code |
|---|---|---|
| Understand why patterns work | Deep explanations + architecture | Config-focused |
| Quick setup for projects | Available but not the priority | Battle-tested production configs |
| Learn trade-offs (agents vs skills) | Decision frameworks + comparisons | Lists patterns, no trade-off analysis |
| Security hardening | Only threat database (28 CVEs) | Basic patterns only |
| Test understanding | 473-question quiz | Not available |
| Methodologies (TDD/SDD/BDD) | Full workflow guides | Not covered |
| Copy-paste ready templates | 268 templates | 200+ templates |
EDUCATIONAL DEPTH
▲
│
│ ★ This Guide
│ Security + Methodologies + 24K+ lines
│
│ [Everything-You-Need-to-Know]
│ SDLC/BMAD beginner
─────────────────────────┼─────────────────────────► READY-TO-USE
[awesome-claude-code] │ [everything-claude-code]
(discovery, curation) │ (plugin, 1-cmd install)
│
│ [claude-code-studio]
│ Context management
│
SPECIALIZED
5 unique gaps no competitor covers:
/self-assessment skill with personalized learning path recommendationsRecommended workflow:
Both resources are complementary, not competitive. Use what fits your current need.
New to Claude Code? → 7-Module Learning Path — 8-11 hours, beginner to advanced
Quickest path: Cheat Sheet — 1 printable page with daily essentials
Interactive onboarding (no setup needed):
claude "Fetch and follow the onboarding instructions from: https://raw.githubusercontent.com/FlorianBruniaux/claude-code-ultimate-guide/main/tools/onboarding-prompt.md"
Browse directly: Full Guide | Learning Path | Visual Diagrams | Examples | Quiz
No cloning needed. Add to ~/.claude.json and ask questions directly from any session:
{
"mcpServers": {
"claude-code-guide": {
"type": "stdio",
"command": "npx",
"args": ["-y", "claude-code-ultimate-guide-mcp"]
}
}
}
17 tools: search_guide, read_section, get_cheatsheet, get_digest, get_example, list_examples, search_examples, get_release, get_changelog, compare_versions, list_topics, get_threat, list_threats, plus init_official_docs, refresh_official_docs, diff_official_docs, search_official_docs (v1.1.0 — official Anthropic docs tracker) — plus 13 slash commands /ccguide:* and a Haiku agent.
Onboarding one-liner (once MCP is configured):
claude "Use the claude-code-guide MCP server. Activate the claude-code-expert prompt, then run a personalized onboarding: ask me 3 questions about my goal, experience level, and preferred tone — then build a custom learning path using search_guide and read_section to navigate the guide with live source links."
📦 claude-code-ultimate-guide/
│
├─ 📖 guide/ Core Documentation (24K+ lines)
│ ├─ learning-path/ 7-Module Learning Path (beginners → advanced)
│ ├─ ultimate-guide.md Complete reference, 10 sections
│ ├─ cheatsheet.md 1-page printable
│ ├─ architecture.md How Claude Code works internally
│ ├─ methodologies.md TDD, SDD, BDD workflows
│ ├─ diagrams/ 48 Mermaid diagrams (10 thematic files)
│ ├─ third-party-tools.md Community tools (RTK, ccusage, Entire CLI)
│ ├─ mcp-servers-ecosystem.md Official & community MCP servers
│ └─ workflows/ Step-by-step guides
│
├─ 📋 examples/ 275 Production Templates
│ ├─ CATALOG.md Auto-generated index by complexity, time, domain
│ ├─ agents/ 23 custom AI personas
│ ├─ commands/ redirect stubs (migrated to skills/ in CC 2.1.3)
│ ├─ hooks/ 37 hooks (bash + PowerShell)
│ ├─ skills/ 66 skills (9 on SkillHub)
│ └─ scripts/ Utility scripts (audit, search)
│
├─ 🧠 quiz/ 473 Questions
│ ├─ 9 categories Setup, Agents, MCP, Trust, Advanced...
│ ├─ 4 profiles Junior, Senior, Power User, PM
│ └─ Instant feedback Doc links + score tracking
│
├─ 🔧 tools/ Interactive Utilities
│ ├─ onboarding-prompt Personalized guided tour
│ └─ audit-prompt Setup audit & recommendations
│
├─ 🤖 machine-readable/ AI-Optimized Index
│ ├─ reference.yaml Structured index (~43K tokens), powers landing site CMD+K search
│ ├─ claude-code-releases.yaml Structured releases changelog
│ └─ llms.txt Standard LLM context file
│
└─ 📚 docs/ 167 Resource Evaluations
└─ resource-evaluations/ 5-point scoring, source attribution
Outcome: Design your own workflows instead of copy-pasting blindly.
We teach how Claude Code works and why patterns matter:
What this means for you: Troubleshoot issues independently, optimize for your specific use case, know when to deviate from patterns.
Outcome: Grasp complex concepts instantly through visual mental models.
48 interactive diagrams across 10 thematic files — GitHub-native Mermaid rendering + ASCII fallback for every diagram:
What this means for you: Understand the master loop before reading 24K+ lines, see multi-agent topologies at a glance, share visual security threat models with your team.
Outcome: Protect production systems from AI-specific attacks.
Only guide with systematic threat tracking:
Threat Database → | Security Guide →
What this means for you: Vet MCP servers before trusting them, detect attack patterns in configs, comply with security audits.
Outcome: Verify your understanding + identify knowledge gaps.
Only comprehensive assessment available — test across 9 categories:
Features: 4 skill profiles (Junior/Senior/Power User/PM), instant feedback with doc links, weak area identification
Try Quiz Online → | Run Locally
What this means for you: Know what you don't know, track learning progress, prepare for team adoption discussions.
Outcome: Parallelize work on large codebases (Fountain: 50% faster, CRED: 2x speed).
Only comprehensive guide to Anthropic's multi-agent coordination:
Agent Teams Workflow → | Section 9.20 →
What this means for you: Break monolithic tasks into parallelizable work, coordinate multi-file refactors, review your own AI-generated code.
Outcome: Maintain code quality while working with AI.
Complete guides with rationale and examples:
What this means for you: Choose the right workflow for your team culture, integrate AI into existing processes, avoid technical debt from AI over-reliance.
Outcome: Learn patterns, not just configs.
Educational templates with explanations:
What this means for you: Understand the reasoning behind patterns, adapt templates to your context, create your own custom patterns.
Outcome: Trust our recommendations are evidence-based.
Systematic assessment of external resources (5-point scoring):
What this means for you: Save time vetting resources, understand limitations before adopting tools, make informed decisions.
Product Manager (5 steps):
Note: Non-coding PMs should consider Claude Cowork Guide instead.
DevOps / SRE (5 steps):
Product Designer (5 steps):
cc-copilot-bridge routes Claude Code through GitHub Copilot Pro+ for flat-rate access ($10/month instead of per-token billing).
# Install
git clone https://github.com/FlorianBruniaux/cc-copilot-bridge.git && cd cc-copilot-bridge && ./install.sh
# Use
ccc # Copilot mode (flat $10/month)
ccd # Direct Anthropic mode (per-token)
cco # Offline mode (Ollama, 100% local)
Benefits: Multi-provider switching, rate limit bypass, 99%+ cost savings on heavy usage.
Claude Code can generate 1.75x more logic errors than human-written code (ACM 2025). Every output must be verified. Use /insights commands and verify patterns through tests.
Strategy: Solo dev (verify logic + edge cases). Team (systematic peer review). Production (mandatory gating tests).
28 CVEs identified in Claude Code ecosystem. 655 malicious skills in supply chain. MCP servers can read/write your codebase.
Strategy: Systematic audit (5-min checklist). Community-vetted MCP Safe List. Vetting workflow documented in guide.
At 70% context, Claude starts losing precision. At 85%, hallucinations increase. At 90%+, responses become erratic.
Strategy: 0-50% (work freely). 50-70% (attention). 70-90% (/compact). 90%+ (/clear mandatory).
Start with basic CLAUDE.md + a few commands. Test in production for 2 weeks. Add agents/skills only if need is proven.
Strategy: Phase 1 (basic). Phase 2 (commands + hooks if needed). Phase 3 (agents if multi-context). Phase 4 (MCP servers if truly required).
TDD/SDD/BDD are not optional with Claude Code. AI accelerates bad code as much as good code.
Strategy: TDD (critical logic). SDD (architecture upfront). BDD (PM/dev collaboration). GSD (throwaway prototypes).
| # | Rule | Key Metric | Action |
|---|---|---|---|
| 1 | Verify Trust | 1.75x more logic errors | Test everything, peer review |
| 2 | Vet MCPs | 28 CVEs, 655 malicious skills | 5-min audit checklist |
| 3 | Manage Context | 70% = precision loss | /compact at 70%, /clear at 90% |
| 4 | Start Simple | 2-week test period | Phase 1→4 progressive adoption |
| 5 | Use Methodologies | AI amplifies good AND bad | TDD/SDD/BDD by context |
Context management is critical. See the Cheat Sheet for thresholds and actions.
| Resource | Purpose | Tokens |
|---|---|---|
| llms.txt | Standard context file | ~1K |
| reference.yaml | Structured index with line numbers | ~2K |
Quick load: curl -sL https://raw.githubusercontent.com/FlorianBruniaux/claude-code-ultimate-guide/main/machine-readable/reference.yaml
reference.yaml is organized into several top-level sections:
| Section | Content |
|---|---|
lines |
Line number references for key sections in ultimate-guide.md |
deep_dive |
Key → file path mappings for all guides, examples, hooks, agents, commands |
decide |
Decision tree (when to use what) |
stats |
Counters (templates, questions, CVEs…) |
The deep_dive section powers the landing site CMD+K search. The build script (scripts/build-guide-index.mjs) parses it to generate 160 search entries.
The CMD+K search on the landing site is an explicit index — not a full-text search. Only entries listed in deep_dive are indexed. Keywords are derived mechanically from the key name and file path, not from the file content.
Consequence: adding a new guide section requires explicitly adding an entry to deep_dive, then running pnpm build:search in the landing repo.
Adding a new entry to deep_dive:
deep_dive:
# existing entries...
my_new_section: "guide/my-new-file.md" # local guide file
my_hook_example: "examples/hooks/bash/foo.sh" # example file
my_section_ref: "guide/ultimate-guide.md:1234" # with line number anchor
Critical: avoid duplicate keys. If a key appears twice in deep_dive, the YAML parser fails and the landing site search index becomes empty (0 entries). The build exits with a warning but no hard error:
[build-guide-index] ERROR: Failed to parse YAML: duplicated mapping key
[build-guide-index] Generating empty guide-search-entries.ts
Use distinct names — e.g. if you need both a line-number reference and a file path for the same concept, suffix the line-number key with _line:
security_gate_hook_line: 6907 # line number ref
security_gate_hook: "examples/hooks/bash/security-gate.sh" # file path ref
11 focused whitepapers covering Claude Code in depth — PDF + EPUB, available in French and English. 472 pages total.
Coming soon — currently in private access. Public release planned.
| # | FR | EN | Pages |
|---|---|---|---|
| 00 | De Zéro à Productif | From Zero to Productive | 20 |
| 01 | Prompts qui Marchent | Prompts That Work | 40 |
| 02 | Personnaliser Claude | Customizing Claude | 47 |
| 03 | Sécurité en Production | Security in Production | 48 |
| 04 | L'Architecture Démystifiée | Architecture Demystified | 40 |
| 05 | Déployer en Équipe | Team Deployment | 43 |
| 06 | Privacy & Compliance | Privacy & Compliance | 29 |
| 07 | Guide de Référence | Reference Guide | 87 |
| 08 | Agent Teams | Agent Teams | 42 |
| 09 | Apprendre avec l'IA | Learning with AI — UVAL protocol, comprehension debt | 49 |
| 10 | Convaincre son Employeur | Making the Case for AI — ROI dossier for CEO/CTO/CFO | 27 |
57 single-page A4 reference cards — printable, one concept per card. Available in French; English version in progress.
Browse online: cc.bruniaux.com/cheatsheets/
Claude Cowork is the companion guide for non-technical users (knowledge workers, assistants, managers).
Same agentic capabilities as Claude Code, but through a visual interface with no coding required.
→ Claude Cowork Guide — File organization, document generation, automated workflows
Status: Research preview (Pro 100-200/mo, macOS only, VPN incompatible)
All 268 templates from this guide packaged as installable Claude Code plugins, hooks auto-wired, no manual config:
# Add the marketplace
claude plugin marketplace add FlorianBruniaux/claude-code-plugins
# Install the plugins you need
claude plugin install security-suite # OWASP auditing, cyber-defense pipeline, 13 hooks
claude plugin install devops-pipeline # CI/CD, git worktrees, GitHub Actions
claude plugin install release-automation # Changelog + release notes + social content
claude plugin install code-quality # SOLID refactoring, TDD, GoF patterns, 6 agents
claude plugin install pr-workflow # Planning gates, PR/issue triage, handoffs
claude plugin install session-tools # ccboard monitoring, voice refinement, 11 hooks
claude plugin install ai-methodology # Scaffolding, 6-stage talk pipeline, context-engineering
claude plugin install session-summary # Session analytics dashboard (15 sections)
FlorianBruniaux/claude-code-plugins: 8 plugins, 268 templates, one marketplace
| Project | Focus | Best For |
|---|---|---|
| everything-claude-code | Production configs (45k+ stars) | Quick setup, battle-tested patterns |
| claude-code-templates | Distribution (200+ templates) | CLI installation (17k stars) |
| anthropics/skills | Official Anthropic skills (60K+ stars) | Documents, design, dev templates |
| anthropics/claude-plugins-official | Plugin dev tools (3.1K installs) | CLAUDE.md audit, automation discovery |
| skills.sh | Skills marketplace | One-command install (Vercel Labs) |
| awesome-claude-code | Curation | Resource discovery |
| youtube-skills | 12 YouTube skills (search, transcripts, chapters) | Claude Code, Cursor, Windsurf, Cline |
| awesome-claude-skills | Skills taxonomy | 62 skills across 12 categories |
| awesome-claude-md | CLAUDE.md examples | Annotated configs with scoring |
| ctop | Session monitoring (htop for AI agents) | Real-time CPU, memory, tokens, costs |
| AI Coding Agents Matrix | Technical comparison | Comparing 23+ alternatives |
Community: 🇫🇷 Dev With AI — 1500+ devs on Slack, meetups in Paris, Bordeaux, Lyon
→ AI Ecosystem Guide — Complete integration patterns with complementary AI tools
Comprehensive MCP security coverage — the only guide with a threat intelligence database and production hardening workflows.
| Tool | Purpose | Maintained By |
|---|---|---|
| claude-code-security-review | GitHub Action for automated security scanning | Anthropic (official) |
| This Guide's Threat DB | Intelligence layer (28 CVEs, 655 malicious skills) | Community |
Workflow: Use GitHub Action for automation → Consult Threat DB for threat intelligence.
28 CVE-mapped vulnerabilities and 655 malicious skills tracked in examples/skills/update-threat-db/threat-db.yaml:
| Threat Category | Count | Examples |
|---|---|---|
| Code/Command Injection | 5 CVEs | CLI bypass (CVE-2025-66032), child_process exec |
| Path Traversal & Access | 4 CVEs | Symlink escape (CVE-2025-53109), prefix bypass |
| RCE & Prompt Hijacking | 4 CVEs | MCP Inspector RCE (CVE-2025-49596), session hijack |
| SSRF & DNS Rebinding | 4 CVEs | WebFetch SSRF (CVE-2026-24052), DNS rebinding |
| Data Leakage | 1 CVE | Cross-client response leak (CVE-2026-25536) |
| Malicious Skills | 655 patterns | Unicode injection, hidden instructions, auto-execute |
Taxonomies: 10 attack surfaces × 11 threat types × 8 impact levels
| Resource | Purpose | Time |
|---|---|---|
| Security Hardening Guide | MCP vetting, injection defense, audit workflow | 25 min |
| Data Privacy Guide | Retention policies (5yr → 30d → 0), GDPR compliance | 10 min |
| Sandbox Isolation | Docker sandboxes for untrusted MCP servers | 10 min |
| Production Safety | Infrastructure locks, port stability, DB safety | 20 min |
/security-check # Quick scan config vs known threats (~30s)
/security-audit # Full 6-phase audit with score /100 (2-5min)
/update-threat-db # Research & update threat intelligence
/audit-agents-skills # Quality audit with security checks
38 production hooks (bash + PowerShell) in examples/hooks/:
| Hook | Purpose |
|---|---|
| dangerous-actions-blocker | Block rm -rf, force-push, production ops |
| prompt-injection-detector | Detect injection patterns in CLAUDE.md/prompts |
| unicode-injection-scanner | Detect hidden Unicode (zero-width, RTL override) |
| output-secrets-scanner | Prevent API keys/tokens in Claude responses |
Systematic evaluation before trusting MCP servers:
This guide is the result of 6 months of daily practice with Claude Code. The goal isn't to be exhaustive (the tool evolves too fast), but to share what works in production.
What you'll find:
What you won't find:
Use this guide critically. Experiment. Share what works for you.
Feedback welcome: GitHub Issues
Florian Bruniaux — Founding Engineer @ Méthode Aristote (EdTech + AI). 12 years in tech (Dev → Lead → EM → VP Eng → CTO). Current focus: Rust CLI tools, MCP servers, AI developer tooling.
| Project | Description | Links |
|---|---|---|
| RTK | CLI proxy — 60-90% LLM token reduction | GitHub · Site |
| ccboard | Real-time TUI/Web dashboard for Claude Code | GitHub · Demo |
| Claude Cowork Guide | 26 business workflows for non-coders | GitHub · Site |
| cc-copilot-bridge | Bridge between Claude Code & GitHub Copilot | GitHub · Site |
| Agent Academy | MCP server for AI agent learning | GitHub |
| techmapper | Tech stack mapping & visualization | GitHub |
| File | Purpose | Time |
|---|---|---|
| Ultimate Guide | Complete reference (24K+ lines), 10 sections | 30-40h (full) • Most consult sections |
| Cheat Sheet | 1-page printable reference | 5 min |
| Visual Reference | 20 ASCII diagrams for key concepts | 5 min |
| Architecture | How Claude Code works internally | 25 min |
| Methodologies | TDD, SDD, BDD reference | 20 min |
| Workflows | Practical guides (TDD, Plan-Driven, Task Management) | 30 min |
| Data Privacy | Retention & compliance | 10 min |
| Security Hardening | MCP vetting, injection defense | 25 min |
| Sandbox Isolation | Docker Sandboxes, cloud alternatives, safe autonomy | 10 min |
| Production Safety | Port stability, DB safety, infrastructure lock | 20 min |
| DevOps & SRE | FIRE framework, K8s troubleshooting, incident response | 30 min |
| AI Ecosystem | Complementary AI tools & integration patterns | 20 min |
| AI Traceability | Code attribution & provenance tracking | 15 min |
| Search Tools Cheatsheet | Grep, Serena, ast-grep, grepai comparison | 5 min |
| Learning with AI | Use AI without becoming dependent | 15 min |
| Claude Code Releases | Official release history | 10 min |
| Credits | Open-source inspirations and pattern attributions | 2 min |
Agents (23): code-reviewer, test-writer, security-auditor, refactoring-specialist, output-evaluator, devops-sre ⭐
Skills (74): /pr, /commit, /release-notes, /diagnose, /security, /security-check **, /security-audit **, /update-threat-db **, /refactor, /explain, /optimize, /ship...
Security Hooks (38): dangerous-actions-blocker, prompt-injection-detector, unicode-injection-scanner, output-secrets-scanner...
Skills (64): Claudeception — Meta-skill that auto-generates skills from session discoveries ⭐
Plugins (1): SE-CoVe — Chain-of-Verification for independent code review (Meta AI, ACL 2024)
Utility Scripts: session-search.sh, audit-scan.sh
GitHub Actions: claude-pr-auto-review.yml, claude-security-review.yml, claude-issue-triage.yml
Integrations (1): Agent Vibes TTS - Text-to-speech narration for Claude Code responses
Browse Complete Catalog | Interactive Catalog
Test your Claude Code knowledge with an interactive CLI quiz covering all guide sections.
cd quiz && npm install && npm start
Features: 4 profiles (Junior/Senior/Power User/PM), 10 topic categories, immediate feedback with doc links, score tracking with weak area identification.
Quiz Documentation | Contribute Questions
Systematic evaluation of external resources (tools, methodologies, articles) before integration into the guide.
Methodology: 5-point scoring system (Critical → Low) with technical review and challenge phase for objectivity.
Evaluations: GSD methodology, Worktrunk, Boris Cowork video, AST-grep, ClawdBot analysis, and more.
Browse Evaluations | Evaluation Methodology
We welcome:
See CONTRIBUTING.md for guidelines.
Ways to Help: Star the repo • Report issues • Submit PRs • Share workflows in Discussions
Guide: CC BY-SA 4.0 — Educational content is open for reuse with attribution.
Templates: CC0 1.0 — Copy-paste freely, no attribution needed.
Author: Florian BRUNIAUX | Founding Engineer @Méthode Aristote
Stay Updated: Watch releases | Discussions | Connect on LinkedIn
2026 Agentic Coding Trends Report (Anthropic, Feb 2026)
docs/resource-evaluations/anthropic-2026-agentic-coding-trends.md (score 4/5)AI Fluency Index (Anthropic, Feb 23, 2026)
docs/resource-evaluations/2026-02-23-anthropic-ai-fluency-index.md (score 4/5)Outcome Engineering — o16g Manifesto (Cory Ondrejka, Feb 2026)
Version 3.41.1 | Updated daily · Jul 29, 2026 | Crafted with Claude
Please log in to share your review and rating for this MCP.
Explore related MCPs that share similar capabilities and solve comparable challenges
by modelcontextprotocol
A Model Context Protocol server for Git repository interaction and automation.
by zed-industries
A high‑performance, multiplayer code editor designed for speed and collaboration.
by modelcontextprotocol
Model Context Protocol Servers
by modelcontextprotocol
A Model Context Protocol server that provides time and timezone conversion capabilities.
by cline
An autonomous coding assistant that can create and edit files, execute terminal commands, and interact with a browser directly from your IDE, operating step‑by‑step with explicit user permission.
by upstash
Provides up-to-date, version‑specific library documentation and code examples directly inside LLM prompts, eliminating outdated information and hallucinated APIs.
by daytonaio
Provides a secure, elastic infrastructure that creates isolated sandboxes for running AI‑generated code with sub‑90 ms startup, unlimited persistence, and OCI/Docker compatibility.
by continuedev
Enables faster shipping of code by integrating continuous AI agents across IDEs, terminals, and CI pipelines, offering chat, edit, autocomplete, and customizable agent workflows.
by github
Connects AI tools directly to GitHub, enabling natural‑language interactions for repository browsing, issue and pull‑request management, CI/CD monitoring, code‑security analysis, and team collaboration.
{
"mcpServers": {
"claude-code-guide": {
"command": "npx",
"args": [
"-y",
"claude-code-ultimate-guide-mcp"
]
}
}
}claude mcp add claude-code-guide npx -y claude-code-ultimate-guide-mcp