Claude Code Rev
Description
Runnable ClaudeCode source code
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
Restored Claude Code Source

This repository is a restored Claude Code source tree reconstructed primarily from source maps and missing-module backfilling.
It is not the original upstream repository state. Some files were unrecoverable from source maps and have been replaced with compatibility shims or degraded implementations so the project can install and run again.
Current status
- The source tree is restorable and runnable in a local development workflow.
bun installsucceeds.bun run versionsucceeds.bun run devnow routes through the restored CLI bootstrap instead of the temporarydev-entryshim.bun run dev --helpshows the full command tree from the restored CLI.- A number of modules still contain restoration-time fallbacks, so behavior may differ from the original Claude Code implementation.
Restored so far
Recent restoration work has recovered several pieces beyond the initial source-map import:
- the default Bun scripts now start the real CLI bootstrap path
- bundled skill content for
claude-apiandverifyhas been rewritten from placeholder files into usable reference docs - compatibility layers for Chrome MCP and Computer Use MCP now expose realistic tool catalogs and structured degraded-mode responses instead of empty stubs
- several explicit placeholder resources have been replaced with working fallback prompts for planning and permission-classifier flows
Remaining gaps are mostly private/native integrations where the original implementation was not recoverable from source maps, so those areas still rely on shims or reduced behavior.
Why this exists
Source maps do not contain a full original repository:
- type-only files are often missing
- build-time generated files may be absent
- private package wrappers and native bindings may not be recoverable
- dynamic imports and resource files are frequently incomplete
This repository fill
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development