simple: Agent for Claude Code

.claude/agents/mem.md

mem is an agent for Claude Code from ormastes/simple. It costs 0 tokens per session (1,158 once invoked), scanned A, original, no licence file.

A memory-diagnosis guide for investigating high memory use, crashes caused by running out of memory, growing heaps, leaks, and corrupted aggregate values.

In plain words
What is it for?
Use it to investigate rising process memory, out-of-memory kills, suspected leaks, and data structures that read back incorrectly.
Why use it?
It helps distinguish memory problems from slow code or ordinary correctness bugs, giving the agent a clear starting point for investigation.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is ormastes/simple's own configuration. It tells Claude Code how to work on simple 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 simple configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ormastes/simple. 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/ormastes/simple/main/.claude/agents/mem.md
Clone the repo
git clone --depth 1 https://github.com/ormastes/simple

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 mem

README.md
[![agentmods](https://agentmods.dev/badge/agents/ormastes/simple/mem.svg)](https://agentmods.dev/agents/ormastes/simple/mem)
Your own site
<a href="https://agentmods.dev/agents/ormastes/simple/mem"><img src="https://agentmods.dev/badge/agents/ormastes/simple/mem.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,158 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00000 $0.01158
Opus 5 $0.00000 $0.00579
Sonnet 5 $0.00000 $0.00232
Haiku 4.5 $0.00000 $0.00116

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

Security

Grade A, and why

mem 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/agents/mem.md · 93 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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 First seen · 93 lines · 0 tokens per session scan A f20386b01c39

Subscribe to this mod's changes

mem is an agent published in the GitHub repository ormastes/simple (1 stars, last pushed today), with no licence file. It costs nothing until one of its globs matches a file; then it loads 1,158 tokens. 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-09-06.

Related

Other agents, from other repositories

fec-performance-optimizer

Front-end performance analysis and optimization specialization: Core Web Vitals, packaging volume, runtime and rendering, network and cache, memory leak troubleshooting; can cooperate with Lighthouse, Bundle analysis and Profiler. Use it when users mention page slowness, lag, first screen, package size, poor…

bovinphang/frontend-craft · 0 tokens

developers

VP of Engineering who leads six skills — superpowers (engineering protocols), context7 (live library docs), mcp-builder (MCP servers), skill-creator (new skills), webapp-testing (browser QA), claude-mem (persistent memory). Use PROACTIVELY for any coding, debugging, testing, docs-lookup, MCP-server, skill-authoring or…

alebgl77/claude-inc · 124 tokens

eval-failure-analyzer

Analyze Logic-Lens benchmark/eval failures. Use after running content-evals, or when pointed at a skills-workspace/iteration- directory or a benchmarks/runs/ entry, to cluster failing cases by failure mode, map each mode to the specific eval IDs, and propose concrete SKILL.md disambiguation-rule changes. Read-only…

hyhmrright/logic-lens · 90 tokens

safe-refactorer

Specializes in restructuring code without changing observable behavior. Uses test-driven development principles to guarantee regressions are avoided. Use when migrating frameworks or cleaning up legacy components.

yeaight7/agent-powerups · 37 tokens

error-analyzer

Analyze multiple PostHog errors in parallel to identify patterns, root causes, and prioritize fixes based on user impact.

PostHog/ai-plugin · 27 tokens

codebase-analyzer

Analyzes codebases and maintains persistent knowledge in .claude/CODEBASE.md. Creates institutional memory through full scans or delta updates. Identifies architecture, patterns, smells, and decisions. Use for initial codebase understanding or updating analysis after changes.

catch-the-wave/fullstack-ios-claude-skills · 55 tokens