MCP Directory
Back

claude-code-mastery

by TheDecipherist · Shell · ★ 535

The complete guide to Claude Code: CLAUDE.md, hooks, skills, MCP servers, and commands

#ai-agents#anthropic#claude#claude-code#claude-md#coding-assistant#developer-tools#llm#mcp-servers

Install

git clone https://github.com/TheDecipherist/claude-code-mastery.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-mastery": {
      "command": "npx",
      "args": [
        "-y",
        "github:TheDecipherist/claude-code-mastery"
      ]
    }
  }
}

From the 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 in any Claude Code session. > > **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&…
Read full README on GitHub →

Related ai & ml servers