Claude Code Info banner
codeaashu codeaashu

Claude Code Info

Development community

Description

Leaked Claude Code source tree, documented: every file under claude/src with generated summaries, exports, dependency hints, and syntax-highlighted source previews

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

🦾 claude-files-info

Browse, document, and explore the Claude source code with a beautiful, interactive UI.

Claude Code 👇 Leaked Source

The original full source code of Anthropic's [Claude Code CLI](https://github.com/codeaashu/claude-code).

[![Twitter Follow](https://img.shields.io/twitter/follow/warrioraashuu?style=social)](https://twitter.com/intent/follow?screen_name=warrioraashuu)


✨ Features

  • Per-file documentation: Summaries, use cases, and highlighted previews for every file in claude/src.
  • Modern UI: Next.js 16, React 19, and Tailwind CSS for a fast, responsive experience.
  • Theme support: Toggle between light and dark modes.
  • Instant search & navigation: Quickly jump between files and docs.
  • Code highlighting: Powered by Shiki for beautiful, readable code previews.
  • Self-contained: No backend required for browsing and docs (static hosting ready).

🚀 Quickstart

  1. Install dependencies:
    npm install
  2. Run the development server:
    npm run dev
  3. Open your browser: Visit http://localhost:3000

🗂️ Project Structure

  • app/ — Next.js app directory (pages, layouts, docs, file explorer)
  • claude/ — Claude source code and documentation
  • components/ — Shared React components (e.g., theme toggle)
  • lib/ — Utility libraries (e.g., code highlighting)
  • public/ — Static assets
  • scripts/ — Build scripts (e.g., manifest generatio