AGENTS.md agentsA
AGENTS.md is agent-read markdown (agents) from quailyquaily/mistermorph.
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
# Repository Guidelines ## Project Structure & Module Organization - `cmd/mistermorph/`: CLI entrypoint and subcommands. - `agent/`: agent engine (loop, parsing, prompts, logging). - `llm/`: shared LLM types/interfaces used by the agent and providers. - `providers/`: LLM backends (currently `providers/uniai/`). - `tools/` and `tools/builtin/`: tool registry and built-ins (`web_search`, `url_fetch`, `bash`, `read_file`). - `skills/`: skill discovery and selection logic for `SKILL.md`. - `demo/`: embedding examples (`demo/embed-go/`, `demo/embed-cli/`). - `wrappers/acp/`: optional stdio bridges for external ACP agents (Codex app-server, Claude Code print mode, Cursor CLI `agent acp` proxy). - Root configs: `assets/config/config.example.yaml` (template) and `config.yaml` (local). `mistermorph` in repo root is a build artifact. ## Build, Test, and Development Commands - Build: `go build -o ./bin/mistermorph ./cmd/mistermorph` - Run (no build): `go run ./cmd/mistermorph --help` - Test: `go test ./...` - Static checks: `go vet ./...` - Example run: - `./bin/mistermorph run --task "Summarize this repo" --provider openai --model gpt-5.2 --api-key "$OPENAI_API_KEY"` …
Read the whole file at its exact version.
How to install
mdr add quailyquaily/mistermorph/AGENTS.md@git:20260722.cadb9ebmdr add quailyquaily/mistermorph/AGENTS.md@sha256:3fe0bdf00404080fPin 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.
[](https://markdownregistry.com/a/art_px65jahclv4r37ql)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260722.cadb9eb latest | 2026-07-22 | cadb9eb | 3,261 B | A | view · diff |
| git:20260414.7799c22 | 2026-04-14 | 7799c22 | 3,294 B | A | view · diff |
| git:20260220.919d018 | 2026-02-20 | 919d018 | 3,154 B | A | view · diff |
| git:20260219.a1cca34 | 2026-02-19 | a1cca34 | 3,152 B | A | view · diff |
| git:20260219.385c2c4 | 2026-02-19 | 385c2c4 | 3,150 B | A | view |
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (3261 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
quailyquaily/mistermorph · 81 stars · license Apache-2.0 · pushed 2026-09-21 · branch master
API
GET https://markdownregistry.com/api/v1/artifacts/art_px65jahclv4r37ql GET https://markdownregistry.com/api/v1/resolve?ref=quailyquaily/mistermorph/AGENTS.md GET https://markdownregistry.com/api/v1/blob/3fe0bdf00404080f95143bb4be2106a8b74d306155d32cf0229ae8b9be768160
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 quailyquaily/mistermorph
Every file in quailyquaily/mistermorph