mulmoterminal: Instructions file for Claude Code

CLAUDE.md

mulmoterminal CLAUDE.md is an instructions file for Claude Code from receptron/mulmoterminal. It costs 5,632 tokens per session, scanned A, original, MIT.

Repository instructions for a terminal application with a Vue 3 web interface and an Express backend. It also records the required package manager and the commands for formatting, linting, and type-checking.

In plain words
What is it for?
Use them when changing the web UI or backend, adding packages, formatting code, linting, or checking TypeScript types.
Why use it?
They prevent common workflow mistakes, such as using the wrong package manager or confusing similar lint commands.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

This is receptron/mulmoterminal's own configuration. It tells Claude Code how to work on mulmoterminal itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mulmoterminal configures →

Reuse

Borrowing it

Nothing to install: this file belongs to receptron/mulmoterminal. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/receptron/mulmoterminal/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/receptron/mulmoterminal

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mulmoterminal CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/receptron/mulmoterminal/claude-md/github.svg)](https://agentmods.dev/instructions/receptron/mulmoterminal/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/receptron/mulmoterminal/claude-md"><img src="https://agentmods.dev/badge/instructions/receptron/mulmoterminal/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mulmoterminal CLAUDE.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/receptron/mulmoterminal/claude-md"><img src="https://agentmods.dev/badge/instructions/receptron/mulmoterminal/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 5,632 This file is loaded in full into every session.
When invoked 5,632 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.05632 $0.05632
Opus 5 $0.02816 $0.02816
Sonnet 5 $0.01126 $0.01126
Haiku 4.5 $0.00563 $0.00563

Measured yesterday against content hash 409864d878ac, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

mulmoterminal CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 310 lines

How it starts

The opening of the file, as written. The whole thing — 310 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md — mulmoterminal

Working notes for AI coding agents in this repo. Human-facing docs (what it is, install, features, full API/architecture) live in README.md — read it for anything not covered here.

Stack & package manager

  • TypeScript. Web UI: Vue 3 (Composition API) + Vite (src/). Backend: Express + node-pty, run via tsx (server/). Shared code in common/.
  • Package manager: yarn (yarn.lock). Use yarn add; don't hand-edit package.json.

Run after changes

  • yarn format — Prettier. .prettierignore excludes *.md, so Markdown is not reformatted.
  • yarn lint — ESLint. There are two scripts and they are not interchangeable: lint pairs --cache-strategy metadata with --concurrency auto, which is what makes an unchanged run cost 0 workers (auto counts only the files whose cached result is stale, and it can only do that under metadata). lint:ci uses content and no workers, because actions/checkout rewrites every mtime — and content makes auto count ALL files, so the two together spawn workers that find nothing to do. Numbers in plans/perf-lint-ci-local-split.md.
  • yarn typecheckvue-tsc -b, and it covers the whole repo: the root tsconfig.json references all five projects (app, node, server, and the two spec ones — including the specs colocated under server/ rather than in test/). Adding a project means adding it there too, or nothing type-checks it and CI will not tell you.
  • yarn buildvue-tsc -b && vite build.
  • yarn testVitest (test/**/*.spec.ts). Mock external APIs; tests must run without API keys.
  • yarn dev — server + Vite together (local development).

Import a component at module scope, never inside a test

await import("…/Foo.vue") inside an it (or a helper an it awaits) pulls the component's whole module graph through the transform, and the first test to reach it is billed that time against testTimeout. On this repo that was 2132ms of loading against an 18ms mount — so the file's first test looked 100x slower than its siblings, and on a loaded runner it was the one that crossed 15s and went red (#1314). The test was never the slow part.

Read the full file on GitHub · 310 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday Changed · +8 lines · +165 tokens per session 409864d878ac
  2. 10d ago First seen · 302 lines · 5,467 tokens per session scan A f7fd03506266

Subscribe to this mod's changes

mulmoterminal CLAUDE.md is an instructions file published in the GitHub repository receptron/mulmoterminal (205 stars, last pushed today), licensed MIT. It adds 5,632 tokens to every session, about $0.0282 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories