stars
1
forks
3
last update
Apr 21, 2026
license
MITv1.0.0
// Drops SKILL.md into ~/.claude/skills/
$ claude skills add stevenjvik-claude-code-internals// Run from any project directory
$ claude --skill stevenjvik-claude-code-internals "fine-tune on this CSV"// extracted from a Usage / Example section
$ rust/crates/
api/ Anthropic HTTP client, SSE streaming, OAuth
commands/ Slash command registry (/status, /compact, /model, etc.)
compat-harness/ TS manifest extraction (for parity auditing)
runtime/ The brain: conversation loop, config, sessions, MCP, prompts, hooks
rusty-claude-cli/ The face: REPL, CLI, streaming display, tool call renderingA reference for Claude Code's agent harness architecture, based on a clean-room Rust reimplementation. Built for infrastructure operators who want to understand how Claude Code works under the hood, optimize token usage, and run offline wor
Loading README…
$ cat reviews/