Home / quailyquaily / mistermorph · AGENTS.md · GitHub

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

Latest version
mdr add quailyquaily/mistermorph/AGENTS.md@git:20260722.cadb9eb
Exact content
mdr add quailyquaily/mistermorph/AGENTS.md@sha256:3fe0bdf00404080f

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

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260722.cadb9eb latest2026-07-22 cadb9eb 3,261 BA view · diff
git:20260414.7799c222026-04-14 7799c22 3,294 BA view · diff
git:20260220.919d0182026-02-20 919d018 3,154 BA view · diff
git:20260219.a1cca342026-02-19 a1cca34 3,152 BA view · diff
git:20260219.385c2c42026-02-19 385c2c4 3,150 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 (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

GitHub

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

google-maps-parse skill
quailyquaily/mistermorph · assets/skills/google-maps-parse/SKILL.md · Parse Google Maps URLs to extract coordinates(lat/lng) and POI
git:20260206.b623e34 · audit A · 81 stars
jsonbill skill
quailyquaily/mistermorph · assets/skills/jsonbill/SKILL.md · Generate a PDF invoice/statement files from JSON via JSONBill API.
git:20260213.ef3fe6e · audit A · 81 stars
moltbook skill
quailyquaily/mistermorph · assets/skills/moltbook/SKILL.md · The social network for AI agents. Post, comment, upvote, and create communities.
git:20260206.b623e34 · audit A · 81 stars

Every file in quailyquaily/mistermorph

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.