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 生效
Choose one installation method:
```bash
curl -fsSL https://claude.ai/install.sh | sh
Windows PowerShell also supports:
powershell irm https://claude.ai/install.ps1 | iex
Verify the installation and authenticate:
bash claude --version claude doctor claude auth login ```
The Quick Start chapter documents installation alternatives, authentication, updates, permission modes, and common first-day failures.
|
Florian BRUNIAUX · AI Founding Engineer @ Méthode Aristote 13 years from developer to CTO / VP Eng · Blog ↗ · Projects ↗ |
<p align="center"> <a href="https://cc.bruniaux.com/"><img src="https://img.shields.io/badge/Interactive_Guide-cc.bruniaux.com-ff6b35?style=for-the-badge" alt="Open the interactive guide" /></a> </p>
<p align="center"> <a href="./CHANGELOG.md"><img src="https://img.shields.io/badge/Guide-v3.43.0-brightgreen?style=flat-square" alt="Guide version 3.43.0" /></a> <a href="./CHANGELOG.md"><img src="https://img.shields.io/badge/Updated-Sep_5,2026·_v3.43.0-brightgreen?style=flat-square" alt="Updated Sep 5, 2026, guide version 3.43.0" /></a> <a href="https://creativecommons.org/licenses/by-sa/4.0/"><img src="https://img.shields.io/badge/Guide-CC_BY--SA_4.0-blue?style=flat-square" alt="Guide license: CC BY-SA 4.0" /></a> <a href="https://cc.bruniaux.com/mcp/"><img src="https://img.shields.io/badge/MCP-npx_ready-blueviolet?style=flat-square" alt="MCP server available through npx" /></a> </p>
Learn Claude Code, build reliable agents, and scale their use safely. The website is the primary reading and discovery interface. This repository contains the canonical Markdown sources, reusable files, machine-readable indexes, and contribution history.
Start here: complete a first task online · browse the guide portal · open the complete sitemap · read the Markdown source
Claude Code documentation explains the product. This guide connects product behavior to engineering decisions: what belongs in context, when to use an agent instead of a skill, how to verify generated work, and which controls matter when usage moves beyond one developer.
| Need | Start with |
|---|---|
| Understand Claude Code internals | [Architecture](./guide/core/architecture.md) and [Tools Reference](./guide/core/tools-reference.md) |
| Design agent systems | [Agent Harness Engineering](./guide/core/agent-harness.md) and [Loop & Graph Engineering](./guide/core/loop-graph-engineering.md) |
| Structure AI-assisted delivery | [Methodologies](./guide/core/methodologies.md) and [Workflow Guides](./guide/workflows/) |
| Establish a security boundary | [Security Hardening](./guide/security/security-hardening.md) and [Sandbox Isolation](./guide/security/sandbox-isolation.md) |
| Validate understanding | [Knowledge Quiz](https://cc.bruniaux.com/quiz/) and [Recap Cards](https://cc.bruniaux.com/cheatsheets/) |
The guide favors explicit trade-offs and verifiable procedures. Where evidence is incomplete, the relevant page should preserve that limit instead of presenting one workflow as universal.
Install the guide as a stdio MCP server and query it from Claude Code, Codex, Cursor, VS Code, or another MCP client.
claude mcp add --scope user claude-code-guide -- npx -y claude-code-ultimate-guide-mcp@1.3.3
codex mcp add claude-code-guide -- npx -y claude-code-ultimate-guide-mcp@1.3.3
Project-scoped Claude Code configuration belongs in .mcp.json:
{
"mcpServers": {
"claude-code-guide": {
"type": "stdio",
"command": "npx",
"args": ["-y", "claude-code-ultimate-guide-mcp@1.3.3"]
}
}
}
| Capability | Count | Names |
|---|---|---|
| Tools | 17 | compare_versions, diff_official_docs, get_changelog, get_cheatsheet, get_digest, get_example, get_release, get_threat, init_official_docs, list_examples, list_threats, list_topics, read_section, refresh_official_docs, search_examples, search_guide, search_official_docs |
| Resources | 6 | claude-code-guide://agent-harnesses, claude-code-guide://distribution-channels, claude-code-guide://llms, claude-code-guide://reference, claude-code-guide://releases, claude-code-guide://translations |
| Prompts | 1 | claude-code-expert |
| Companion commands | 5 | /ccguide:daily, /ccguide:diff-docs, /ccguide:init-docs, /ccguide:refresh-docs, /ccguide:search-docs |
The list operations and search index use bundled content. Section, example, cheatsheet, changelog, digest (get_digest), and threat tools can fetch GitHub content and write a 24-hour local cache. The official-doc initialization and refresh tools fetch Anthropic documentation and write separate local snapshots.
Canonical technical guide, installation, privacy, limitations, and dated statistics
Package README and diagnostics
Companion commands rendered from the repository: /ccguide:daily, /ccguide:diff-docs, /ccguide:init-docs, /ccguide:refresh-docs, /ccguide:search-docs.
Use the small index for discovery:
curl -sL https://raw.githubusercontent.com/FlorianBruniaux/claude-code-ultimate-guide/main/machine-readable/llms.txt
Use reference.yaml when the assistant needs structured topic routes and links into the full guide. Maintenance instructions belong in the machine-readable documentation, not in this README.
Claude Code can call local commands, skills, agents, hooks, plugins, and MCP servers. More infrastructure adds setup, permissions, failure modes, and maintenance.
| If the task needs | Prefer |
|---|---|
| A deterministic local command | CLI or script |
| Reusable instructions and supporting files | Skill |
| A separate context and role | Agent |
| A response to a lifecycle event | Hook |
| A packaged collection of capabilities | Plugin |
| A typed interface to a remote service | MCP server |
Use the MCP or CLI decision guide and the trade-off framework before introducing another integration.
| Goal | Workflow |
|---|---|
| Implement with tests first | [TDD with Claude](./guide/workflows/tdd-with-claude.md) |
| Define behavior before implementation | [Spec-First Development](./guide/workflows/spec-first.md) |
| Separate planning from execution | [Plan-Driven Development](./guide/workflows/plan-driven.md) |
| Compare independent candidates | [Best-of-N](./guide/workflows/best-of-n.md) |
| Coordinate several agents | [Agent Teams](./guide/workflows/agent-teams.md) |
| Build bounded autonomous loops | [Agentic Software Factories](./guide/workflows/agentic-software-factories.md) |
| Review code systematically | [Code Review](./guide/workflows/code-review.md) |
| Diagnose unfamiliar repositories | [Exploration Workflow](./guide/workflows/exploration-workflow.md) |
Browse every workflow for task management, GitHub Actions, production reliability, event-driven agents, design-to-code, PDF generation, search, and team instructions.
本项目是基于作者 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 类型,复制安装指令后粘贴到对应客户端