Claude Skill
TheDecipherist/claude-code-mastery
Claude代码完整指南,涵盖CLAUDE.md配置、钩子、Claude Skill、MCP服务器和命令,适用于使用Anthropic AI编码助手的开发者。
概览
仓库信息
安装这个 Skill
git clone https://github.com/TheDecipherist/claude-code-mastery.gitRegistry 信息
项目简介
Claude代码的完整指南,涵盖CLAUDE.md配置、钩子、Claude Skill、MCP服务器和命令,适用于使用Anthropic AI编码助手的开发者。
The complete guide to Claude Code: CLAUDE.md, hooks, skills, MCP servers, and commands
要点
- Claude代码完整指南
- CLAUDE.md配置文档
- Claude Skill实现
- MCP服务器集成
- 命令参考和使用
使用场景
- 为开发项目设置Claude
- 创建自定义Claude Skill
- 将MCP服务器与Claude集成
- 学习Claude代码最佳实践
- 配置AI辅助的开发工作流程
README 摘要
> ## ✨ MDD — Manual-Driven Development: standalone package > > MDD turns Claude Code into a structured development partner: every feature starts with documentation, every fix starts with an audit. **21 modes** covering build, audit, planning, ops runbooks, and more — all via `/mdd` in any Claude Code session. > > **Install:** `npm install -g @thedecipherist/mdd && mdd install` > > [GitHub →](https://github.com/TheDecipherist/mdd) · [npm →](https://www.npmjs.com/package/@thedecipherist/mdd) > ## 🚀 NEW 2-14-2026: [Claude Code Mastery Starter Kit](https://thedecipherist.github.io/claude-code-mastery-project-starter-kit/?utm_source=github&utm_medium=readme&utm_campaign=claude-code-mastery&utm_content=starter-kit-banner) > > Everything from V1–V5 baked into a production-ready project template. 16 slash commands, deterministic hook enforcement, a battle-tested MongoDB wrapper, live AI monitoring, and three-layer security — all wired up and ready to clone. **Stop configuring, start building.** # Claude Code Mastery V2 (Obsolete) The complete guide to maximizing Claude Code: Global CLAUDE.md, MCP Servers, Commands, Hooks, Skills, and Why Single-Purpose Chats Matter. **This version is obsolete by now. Please use the new Claude Code Mastery Starter Kit instead** Previous versions: [V5](https://thedecipherist.com/articles/claude-code-guide-v5/?utm_source=github&utm_medium=readme&utm_campaign=claude-code-v5&utm_content=update) [V4](https://thedecipherist.com/articles/claude-code-guide-v4/?utm_source=github&utm_medium=repo&utm_campaign=claude-code-mastery&utm_content=v4-banner) [V3](https://thedecipherist.github.io/claude-code-mastery/?utm_source=github&utm_medium=readme&utm_campaign=claude-code-mastery&utm_content=hero-cta) --- > **TL;DR:** Your global `~/.c