load-claude-md

load-claude-md is a command for coding agents from fcakyon/claude-codex-settings. It costs 8 tokens per session (103 once invoked), scanned A, original, Apache-2.0.

A command that reloads instructions from CLAUDE.md or AGENTS.md files into the current context.

In plain words
What is it for?
Use it to refresh the applicable coding rules before continuing work.
Why use it?
It restores project and global guidance when a long conversation or task has pushed those instructions out of context.

Command

Part of the claude-tools plugin — 3 commands shipped together

About the project

claude-codex-settings is a collection of configurations and reusable extensions for Claude Code, OpenAI Codex, Cursor, and related coding tools. Developers use its skills, commands, hooks, agents, plugins, and MCP servers to shape coding-agent workflows and connect alternative model APIs. The catalogue entries are components of this collection that can be installed into supported coding tools.

fcakyon/claude-codex-settings · 1,127 stars · on GitHub

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 commands/fcakyon/claude-codex-settings/load-claude-md
Clone the repo
git clone --depth 1 https://github.com/fcakyon/claude-codex-settings

Or install claude-tools, the plugin that ships this one along with the rest of its 3 commands.

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 load-claude-md

README.md
[![agentmods](https://agentmods.dev/badge/commands/fcakyon/claude-codex-settings/load-claude-md.svg)](https://agentmods.dev/commands/fcakyon/claude-codex-settings/load-claude-md)
Your own site
<a href="https://agentmods.dev/commands/fcakyon/claude-codex-settings/load-claude-md"><img src="https://agentmods.dev/badge/commands/fcakyon/claude-codex-settings/load-claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 103 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00008 $0.00103
Opus 5 $0.00004 $0.00051
Sonnet 5 $0.00002 $0.00021
Haiku 4.5 $0.00001 $0.00010

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

Security

Grade A, and why

load-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.

plugins/claude-tools/commands/load-claude-md.md · 13 lines

What it actually says

Load CLAUDE.md

Read and inject CLAUDE.md content into the current context. Useful for refreshing instructions in long conversations.

  1. Read ~/.claude/CLAUDE.md (global instructions)
  2. Read CLAUDE.md or AGENTS.md from the current project directory (whichever exists)
  3. Acknowledge that context has been refreshed with these instructions
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 · 13 lines · 8 tokens per session scan A 04a6aa57282f

Subscribe to this mod's changes

load-claude-md is a command published in the GitHub repository fcakyon/claude-codex-settings (1,127 stars, last pushed today), licensed Apache-2.0. It adds 8 tokens to every session and 103 once invoked, about $0.0000 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.