Skip to main content
ClaudeWave

🚀 Open source Claude Code CLI source code. Advanced AI Agent for developers. Includes TypeScript codebase for LLM tool-calling, agentic workflows, and terminal UI. Remember this is just the skeleton not the brain itself. Found by Chaofan Shou.

Subagents3.5k stars4.7k forksTypeScriptUpdated 2mo ago
Editor's note

This repository is a mirror and breakdown of Anthropic's Claude Code CLI source code, which was inadvertently exposed on the npm registry when Bun's default build behavior included source map files containing the full original TypeScript in their `sourcesContent` fields. The leak was discovered by Chaofan Shou on March 31st, 2026. The codebase centers on a 785KB `main.tsx` entry point built with React/Ink for terminal rendering and contains over 40 agent tools covering Bash execution, file operations, LSP integration, and web access. Notable internal systems include KAIROS, a proactive background assistant that acts on logs without user prompts; ULTRAPLAN, which delegates complex planning to a remote Opus 4.6 session for up to 30 minutes; an autoDream memory consolidation service; an Undercover Mode that blocks disclosure of internal model codenames like Tengu and Capybara; and a Tamagotchi companion system called BUDDY with 18 species and Claude-authored personality descriptions. The repository also bundles an MCP server called `claude-code-explorer-mcp` that allows browsing the source through Claude Desktop. Researchers, reverse engineers, and developers studying agentic CLI architecture are the primary audience, though the code remains proprietary to Anthropic.

ClaudeWave Trust Score
75/100
Trusted
Passed
  • Recently active
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 6/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/yasasbanukaofficial/claude-code && cp claude-code/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.
Use cases

Subagents overview

README preview not available. Visit the repo on GitHub for full documentation.
claude-aiclaude-codeleaked-claude-codeleaked-code

What people ask about claude-code

What is yasasbanukaofficial/claude-code?

+

yasasbanukaofficial/claude-code is subagents for the Claude AI ecosystem. 🚀 Open source Claude Code CLI source code. Advanced AI Agent for developers. Includes TypeScript codebase for LLM tool-calling, agentic workflows, and terminal UI. Remember this is just the skeleton not the brain itself. Found by Chaofan Shou. It has 3.5k GitHub stars and was last updated 2mo ago.

How do I install claude-code?

+

You can install claude-code by cloning the repository (https://github.com/yasasbanukaofficial/claude-code) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is yasasbanukaofficial/claude-code safe to use?

+

Our security agent has analyzed yasasbanukaofficial/claude-code and assigned a Trust Score of 75/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains yasasbanukaofficial/claude-code?

+

yasasbanukaofficial/claude-code is maintained by yasasbanukaofficial. The last recorded GitHub activity is from 2mo ago, with 4 open issues.

Are there alternatives to claude-code?

+

Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.

Deploy claude-code to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: yasasbanukaofficial/claude-code
[![Featured on ClaudeWave](https://claudewave.com/api/badge/yasasbanukaofficial-claude-code)](https://claudewave.com/repo/yasasbanukaofficial-claude-code)
<a href="https://claudewave.com/repo/yasasbanukaofficial-claude-code"><img src="https://claudewave.com/api/badge/yasasbanukaofficial-claude-code" alt="Featured on ClaudeWave: yasasbanukaofficial/claude-code" width="320" height="64" /></a>

More Subagents