Skills / claude code info
claude code info
Leaked Claude Code source tree, documented: every file under claude/src with generated summaries, exports, dependency hints, and syntax-highlighted source previews
Installation
Kompatibilitaet
Beschreibung
The original full source code of Anthropic's Claude Code CLI.
✨ 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
- Install dependencies:
npm install - Run the development server:
npm run dev - 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 generation)
🛠️ Architecture
- Next.js 16 with the App Router for modern routing and layouts
- TypeScript for type safety
- Tailwind CSS for utility-first styling
- Shiki for syntax highlighting
- Custom docs system for per-file summaries and previews
⚠️ Notes
- You may see 404 errors for /hybridaction/zybTrackerStatisticsAction in the dev console. These are harmless and do not affect the main functionality.
- All browsing and docs features work out of the box. No backend or API setup is required.
📄 License
Apache-2.0
✨ Features
-
Per-file documentation: View summaries, use cases, and highlighted previews for every file in
claude/src. -
Modern UI: Built with 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 (except for static hosting).
🚀 Getting Started
-
Install dependencies:
npm install -
Run the development server:
npm run dev -
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 generation)
🛠️ Architecture
-
Next.js 16 with the App Router for modern routing and layouts
-
TypeScript for type safety
-
Tailwind CSS for utility-first styling
-
Shiki for syntax highlighting
-
Custom docs system for per-file summaries and previews
⚠️ Notes
- You may see 404 errors for
/hybridaction/zybTrackerStatisticsActionin the dev console. These are harmless and do not affect the main functionality. - All browsing and docs features work out of the box. No backend or API setup is required.
📄 License
MIT
This is a Next.js project bootstrapped with create-next-app.
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
Aehnliche Skills
last30days skill
AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
context mode
Context window optimization for AI coding agents. Sandboxes tool output, 98% reduction. 12 platforms
claude seo
Universal SEO skill for Claude Code. 19 sub-skills, 12 subagents, 3 extensions (DataForSEO, Firecrawl, Banana). Technical SEO, E-E-A-T, schema, GEO/AEO, backlinks, local SEO, maps intelligence, Google APIs, and PDF/Excel reporting.
pinme
Deploy Your Frontend in a Single Command. Claude Code Skills supported.
claude ads
Comprehensive paid advertising audit & optimization skill for Claude Code. 250+ checks across Google, Meta, YouTube, LinkedIn, TikTok, Microsoft & Apple Ads with weighted scoring, parallel agents, industry templates, and AI creative generation.
claude code
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.