Skip to main content
ClaudeWave
Yuyz0112 avatar
Yuyz0112

claude-code-reverse

Ver en GitHub

A Tool to Visualize Claude Code's LLM Interactions

Tools2.4k estrellas407 forksJavaScriptActualizado 9mo ago
Nota editorial

Claude Code Reverse is a JavaScript developer tool that intercepts and visualizes the actual API traffic exchanged between Claude Code and Anthropic's LLM backend. The core technique involves locating Claude Code's installed `cli.js` file, formatting it with `js-beautify`, then applying a monkey patch to the bundled Anthropic TypeScript SDK's `beta.messages.create` method, which causes every outbound request and inbound response to be written to a `messages.log` file. Two companion tools process that output: `parser.js` strips repeated boilerplate prompts by detecting frequency and position, and `visualize.html` renders the cleaned conversation flow in a browser. The repository also publishes extracted results in a dedicated directory, covering reverse-engineered prompts and tool definitions for Claude Code behaviors including quota checks (which use Claude Haiku 3.5 against a single `quota` input), topic detection, context compaction, the core agent loop, and sub-agent task management. Researchers studying agent architecture, prompt engineering, and how Anthropic structures tool-use workflows in a production coding agent are the primary audience.

ClaudeWave Trust Score
57/100
· OK
Passed
  • Healthy fork ratio
  • Clear description
  • Mature repo (>1y old)
  • Documented (README)
Flags
  • !No standard license detected
  • !Inactive (>180d)
Last scanned: 6/11/2026
Get started
Method: Clone
Terminal
git clone https://github.com/Yuyz0112/claude-code-reverse
1. Clone the repository.
2. Follow the README for installation and usage instructions.
Casos de uso

Resumen de Tools

README no disponible. Visita el repo en GitHub para la documentación completa.

Lo que la gente pregunta sobre claude-code-reverse

¿Qué es Yuyz0112/claude-code-reverse?

+

Yuyz0112/claude-code-reverse es tools para el ecosistema de Claude AI. A Tool to Visualize Claude Code's LLM Interactions Tiene 2.4k estrellas en GitHub y se actualizó por última vez 9mo ago.

¿Cómo se instala claude-code-reverse?

+

Puedes instalar claude-code-reverse clonando el repositorio (https://github.com/Yuyz0112/claude-code-reverse) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Yuyz0112/claude-code-reverse?

+

Nuestro agente de seguridad ha analizado Yuyz0112/claude-code-reverse y le ha asignado un Trust Score de 57/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene Yuyz0112/claude-code-reverse?

+

Yuyz0112/claude-code-reverse es mantenido por Yuyz0112. La última actividad registrada en GitHub es de 9mo ago, con 5 issues abiertos.

¿Hay alternativas a claude-code-reverse?

+

Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.

Despliega claude-code-reverse en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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

Más Tools