Home / drevendev / hungrycrab · AGENTS.md · GitHub

AGENTS.md agentsA

AGENTS.md is agent-read markdown (agents) from drevendev/hungrycrab.

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

# Agent guide for Hungry Crab

This file is for coding agents; Claude Code reads it through `CLAUDE.md`. Humans should start
with `CONTRIBUTING.md`.

## What this repository is

Hungry Crab (`crab`) is a deterministic Python CLI that digests a foreign repository (the *prey*)
into a token-budgeted `digest/` folder, so that an agent can later decide what is worth carrying
over into its own repository (the *maw*) without violating licenses. The design is written down
in `docs/design/`; follow it instead of re-deriving decisions. The vocabulary is in
`docs/design/GLOSSARY.md` — prey, maw, nutrient, menu, hunger, meal, ledger — and it is the
authority when a document disagrees with it. The decisions log is at the end of
`docs/design/01-concept-and-skill.md`.

## Layout

- `src/hungry_crab/cli.py`: argparse entry point (`crab sniff | catch | digest | compare | menu |
  serve | ledger | tune | init | update | cache`).
- `src/hungry_crab/prey_guard.py`: fail-closed `PreToolUse` decision logic for shell commands
  that touch the prey cache; only a small audited read-only command surface is allowed.
  `cleanroom_guard.py` is the second hook, which keeps the clean-room implementer out of the
…

Read the whole file at its exact version.

How to install

Latest version
mdr add drevendev/hungrycrab/AGENTS.md@git:20260922.1812ae7
Exact content
mdr add drevendev/hungrycrab/AGENTS.md@sha256:5b7c36c78931b75b

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_kvof6u2z2o73lh2z.svg)](https://markdownregistry.com/a/art_kvof6u2z2o73lh2z)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.1812ae7 latest2026-09-22 1812ae7 5,654 BA view · diff
git:20260922.23e245e2026-09-22 23e245e 4,571 BA view · diff
git:20260921.0151b232026-09-21 0151b23 4,563 BA view · diff
git:20260906.f99ce942026-09-06 f99ce94 4,381 BA view · diff
git:20260906.94819d62026-09-06 94819d6 4,224 BA view · diff
git:20260906.0d1fa422026-09-06 0d1fa42 3,995 BA view · diff
git:20260905.7f043072026-09-05 7f04307 3,000 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 (5654 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

drevendev/hungrycrab · 4 stars · license MIT · pushed 2026-09-24 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_kvof6u2z2o73lh2z
GET https://markdownregistry.com/api/v1/resolve?ref=drevendev/hungrycrab/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/5b7c36c78931b75bd2e3270b434b0326048248001559207dfbac668f4369977b

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 drevendev/hungrycrab

CLAUDE.md claude
drevendev/hungrycrab · CLAUDE.md
git:20260905.7f04307 · audit A · 4 stars
cleanroom skill
drevendev/hungrycrab · skills/cleanroom/SKILL.md · Reimplement a REIMPLEMENT nutrient through a two-stage clean-room handoff: produce a code-free behavioural…
git:20260922.1812ae7 · audit A · 4 stars
eat skill
drevendev/hungrycrab · skills/eat/SKILL.md · Eat a foreign repository and turn everything useful for the current repository into issues without violating licenses…
git:20260922.1812ae7 · audit A · 4 stars
license skill
drevendev/hungrycrab · skills/license/SKILL.md · Decide what may be carried over from a prey repository under its license. Modes are COPY, COPY_FILE, REIMPLEMENT…
git:20260922.5ab8adf · audit A · 4 stars
serve skill
drevendev/hungrycrab · skills/serve/SKILL.md · Write and create issues or guarded pull requests for approved nutrients with trace and deduplication markers, using…
git:20260922.deff020 · audit A · 4 stars
deploy skill
drevendev/hungrycrab · tests/fixtures/repos/npm-app/.claude/skills/deploy/SKILL.md · Deploy Crab Cove to GitHub Pages. Use when the user asks to deploy, publish or release the site.
git:20260905.715e36a · audit A · 4 stars
smoke skill
drevendev/hungrycrab · tests/fixtures/repos/npm-app/.claude/skills/smoke/SKILL.md · Run the smoke suite against a deployed preview and report what broke. Use after a deploy, or when the user asks whether…
git:20260906.3b0daca · audit A · 4 stars
.cursorrules rules
drevendev/hungrycrab · tests/fixtures/repos/pyproject-cli/.cursorrules
git:20260905.715e36a · audit B · 4 stars

Every file in drevendev/hungrycrab

Other files named AGENTS.md

AGENTS.md agents
obra/superpowers · AGENTS.md
git:20260919.5bf4e78 · audit A · 291,204 stars
AGENTS.md agents
affaan-m/ecc · AGENTS.md
git:20260919.91ba9b4 · audit A · 266,832 stars
AGENTS.md agents
firecrawl/firecrawl · AGENTS.md
git:20260613.d9a35c0 · audit A · 184,144 stars
AGENTS.md agents
dietrichgebert/ponytail · AGENTS.md
git:20260710.b6c0448 · audit A · 144,862 stars
AGENTS.md agents
garrytan/gstack · AGENTS.md
git:20260914.4a3c6a8 · audit A · 134,082 stars
AGENTS.md agents
graphify-labs/graphify · AGENTS.md
git:20260414.7ec92ec · audit A · 121,202 stars
AGENTS.md agents
juliusbrussee/caveman · AGENTS.md
git:20260902.d9faebc · audit A · 107,708 stars
AGENTS.md agents
addyosmani/agent-skills · AGENTS.md
git:20260709.b665c5c · audit A · 98,554 stars

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