AI Skill Hub 强烈推荐:Claude代码终极指南 是一款优质的MCP工具。已获得 4.4k 颗 GitHub Star,AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的MCP工具解决方案,这是一个值得深入了解的选择。
全面的Claude Code开源MCP工具文档库。涵盖从入门到精通的完整教程,包括代码编写、AI配对编程、安全最佳实践等内容。适合想要深入学习Claude Code和MCP协议的开发者。
Claude代码终极指南 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
全面的Claude Code开源MCP工具文档库。涵盖从入门到精通的完整教程,包括代码编写、AI配对编程、安全最佳实践等内容。适合想要深入学习Claude Code和MCP协议的开发者。
Claude代码终极指南 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/FlorianBruniaux/claude-code-ultimate-guide
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"claude------": {
"command": "npx",
"args": ["-y", "claude-code-ultimate-guide"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 Claude代码终极指南 执行以下任务... Claude: [自动调用 Claude代码终极指南 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"claude______": {
"command": "npx",
"args": ["-y", "claude-code-ultimate-guide"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
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: - Patterns verified in production (not theory) - Trade-off explanations (not just "here's how to do it") - Security first (28 CVEs tracked) - Transparency on limitations (Claude Code isn't magic)
What you won't find: - Definitive answers (tool is too new) - Universal configs (every project is different) - Marketing promises (zero bullshit)
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](https://github.com/rtk-ai/rtk) · [Site](https://www.rtk-ai.app/) |
| **ccboard** | Real-time TUI/Web dashboard for Claude Code | [GitHub](https://github.com/FlorianBruniaux/ccboard) · [Demo](https://ccboard.bruniaux.com/) |
| **Claude Cowork Guide** | 26 business workflows for non-coders | [GitHub](https://github.com/FlorianBruniaux/claude-cowork-guide) · [Site](https://cowork.bruniaux.com/) |
| **cc-copilot-bridge** | Bridge between Claude Code & GitHub Copilot | [GitHub](https://github.com/FlorianBruniaux/cc-copilot-bridge) · [Site](https://ccbridge.bruniaux.com/) |
| **Agent Academy** | MCP server for AI agent learning | [GitHub](https://github.com/FlorianBruniaux/agent-academy) |
| **techmapper** | Tech stack mapping & visualization | [GitHub](https://github.com/FlorianBruniaux/techmapper) |
---
git clone https://github.com/FlorianBruniaux/cc-copilot-bridge.git && cd cc-copilot-bridge && ./install.sh
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, 181 templates, one marketplace
<p align="center"> <a href="https://florianbruniaux.github.io/claude-code-ultimate-guide-landing/"><img src="https://img.shields.io/badge/🌐_Interactive_Guide-Visit_Website-ff6b35?style=for-the-badge&logoColor=white" alt="Website"/></a> </p>
<p align="center"> <a href="https://github.com/FlorianBruniaux/claude-code-ultimate-guide/stargazers"><img src="https://img.shields.io/github/stars/FlorianBruniaux/claude-code-ultimate-guide?style=for-the-badge" alt="Stars"/></a> <a href="./CHANGELOG.md"><img src="https://img.shields.io/badge/Updated-Jun_4,2026·_v3.41.1-brightgreen?style=for-the-badge" alt="Last Update"/></a> <a href="./quiz/"><img src="https://img.shields.io/badge/Quiz-271_questions-orange?style=for-the-badge" alt="Quiz"/></a> <a href="./examples/"><img src="https://img.shields.io/badge/Templates-181-green?style=for-the-badge" alt="Templates"/></a> </p>
<p align="center"> <a href="./guide/security/security-hardening.md"><img src="https://img.shields.io/badge/🛡️_Threat_DB-28_vulnerabilities_·_655_malicious_skills-red?style=for-the-badge" alt="Threat Database"/></a> <a href="./mcp-server/"><img src="https://img.shields.io/badge/MCP_Server-npx_ready-blueviolet?style=for-the-badge" alt="MCP Server"/></a> </p>
<p align="center"> <a href="https://github.com/FlorianBruniaux/claude-code-ultimate-guide/releases/latest/download/guide-export.pdf"><img src="https://img.shields.io/badge/📄_Full_Guide-Download_PDF-dc2626?style=for-the-badge" alt="Download PDF"/></a> <a href="https://github.com/FlorianBruniaux/claude-code-ultimate-guide/releases/latest/download/guide-export.epub"><img src="https://img.shields.io/badge/📚_Full_Guide-Download_EPUB-7c3aed?style=for-the-badge" alt="Download EPUB"/></a> </p>
<p align="center"> <a href="https://github.com/hesreallyhim/awesome-claude-code"><img src="https://awesome.re/mentioned-badge-flat.svg" alt="Mentioned in Awesome Claude Code"/></a> <a href="https://creativecommons.org/licenses/by-sa/4.0/"><img src="https://img.shields.io/badge/License-CC%20BY--SA%204.0-blue.svg" alt="License: CC BY-SA 4.0"/></a> <a href="https://skills.palebluedot.live/owner/FlorianBruniaux"><img src="https://img.shields.io/badge/SkillHub-9_skills-8b5cf6.svg" alt="SkillHub Skills"/></a> <a href="https://zread.ai/FlorianBruniaux/claude-code-ultimate-guide"><img src="https://img.shields.io/badge/Ask_Zread-_.svg?style=flat&color=00b0aa&labelColor=000000&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuOTYxNTYgMS42MDAxSDIuMjQxNTZDMS44ODgxIDEuNjAwMSAxLjYwMTU2IDEuODg2NjQgMS42MDE1NiAyLjI0MDFWNC45NjAxQzEuNjAxNTYgNS4zMTM1NiAxLjg4ODEgNS42MDAxIDIuMjQxNTYgNS42MDAxSDQuOTYxNTZDNS4zMTUwMiA1LjYwMDEgNS42MDE1NiA1LjMxMzU2IDUuNjAxNTYgNC45NjAxVjIuMjQwMUM1LjYwMTU2IDEuODg2NjQgNS4zMTUwMiAxLjYwMDEgNC45NjE1NiAxLjYwMDFaIiBmaWxsPSIjZmZmIi8%2BCjxwYXRoIGQ9Ik00Ljk2MTU2IDEwLjM5OTlIMi4yNDE1NkMxLjg4ODEgMTAuMzk5OSAxLjYwMTU2IDEwLjY4NjQgMS42MDE1NiAxMS4wMzk5VjEzLjc1OTlDMS42MDE1NiAxNC4xMTM0IDEuODg4MSAxNC4zOTk5IDIuMjQxNTYgMTQuMzk5OUg0Ljk2MTU2QzUuMzE1MDIgMTQuMzk5OSA1LjYwMTU2IDE0LjExMzQgNS42MDE1NiAxMy43NTk5VjExLjAzOTlDNS42MDE1NiAxMC42ODY0IDUuMzE1MDIgMTAuMzk5OSA0Ljk2MTU2IDEwLjM5OTlaIiBmaWxsPSIjZmZmIi8%2BCjxwYXRoIGQ9Ik0xMy43NTg0IDEuNjAwMUgxMS4wMzg0QzEwLjY4NSAxLjYwMDEgMTAuMzk4NCAxLjg4NjY0IDEwLjM5ODQgMi4yNDAxVjQuOTYwMUMxMC4zOTg0IDUuMzEzNTYgMTAuNjg1IDUuNjAwMSAxMS4wMzg0IDUuNjAwMUgxMy43NTg0QzE0LjExMTkgNS42MDAxIDE0LjM5ODQgNS4zMTM1NiAxNC4zOTg0IDQuOTYwMVYyLjI0MDFDMTQuMzk4NCAxLjg4NjY0IDE0LjExMTkgMS42MDAxIDEzLjc1ODQgMS42MDAxWiIgZmlsbD0iI2ZmZiIvPgo8cGF0aCBkPSJNNCAxMkwxMiA0TDQgMTJaIiBmaWxsPSIjZmZmIi8%2BCjxwYXRoIGQ9Ik00IDEyTDEyIDQiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K&logoColor=ffffff" alt="Ask Zread"/></a> </p>
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.
---
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."
---
Outcome: Design your own workflows instead of copy-pasting blindly.
We teach how Claude Code works and why patterns matter: - Tools Reference: all 40 built-in tools, permission rule formats, per-tool behaviors (timeouts, file-read limits, lossy WebFetch), and how-to for Monitor, Workflow, agent teams, Cron, Tasks API - Architecture — Internal mechanics (context flow, tool orchestration, memory management) - Trade-offs — Decision frameworks for agents vs skills vs commands - Configuration Decision Guide — Unified "which mechanism for what?" map across all 7 config layers - Pitfalls — Common failure modes + prevention strategies
What this means for you: Troubleshoot issues independently, optimize for your specific use case, know when to deviate from patterns.
---
| # | 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.
---
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
---
Outcome: Maintain code quality while working with AI.
Complete guides with rationale and examples: - TDD — Test-Driven Development (Red-Green-Refactor with AI) - SDD — Specification-Driven Development (Design before code) - BDD — Behavior-Driven Development (User stories → tests) - GSD — Get Shit Done (Pragmatic delivery)
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.
---
All 181 templates from this guide packaged as installable Claude Code plugins — hooks auto-wired, no manual config:
```bash
Systematic evaluation before trusting MCP servers:
---
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** | 271-question quiz | Not available |
| **Methodologies** (TDD/SDD/BDD) | Full workflow guides | Not covered |
| **Copy-paste ready** templates | 181 templates | 200+ templates |
Outcome: Verify your understanding + identify knowledge gaps.
Only comprehensive assessment available — test across 9 categories: - Setup & Configuration, Agents & Sub-Agents, MCP Servers, Trust & Verification, Advanced Patterns
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.
---
本项目是基于作者 6 个月每日实战经验总结的 Claude Code 深度指南。不同于纯理论的文档,它专注于生产环境中的真实模式(Patterns)与权衡(Trade-offs)。指南不仅涵盖了如何高效使用工具,还特别强调了安全性(追踪了 28 个 CVE 漏洞)以及对 Claude Code 能力边界的透明化认知,旨在帮助开发者从“盲目使用”转向“深度掌控”。
本指南提供了一套完整的 Claude Code 增强生态,包括经过验证的生产级开发模式、安全审计清单、以及针对不同场景(如 DevOps、代码质量、发布自动化)定制的插件系统。通过将 181 个实战模板封装为可直接安装的 Claude Code plugins,开发者可以实现无需手动配置的自动化工作流,实现从规划到发布的闭环管理。
首先通过 git clone 下载 cc-copilot-bridge 仓库并运行 `./install.sh` 进行基础安装。随后,你可以根据需求通过 `claude plugin install` 命令安装特定的功能插件,例如用于安全审计的 `security-suite`、用于 CI/CD 的 `devops-pipeline`、或是用于代码重构与 TDD 的 `code-quality` 插件,实现按需扩展。
针对不同阶段的用户,我们提供了多维度的上手路径:初学者可以通过 7 个模块的学习路径(预计耗时 8-11 小时)循序渐进;追求效率的开发者可以直接查阅 Cheat Sheet 速查表;我们也提供了无需配置的 Interactive onboarding 交互式引导,通过直接在 Claude 终端输入指令即可开始体验。
我们主张“深度理解胜过盲目配置”。本章节不仅教你如何配置,更解释了 Claude Code 的内部机制,包括 Context Flow(上下文流)、Tool Orchestration(工具编排)以及 Memory Management(内存管理)。通过理解这些底层逻辑,你可以设计属于自己的工作流,并在 Agent 与单次指令之间做出正确的决策。
本章节提供快速参考指南,重点关注核心规则与关键指标。例如:在验证信任(Verify Trust)时需注意逻辑错误率;在评估 MCP 时需执行 5 分钟审计清单;在管理 Context 时,建议在达到 70% 阈值时使用 `/compact` 命令,在 90% 时使用 `/clear` 以防止精度损失。
本章节提供了结构化的开发方法论,旨在帮助开发者在 AI 协作环境下维持高标准的工程质量。涵盖了 TDD(测试驱动开发)、SDD(规格驱动开发)等完整的工作流指南,并配有详细的原理说明与实战案例。此外,还包含了一套严谨的 MCP Vetting Workflow,通过来源验证、代码审查、权限控制及 Docker 隔离测试,确保 MCP 服务器的安全可靠。
本项目包含了一个在生态中独一无二的 271 问知识验证系统。它不仅仅是简单的问答,而是通过涵盖 Setup、Agents、MCP Servers、Trust 等 9 个维度的综合评估,帮助开发者识别知识盲区。系统提供 Junior、Senior、Power User 及 PM 四种不同的技能画像,确保你的理解程度符合实际职业需求。
文档齐全的Claude Code学习资源,星标众多说明社区认可度高。MCP工具��成完善,适合生产环境使用,维护活跃。
该工具使用 CC-BY-SA-4.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 CC-BY-SA-4.0 — 请查阅原始协议条款了解具体使用限制。
总体来看,Claude代码终极指南 是一款质量优秀的MCP工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | claude-code-ultimate-guide |
| 原始描述 | 开源MCP工具:A tremendous feat of documentation, this guide covers Claude Code from beginner 。⭐4.4k · TypeScript |
| Topics | MCP协议代码助手AI编程文档教程开源工具 |
| GitHub | https://github.com/FlorianBruniaux/claude-code-ultimate-guide |
| License | CC-BY-SA-4.0 |
| 语言 | TypeScript |
收录时间:2026-05-17 · 更新时间:2026-05-19 · License:CC-BY-SA-4.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端