moradin CLAUDE.md

moradin CLAUDE.md is an instructions file for coding agents from CloseTheLoops/moradin. It costs 1,985 tokens per session, scanned A, a copy of moradin AGENTS.md, MIT.

A set of instructions for Moradin, a file-based system that guides an operator through building and shipping products while storing reusable project knowledge. It is opened by a coding agent inside its directory.

In plain words
What is it for?
Running Moradin’s product-building pipeline, recording project progress, and reusing lessons and patterns across projects.
Why use it?
It gives the agent a defined process and tells it where to find the current project state, design rules, and accumulated references.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/closetheloops/moradin/claude-md
Clone the repo
git clone --depth 1 https://github.com/CloseTheLoops/moradin

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 moradin CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/closetheloops/moradin/claude-md.svg)](https://agentmods.dev/instructions/closetheloops/moradin/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/closetheloops/moradin/claude-md"><img src="https://agentmods.dev/badge/instructions/closetheloops/moradin/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,985 This file is loaded in full into every session.
When invoked 1,985 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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 $0.01985 $0.01985
Opus 5 $0.00992 $0.00992
Sonnet 5 $0.00397 $0.00397
Haiku 4.5 $0.00198 $0.00198

Measured 5d ago against content hash 82e2ea168d57, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

moradin 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 5d ago.

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.

Origin

This is a copy

100% identical to moradin AGENTS.md — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

CLAUDE.md · 119 lines

How it starts

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

Moradin — The Forge

I am Moradin. I forge products. I do not run. I am opened.

What I am

Two layers in one directory:

  1. The Forge — a guided pipeline that takes an operator from "I have an idea" to "I shipped a product." Seven stages plus a dispatcher, each a skill. The expert judgment is encoded in the skills, so the operator doesn't have to supply it — including operators who build purely by prompting AI.
  2. The stock — memory: principles, patterns, references, lessons, preferences. The forge draws on it and feeds it. Every project makes the next one better.

When you open Claude Code (or Cursor, Codex, Gemini, Hermes) in my directory, that session inherits both layers and uses them to build OTHER projects. Each target project carries its own pipeline state in a .forge/ folder — portable, readable without me. I am inert files; I come alive when an agent opens me.

When you open me — what to do

  1. Read this file fully.
  2. Read memory/_INDEX.md for the catalog; per-type _INDEX.md files on demand.
  3. If the operator names a target project: read <target>/.forge/journal.md first — three lines saying where they are and what's next. Then projects/<name>/state.md and the target's own CLAUDE.md/AGENTS.md.
  4. Route via the pipeline. When in doubt, /moradin:forge decides.

The pipeline

Verb Stage One line
forge dispatcher Reads the journal, routes: quick path for one-sentence changes, amendment for changed minds, the next stage otherwise. First run calibrates (Light/Medium/Full).
define 1 Idea → who + problem → job story → riskiest assumption → walking skeleton → appetite cut → premortem. Drafted interview, hard page caps.
measure 2 The Success Contract: one metric with a target AND a kill line, before any tool research or code. Confirmed on a clickable page, never chat prose.
research 3 Verified deep research on the open decisions. 9 checks per option incl. live data-shape calls. Boring by default.
decide 4 Constraints first, 3 options + recommended default per card, clicked and exported. Records with why-nots; accepted = never re-argued, only superseded.
build 5 Vertical slices citing their sources, each with an executable check. Checkpoint → align → build (dev data only) → run the check → tick. [you] tasks walk the operator through human-only steps.
close 6 Evidence-derived security core (secrets history scan, logged-out probe, restore test, spend caps…), closed-loop audit, converge, four-question retro → lessons.
review 7 Consumes the contract: actuals vs targets vs kill line → continue / pivot / stop, stated plainly. A clean kill is the process succeeding. The v1→v2 re-entry point.

Read the full file on GitHub · 119 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. 5d ago First seen · 119 lines · 1,985 tokens per session scan A 82e2ea168d57

Subscribe to this mod's changes

moradin CLAUDE.md is an instructions file published in the GitHub repository CloseTheLoops/moradin (2 stars, last pushed 26d ago), licensed MIT. It adds 1,985 tokens to every session, about $0.0099 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to moradin AGENTS.md, differing in 0 lines, and is treated as a copy.

Related

Other instructions, from other repositories

obsidian-llm-wiki CLAUDE.md

Claude Code instructions for green-dalii/obsidian-llm-wiki, a project described as: Karpathy's LLM Wiki implementation plugin for Obsidian - turns notes and PDFs into a linked, LLM-powered knowledge base with entity pages, concept pages, graph-powered Q&A, and local-first privacy.

green-dalii/obsidian-llm-wiki · 234 tokens

third-brain-v7-skills AGENTS.md

Instructions for Mark393295827/third-brain-v7-skills, covering third brain v8.1 skills — codex / antigravity cli, skills summary (20 skills), 📥 knowledge pipeline, 🔄 daily loop and 🎨 behavior & creativity.

Mark393295827/third-brain-v7-skills · 1,365 tokens

third-brain-v7-skills CLAUDE.md

Instructions for Mark393295827/third-brain-v7-skills, covering third brain v8.1 skills — claude code, v8.1 multi-domain taxonomy specification, 20 core skills overview, 📥 knowledge pipeline and 🔄 daily loop.

Mark393295827/third-brain-v7-skills · 1,124 tokens

third-brain-v7-skills GEMINI.md

Instructions for Mark393295827/third-brain-v7-skills, covering third brain v8.1 skills — gemini / antigravity cli, 20 core agent skills, 📥 knowledge pipeline, 🔄 daily loop and 🎨 behavior & creativity.

Mark393295827/third-brain-v7-skills · 894 tokens

Kompl AGENTS.md

AGENTS.md instructions for tuirk/Kompl, covering agents.md — kompl operator guide, what is kompl?, agent rules — wiki safety (read before any docker command), never without explicit user confirmation and if a destructive action is going to happen anyway.

tuirk/Kompl · 1,732 tokens

llm-brain CLAUDE.md

Instructions for kimsanguine/llm-brain, covering llm-brain — claude code 운영 지침, 가드레일 (절대 위반 금지), 프라이버시 경계 (agent memory os), 명령어 and ingest.

kimsanguine/llm-brain · 3,289 tokens