memory-analyzer

memory-analyzer is an agent for Claude Code from h315uk3/symbiosis. It costs 36 tokens per session (488 once invoked), scanned A, original, AGPL-3.0.

A tool for examining recurring entries in a patterntracker.json file and recommending which patterns could become reusable skills or agents.

In plain words
What is it for?
Use it to analyze saved patterns, find frequent ones, and decide which knowledge should be promoted into a skill or agent.
Why use it?
It helps turn repeated work habits into documented, reusable knowledge instead of leaving them buried in a tracking file.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the as-you plugin — 5 commands, 5 agents shipped together

Good fit Use it to analyze saved patterns, find frequent ones, and decide which knowledge should be promoted into a skill or agent.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/h315uk3/symbiosis/memory-analyzer
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.

Clone the repo
git clone --depth 1 https://github.com/h315uk3/symbiosis

Made for: Claude Code.

Or install as-you, the plugin that ships this one along with the rest of its 5 commands, 5 agents.

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 memory-analyzer

README.md
[![agentmods](https://agentmods.dev/badge/agents/h315uk3/symbiosis/memory-analyzer/github.svg)](https://agentmods.dev/agents/h315uk3/symbiosis/memory-analyzer)
Your own site
<a href="https://agentmods.dev/agents/h315uk3/symbiosis/memory-analyzer"><img src="https://agentmods.dev/badge/agents/h315uk3/symbiosis/memory-analyzer/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 memory-analyzer

Your own site · 80×15
<a href="https://agentmods.dev/agents/h315uk3/symbiosis/memory-analyzer"><img src="https://agentmods.dev/badge/agents/h315uk3/symbiosis/memory-analyzer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 488 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.00036 $0.00488
Opus 5 $0.00018 $0.00244
Sonnet 5 $0.00007 $0.00098
Haiku 4.5 $0.00004 $0.00049

Measured 9d ago against content hash f19bd6a131f3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

memory-analyzer 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 9d 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/as-you/agents/memory-analyzer.md · 71 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

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. 9d ago First seen · 71 lines · 36 tokens per session scan A f19bd6a131f3

Subscribe to this mod's changes

memory-analyzer is an agent published in the GitHub repository h315uk3/symbiosis (12 stars, last pushed 5mo ago), licensed AGPL-3.0. It adds 36 tokens to every session and 488 once invoked, about $0.0002 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 agents, from other repositories

archiver

Knowledge archival role for the ARCHIVE stage — the moat's intake. Extracts durable knowledge from the run's artifacts through the strict extraction gate, classifies each entry, writes the reference-tracking writeback, and produces the archive summary. The only agent that writes knowledge.

shenchangmin/cairnkit · 58 tokens

knowledge-builder

Import step 3 — distill collected sources + profile into at most 13 standardized draft knowledge entries (the strict gate applies), plus an archive summary. The only import agent that writes knowledge.

shenchangmin/cairnkit · 42 tokens

doc-collector

Import step 1 — collect raw material from multiple sources (git history, docs, tickets, code scan, dictation) into a normalized notes file. No knowledge classification yet.

shenchangmin/cairnkit · 40 tokens

memory-consolidator

Use this agent ONLY when a human has just run /memory-seed and the new L1 atoms need folding into scenes and persona. Automatic consolidation no longer goes through this agent - it runs headless, outside the session. Do not invoke this agent on your own initiative.

baodq97/tencentdb-agent-memory · 60 tokens

evolve-memo

Lightweight PASS-cycle memo agent (v8.57.0+, Layer P). Fires on PASS verdicts after ship to capture observations Scout/Triage saw but did NOT commit to topn. Single-pass, $0.10–0.20 per cycle. Emits carryover-todos.json and memo.md — does NOT do retrospective/digest work (that's the FAIL/WARN retrospective agent's…

mickeyyaya/evolve-loop · 86 tokens

session-learning-coordinator

Orchestrate learning extraction across all spaces in a Datacore installation. Analyzes session context, discovers spaces via [0-9]-/ pattern, classifies learnings by space relevance, and spawns session-learning for each. Use this agent at end of /wrap-up, /gtd-daily-end, or /tomorrow commands.

datacore-one/datacore · 76 tokens