Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
The complete guide to Claude Code: CLAUDE.md, hooks, skills, MCP servers, and commands
| Date | Stars |
|---|---|
| 2026-07-31 | 540 |
| 2026-08-06 | 542 |
Today
+2 stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
> ## ✨ 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 `~/.claude/CLAUDE.md` is a security gatekeeper AND project scaffolding blueprint. MCP servers extend Claude's capabilities. Custom commands automate workflows. **Hooks enforce rules deterministically** (where CLAUDE.md can fail). Skills package reusable expertise. And research shows mixing topics in a single chat causes **39% performance degradation**. --- ## 📚 Table of Contents - [Quick Start](#-quick-start) - [The Guide](#-the-guide) - [Repository Contents](#-repository-contents) - [Installation](#-installation) - [Contributing](#-contributing) - [Sources](#-sources) --- ## 🚀 Quick Start ```bash # Clone this repo git clone https://github.com/TheDecipherist/claude-code-mastery.git cd claude-code-mastery # Copy hooks to your Claude config mkdir -p ~/.claude/hooks cp hooks/* ~/.claude/hooks/ chmod +x ~/.claude/hooks/*.sh # Copy the settings template (review and customize first!) cp templates/settings.json ~/.claude/settings.json # Copy skills mkdir -p ~/.claude/skills cp -r skills/* ~/.claude/skills/ ``` --- ## 📖 The Guide **[📱 Read V3 on GitHub Pages](https://thedecipherist.github.io/claude-code-mastery/?utm_source=github&utm_medium=readme&utm_campaign=claude-code-mastery&utm_content=guide-section)** | [📄 View GUIDE.md (V3)](./GUIDE.md) ### What's Covered | Part | Topic | Key Takeaway | |------|-------|--------------| | 1 | Global CLAUDE.md as Security Gatekeeper | Define once, inherit everywhere | | 2 | Project Scaffolding Rules | Every project follows same structure | | 3 | MCP Servers | External tool integrations | | 4 | Context7 | Live documentation access | | 5 | Custom Commands | Workflow automation | | 6 | Single-Purpose Chats | 39% degradation from topic mixing | | **7** | **Skills & Hooks** | **Enforcement over suggestion** | --- ## 📁 Repository Contents ``` claude-code-mastery/ ├── GUIDE.md # The complete guide ├── templates/ │ ├── global-claude.md # ~/.claude/CLAUDE.md template │ ├── project-claude.md # ./CLAUDE.md starter │ ├── settings.json # Hook configuration template │ └── .gitignore # Recommended .gitignore ├── hooks/ │ ├── block-secrets.py # PreToolUse: B
Excerpt of 8,717 characters
Read on GitHub43
2
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:b7ba756747b44564, topic:coding-assistant, topic:developer-tools
matched fp:b7ba756747b44564, topic:llm
matched fp:b7ba756747b44564, topic:ai-agents