Home / receptron / mulmoterminal · docs/llms.txt · GitHub

llms.txt@docs llmstxtA

llms.txt@docs is agent-read markdown (llmstxt) from receptron/mulmoterminal.

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

# MulmoTerminal

> Run several coding-agent sessions at once in a browser terminal grid, and see which one is
> waiting for you. Inside a terminal, "still thinking", "finished" and "stopped for your
> permission" all look the same — every one of them just stops printing. MulmoTerminal reads
> each agent CLI's own hooks and shows the difference in colour and sound. Claude Code, Codex,
> Antigravity, Grok, Muse, GitHub Copilot CLI, Cursor CLI and a plain shell run as cells of the
> same grid, nine to a page, persisted by tmux, reachable from a phone. Local, MIT,
> `npx mulmoterminal@latest`, Node >= 22.12.
>
> 日本語のページは /guide/ja/ 以下にあります。

## English guide
{% assign en = site.pages | where_exp: "p", "p.url contains '/guide/en/'" | where_exp: "p", "p.description" | where_exp: "p", "p.nav_title" | sort: "nav_order" %}
{% for p in en %}{% if p.title and p.description %}- [{{ p.title }}]({{ p.url | absolute_url }}): {{ p.description | strip_newlines }}
{% endif %}{% endfor %}
## 日本語ガイド
{% assign ja = site.pages | where_exp: "p", "p.url contains '/guide/ja/'" | where_exp: "p", "p.description" | where_exp: "p", "p.nav_title" | sort: "nav_order" %}
…

Read the whole file at its exact version.

How to install

Latest version
mdr add receptron/mulmoterminal/docs/llms.txt@git:20260918.a551a23
Exact content
mdr add receptron/mulmoterminal/docs/llms.txt@sha256:cedf63ca86f597f8

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

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260918.a551a23 latest2026-09-18 a551a23 1,806 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 (1806 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

receptron/mulmoterminal · 225 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_iffsuxvsqureno5p
GET https://markdownregistry.com/api/v1/resolve?ref=receptron/mulmoterminal/docs/llms.txt
GET https://markdownregistry.com/api/v1/blob/cedf63ca86f597f8e73a6a0afdeacd17636448aa6cb79d57b92fdaccabec18c7

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 receptron/mulmoterminal

CLAUDE.md claude
receptron/mulmoterminal · CLAUDE.md
git:20260923.a443789 · audit A · 225 stars
mulmoterminal-bug-report skill
receptron/mulmoterminal · server/skills/mulmoterminal-bug-report/SKILL.md · Help desk for "MulmoTerminal is broken". Hears out the symptom, then checks whether the behaviour is actually…
git:20260731.6752e1a · audit A · 225 stars
mulmoterminal-config skill
receptron/mulmoterminal · server/skills/mulmoterminal-config/SKILL.md · The way into configuring MulmoTerminal, and the way to find out how it is configured now. Use for a broad or unsure…
git:20260919.57bb40c · audit A · 225 stars
mulmoterminal-decisions skill
receptron/mulmoterminal · server/skills/mulmoterminal-decisions/SKILL.md · Check what this project's humans have already been asked, and how they answered, before asking them something similar…
git:20260728.adb2b8b · audit B · 225 stars
mulmoterminal-dirs skill
receptron/mulmoterminal · server/skills/mulmoterminal-dirs/SKILL.md · Colour-code and order the directories you actually work in, from wherever you are. Writes each project's…
git:20260917.2472420 · audit A · 225 stars
mulmoterminal-header skill
receptron/mulmoterminal · server/skills/mulmoterminal-header/SKILL.md · Put your own action buttons and info chips in a MulmoTerminal session header — either everywhere (`buttons` / `chips`…
git:20260829.31437ef · audit A · 225 stars
mulmoterminal-keys skill
receptron/mulmoterminal · server/skills/mulmoterminal-keys/SKILL.md · Bind keyboard shortcuts and fix keyboard/clipboard behaviour in MulmoTerminal. **Writes `keymap`**, which Settings…
git:20260918.8ba0333 · audit A · 225 stars
mulmoterminal-model skill
receptron/mulmoterminal · server/skills/mulmoterminal-model/SKILL.md · Run MulmoTerminal sessions on something other than Anthropic's default, three ways — register an Anthropic-compatible…
git:20260915.91c359b · audit A · 225 stars
mulmoterminal-notify skill
receptron/mulmoterminal · server/skills/mulmoterminal-notify/SKILL.md · Decide which moments MulmoTerminal beeps or pushes for, and what each one plays — `soundKinds`, `sounds` and…
git:20260828.bb53b4a · audit A · 225 stars
mulmoterminal-shared-app skill
receptron/mulmoterminal · server/skills/mulmoterminal-shared-app/SKILL.md · Build something several people use together — a survey, a sign-up sheet, a booking form, a shared list, a form on a…
git:20260903.ac7a612 · audit B · 225 stars
mulmoterminal-theme skill
receptron/mulmoterminal · server/skills/mulmoterminal-theme/SKILL.md · Build a colour scheme of your own for MulmoTerminal — one that joins Midnight, Nord, Daylight and Solarized in…
git:20260917.0de7cb8 · audit A · 225 stars

Every file in receptron/mulmoterminal

Other files named llms.txt@docs

llms.txt@docs llmstxt
deusdata/codebase-memory-mcp · docs/llms.txt
git:20260828.706bb2c · audit A · 44,652 stars
llms.txt@docs llmstxt
sipyourdrink-ltd/bernstein · docs/llms.txt
git:20260918.65c05cd · audit A · 1,263 stars
llms.txt@docs llmstxt
agentic-community/mcp-gateway-registry · docs/llms.txt
git:20260820.b249287 · audit C · 941 stars
llms.txt@docs llmstxt
vshulcz/deja-vu · docs/llms.txt
git:20260922.49f34d5 · audit B · 930 stars
llms.txt@docs llmstxt
ikalus1988/misakanet · docs/llms.txt
git:20260922.edd1b45 · audit A · 501 stars
llms.txt@docs llmstxt
huangyuchuh/comfyui_skills_openclaw · docs/llms.txt
git:20260308.8712aaf · audit A · 410 stars
llms.txt@docs llmstxt
jamditis/claude-skills-journalism · docs/llms.txt
git:20260902.09d1332 · audit A · 401 stars
llms.txt@docs llmstxt
ilyautov/humanizer-ru · docs/llms.txt
git:20260912.1147733 · audit A · 384 stars

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