Skip to content
View codeclawd's full-sized avatar

Organizations

@HalalifyMusic

Block or report codeclawd

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
codeclawd/README.md

I write hooks and verification loops for coding agents.

Claude Code, Codex and Kimi each run the same task. I publish the runs that fail.

The tooling I build sits around the model rather than inside it. A hook fires before your prompt reaches the model and injects what you already decided. A grader with a fresh context reads the diff without ever seeing the conversation that produced it.

What I maintain

fable-mode · Python Run Claude Fable 5 behavior on Opus 4.8 inside Claude Code. A native distillation of how Fable operates as an agent, plus a measured execution playbook, verification hooks, and design and test skills. One clone, one install.

claude-recall · Python A memory-recall hook that injects your past decisions into the prompt. I built the vector database version first, measured it, and tuned lexical search beat it on my vault. So this is one file, standard library only, no MCP and no API calls.

homelab-voice-assistant · TypeScript You speak, the right thing happens in about a second, and the screen shows what was heard and which tier decided. whisper.cpp for speech, a tool-calling model on Ollama for the brain, Kokoro for the voice. No Anthropic API key anywhere in it.

tor-vpn-macos · Swift, Shell Tor in Docker with a native menu-bar toggle. No kernel extension, no sudo, no routing-table surgery. Benchmarks public obfs4 bridges by measured throughput when your network blocks Tor outright.

How I work

Every repo here runs against my own work daily before it reaches you. When a run fails I write down what broke, then ship the fix as a rule the harness enforces. A note I promise to remember is not a fix.

x.com/codeclawd

Pinned Loading

  1. fable-mode fable-mode Public

    Run Claude Fable 5 on Opus 4.8 in Claude Code. The Mythos-class model pulled by export controls — brought back as a native agentic distillation (FABLE_CODE.md), measured playbook, verification hook…

    Python 16 5

  2. homelab-voice-assistant homelab-voice-assistant Public

    Local-first voice assistant for your Mac, Home Assistant and homelab. Sub-second replies with on-device speech-to-text, a local tool-calling LLM and local TTS — no cloud API key.

    TypeScript

  3. tor-vpn-macos tor-vpn-macos Public

    Self-hosted Tor SOCKS proxy in Docker with a native macOS menu-bar toggle — no VPN kernel extension, no sudo, no routing-table hacks. Includes obfs4 bridge benchmarking by real throughput.

    Shell

  4. claude-recall claude-recall Public

    Deterministic memory-recall hook for Claude Code — tuned lexical retrieval that beat embeddings on a personal vault. No MCP, no vector DB, one file.

    Python