Home / calebnewtonusc / chewbacca · hud/CLAUDE.md · GitHub

CLAUDE.md@hud claudeA

CLAUDE.md@hud is agent-read markdown (claude) from calebnewtonusc/chewbacca.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Drawing on the screen

You are talking to a heads-up display: one transparent, click-through layer over
everything the person is already doing. You write lines to a Unix socket and
they appear as native panels. There is no browser and no page.

```bash
printf '@ notes at=topRight\nc s Screen title="HELLO"\nr s\n' | nc -U ~/.bob/hud.sock
```

Every line is one op. A line is either complete or invisible, so a half-written
line never draws a half-built panel.

```
@ <surface> [at=<region>] [w=<points>] [urgency=<level>] [chrome=<kind>]
                                                           open or switch to a surface
c <id> <Type> prop=value ...                               create a component
> <parent> <child> <child> ...                             attach children
d /pointer <json>                                          set data
r <id>                                                     name the root, which paints
- <surface>                                                close a surface
s "<text>" [step=true]                                     say one line on the pill (subtitle); a step is a tool call
…

Read the whole file at its exact version.

How to install

Latest version
mdr add calebnewtonusc/chewbacca/hud/CLAUDE.md@git:20260923.73d65e9
Exact content
mdr add calebnewtonusc/chewbacca/hud/CLAUDE.md@sha256:4bfb6ebb4480222e

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_w7rdwaemo32iveuh.svg)](https://markdownregistry.com/a/art_w7rdwaemo32iveuh)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260923.73d65e9 latest2026-09-23 73d65e9 23,799 BA view · diff
git:20260923.c7250b62026-09-23 c7250b6 23,803 BA view · diff
git:20260922.5b80bcf2026-09-22 5b80bcf 23,811 BA view · diff
git:20260922.cc4db942026-09-22 cc4db94 23,268 BA view · diff
git:20260921.0c1d76c2026-09-21 0c1d76c 24,478 BA view · diff
git:20260921.f0ba1462026-09-21 f0ba146 23,742 BA view · diff
git:20260921.1161afd2026-09-21 1161afd 22,087 BA view · diff
git:20260920.1701d242026-09-20 1701d24 21,976 BA view · diff
git:20260920.5bd75762026-09-20 5bd7576 21,598 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (23799 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

calebnewtonusc/chewbacca · 8 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_w7rdwaemo32iveuh
GET https://markdownregistry.com/api/v1/resolve?ref=calebnewtonusc/chewbacca/hud/CLAUDE.md
GET https://markdownregistry.com/api/v1/blob/4bfb6ebb4480222ec764667742eb1f2e71c40fde36039e17613bcbfd8fac1f18

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from calebnewtonusc/chewbacca

AGENTS.md agents
calebnewtonusc/chewbacca · AGENTS.md
git:20260923.fcc7e97 · audit A · 8 stars
CLAUDE.md claude
calebnewtonusc/chewbacca · CLAUDE.md
git:20260921.8716411 · audit A · 8 stars
agent-setup skill
calebnewtonusc/chewbacca · skills/agent-setup/SKILL.md · Finish the parts of this kit's install that need a browser or a permission dialog: screen and accessibility grants…
git:20260904.ee0eb1b · audit A · 8 stars
asa skill
calebnewtonusc/chewbacca · skills/asa/SKILL.md · Answer from the A2A Spring 2026 course, 108 hours of workshops on building a business out of AI agents. Use when the…
git:20260921.3f3d9a0 · audit A · 8 stars
audio-brief skill
calebnewtonusc/chewbacca · skills/audio-brief/SKILL.md · Turn a piece of work into something the user can listen to instead of read. Use when they say they want to hear it…
git:20260923.c7250b6 · audit A · 8 stars
call-coach skill
calebnewtonusc/chewbacca · skills/call-coach/SKILL.md · Debrief a sales or client call from its transcript or recording. Use when the user shares a call transcript, mentions a…
git:20260921.3f3d9a0 · audit A · 8 stars
coursework skill
calebnewtonusc/chewbacca · skills/coursework/SKILL.md · Run the user's semester from a machine-readable ledger built out of their syllabi. Use when they mention a class, an…
git:20260921.762277d · audit A · 8 stars
debugging skill
calebnewtonusc/chewbacca · skills/debugging/SKILL.md · Find the root cause of a bug instead of guessing at it. Use when the user reports something broken, pastes an error or…
git:20260921.84800ca · audit A · 8 stars
deep-research skill
calebnewtonusc/chewbacca · skills/deep-research/SKILL.md · Research a topic, market, company or claim properly, with sources that can be checked. Use when the user asks you to…
git:20260923.fcc7e97 · audit A · 8 stars
demo skill
calebnewtonusc/chewbacca · skills/demo/SKILL.md · Record a product demo video by reading the product's own code and the craft of demo-making, not by guessing at either…
git:20260917.9f58db1 · audit A · 8 stars
graph-engineering skill
calebnewtonusc/chewbacca · skills/graph-engineering/SKILL.md · Teaches graph engineering, both halves: knowledge graphs (ontology design, entity/relation/event extraction, fusion…
git:20260924.75459fe · audit A · 8 stars
gtm-engineering skill
calebnewtonusc/chewbacca · skills/gtm-engineering/SKILL.md · Build and evaluate GTM workflows in Clay: ICP, signals, list building, qualification, enrichment, sequencing, CRM…
git:20260923.283b5ac · audit A · 8 stars

Every file in calebnewtonusc/chewbacca

Browse by kind, by grade A, or by owner.