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 definitive starting point for Claude Code projects. Based on Claude Code Mastery Guides V1-V5.
| Date | Stars |
|---|---|
| 2026-07-31 | 333 |
| 2026-08-04 | 334 |
| 2026-08-06 | 334 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
> ## ✨ MDD — Manual-Driven Development is now a 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) > ## 📦 The starter kit is now on npm > > Install once and all 27 commands, 10 hooks, and 25 skills are globally available in every Claude Code session. No need to clone this repo or always have the mastery project open. > > ```bash > npx @claude-code-mastery/starter-kit init > ``` > > Commands like `/new-project`, `/review`, `/commit`, and `/mdd` work everywhere, not just inside this repo. > > [npm →](https://www.npmjs.com/package/@claude-code-mastery/starter-kit) # Claude Code Starter Kit > ## [View the Full Interactive Guide →](https://thedecipherist.github.io/claude-code-mastery-project-starter-kit/) > > The GitHub Pages site has the complete documentation with syntax highlighting, navigation, and visual examples. > The definitive starting point for Claude Code projects. > Based on [Claude Code Mastery Guides V1-V5](https://github.com/TheDecipherist/claude-code-mastery) by TheDecipherist. --- ## What Is This? This is a **scaffold template**, not a runnable application. It provides the infrastructure (commands, hooks, skills, documentation templates) that makes Claude Code dramatically more effective. You use it to **create** projects, not run it directly. ### Ways to Use It **A. Install globally via npm (recommended):** ```bash npx @claude-code-mastery/starter-kit init ``` All 27 commands, hooks, and skills land in `~/.claude/` and work in every Claude Code session from that point on. No cloning, no staying in a specific directory. Run `/new-project my-app` from anywhere. **B. Scaffold a new project from a clone:** ```bash /new-project my-app clean # or: /new-project my-app default cd ~/projects/my-app /setup ``` If you cloned this repo, use it to scaffold projects. All the tooling gets copied into the new project's `.claude/` directory. **C. Convert an existing project:** ```bash /convert-project-to-starter-kit ~/projects/my-existing-app ``` Non-destructive merge - brings all starter kit infrastructure (commands, hooks, skills, CLAUDE.md rules) into your existing project while preserving everything you already have. Creates a safety commit first so you can `git revert HEAD` to undo. **D. Customize the template:** Clone this repo, modify the commands, hooks, skills, and rules to match your team's standards, then publish your own npm package or use the clone directly as the source for `/new-project`. > **What NOT to do:** Don't clone this repo and run `pnpm dev` expecting a working app. This is the *template* that creates apps — it's not an app itself. ## Learning Path Progress through these phases at your own pace. Each builds on the previous one. The starter kit supports two development workflows: - **Classic** — `/review`, `/commit`, `/create-api`, `/create-e2e` (individual commands, you drive) - **MDD** — `/mdd` (structured Analyze → Document → Test → Code workflow, Claude drives with your approval) Both use the same hooks, rules, and quality gates. MDD adds structured documentation and audit capabilities on top. ``` Phase 1 Phase 2 Phase 3 Phase 4 Phase 5 INITIAL SETUP BUILD FEATURES QUALITY & TESTING DEPLOYMENT ADVANCED (5 minutes) /install-global --> /mdd <feature> --> /mdd audit --> /optimize-docker --> /refactor /new-project /review /mdd status /security-check /what-is-my-ai-doing cd my-app /commit /create-e2e deploy
Excerpt of 120,428 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:ecb9caf55e44e41e, llm:description: 'The definitive starting point for Claude Code projects. Based on Claude Code Mastery Guides V1-V5.' No topics. Shell language.