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.
Learn Claude Code by exploring it as it was designed - interactive IDE-style docs for commands, MCP, skills, CLAUDE.md and more.
| Date | Stars |
|---|---|
| 2026-07-31 | 254 |
| 2026-08-03 | 258 |
| 2026-08-06 | 258 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<p align="center"> <img src="logo.png" alt="Explore Claude Code" width="360"> </p> <p align="center"> <strong>Learn Claude Code by exploring it.</strong> </p> <p align="center"> <a href="https://exploreclaudecode.com"><img src="https://img.shields.io/badge/live%20demo-exploreclaudecode.com-c47a50?style=flat-square" alt="Live Demo"></a> <a href="https://github.com/LukeRenton/explore-claude-code/blob/main/LICENSE"><img src="https://img.shields.io/github/license/LukeRenton/explore-claude-code?style=flat-square&color=8e82ad" alt="License"></a> <a href="https://github.com/LukeRenton/explore-claude-code/stargazers"><img src="https://img.shields.io/github/stars/LukeRenton/explore-claude-code?style=flat-square&color=b8965e" alt="Stars"></a> <img src="https://img.shields.io/badge/zero%20dependencies-vanilla%20JS-3a3632?style=flat-square" alt="Zero Dependencies"> </p> --- A simulated Claude Code project you can click through. Every file and folder in the sidebar is a real Claude Code concept — the same `.claude/` directory, config files, and scaffolding you'd find in an actual repo. Click any file to learn what it does, how to set it up, and see annotated examples you can copy into your own projects. <p align="center"> <img src="current.png" alt="Screenshot" width="820"> </p> ## 📚 What You'll Learn | Folder / File | Feature | |---|---| | `CLAUDE.md` | Project memory that persists across sessions | | `.claude/settings.json` | Permissions, tool access, and guardrails | | `.claude/rules/` | Contextual conventions scoped to specific file types | | `.claude/commands/` | Custom slash commands for saved workflows | | `.claude/skills/` | Knowledge folders Claude loads autonomously | | `.claude/agents/` | Subagents for specialised, delegated tasks | | `.claude/hooks/` | Shell scripts that run on Claude lifecycle events | | `.claude/plugins/` | Extend Claude with custom tools and resources | | `.mcp.json` | MCP server config for external tool integrations | | `src/` | Example source code sitting alongside real config | | **built-in/** | Features that ship with Claude Code (no setup required) | | `built-in/bundled-skills/` | `/simplify`, `/batch`, `/debug`, `/loop`, `/claude-api` | The explorer is split into two sections. Everything under `.claude/` is project config you create and commit. Everything under `built-in/` covers features that ship with Claude Code out of the box, no setup required. A visual separator divides the two. Every piece of content is written as if it were a real config file in a real repo. You're not reading *about* the config, you're reading *the config itself*, annotated so you understand every line. When you're done exploring, you can copy the scaffolding straight into your own projects. ## 🚀 Try It The fastest way to get started is the live site: **👉 [exploreclaudecode.com](https://exploreclaudecode.com)** No install, no signup, no build step. Just open it and start clicking. If you want to run it locally, clone the repo and point any static server at the `site/` directory: ```bash git clone https://github.com/LukeRenton/explore-claude-code.git cd explore-claude-code npx serve site # or python -m http.server -d site 8080 # or just open site/index.html directly in your browser ``` ## 🏗️ Project Structure The entire site is static HTML, CSS, and vanilla JavaScript. Zero build steps, zero frameworks, zero bundlers. ``` explore-claude-code/ ├── site/ │ ├── index.html # Single-page app entry point │ ├── data/ │ │ └── manifest.json # Drives the entire UI (tree, content, badges, features) │ ├── content/ # Source markdown and config files │ ├── js/ │ │ ├── app.js # Main controller, routing, keyboard nav │ │ ├── file-explorer.js # Sidebar tree with animated canvas connectors │ │ ├── content-loader.js # Custom markdown parser and renderer │ │ ├── terminal.js # Interactive terminal panel │ │ ├── progress.js # Featu
Excerpt of 5,210 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:7ff82d138f973e3d, llm:Topics: claude, claude-code, claude-skills; description: interactive IDE-style docs for commands, MCP, skills, CLAUDE.md to learn Claude Code
matched fp:7ff82d138f973e3d, llm:Topics: claude, claude-code, claude-skills; description: interactive IDE-style docs for commands, MCP, skills, CLAUDE.md to learn Claude Code
matched fp:7ff82d138f973e3d, llm:Topics: claude, claude-code, claude-skills; description: interactive IDE-style docs for commands, MCP, skills, CLAUDE.md to learn Claude Code