memanto-skills

A memory system for Claude Code, an AI coding assistant, that keeps engineering decisions between sessions. Lifecycle hooks are automatic actions that run before or after a skill or task.

In plain words
What is it for?
Use it to recall earlier design decisions before work starts and summarize new decisions afterward.
Why use it?
It helps the assistant remember past architectural choices, so decisions do not need to be rediscovered in every session.

Plugin for Claude Code

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.

Claude Code
/plugin marketplace add moorcheh-ai/memanto
agentmods
npx agentmods add plugins/moorcheh-ai/memanto/lifecycle-hooks
Clone the repo
git clone --depth 1 https://github.com/moorcheh-ai/memanto

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 1 skill cost 72 tokens a session between them.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

memanto-skills 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 3d 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.

examples/claudecode-skills-memanto/lifecycle-hooks/.claude-plugin/plugin.json · 19 lines

What it actually says

{
  "$schema": "https://code.claude.com/schemas/plugin-manifest.json",
  "name": "memanto-skills",
  "displayName": "Memanto Engineering Memory",
  "description": "Cross-session engineering memory for Claude Code skills, powered by Memanto. Recalls past architectural decisions before a skill runs and distills new ones after — automatically, via lifecycle hooks.",
  "version": "0.1.0",
  "author": {
    "name": "Moorcheh AI",
    "url": "https://memanto.ai"
  },
  "homepage": "https://memanto.ai",
  "repository": "https://github.com/moorcheh-ai/memanto",
  "license": "MIT",
  "keywords": ["memanto", "memory", "skills", "hooks", "claude-code", "mattpocock"],
  "skills": [
    "./skills/memanto-companion"
  ]
}
Contents

What it installs

The manifest is a name and a version. 1 skill travel with it, and installing the plugin installs all of them — 72 tokens a session between them. Each is measured on its own page, and each can be installed alone.

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. 3d ago First seen · 19 lines scan A 6a8d35b6ab2d

Subscribe to this mod's changes

memanto-skills is a plugin published in the GitHub repository moorcheh-ai/memanto (1,855 stars, last pushed yesterday), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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 plugins, from other repositories

memanto-mcp

Typed semantic memory for Claude — wraps memanto/Moorcheh as an MCP server with remember/recall/answer tools.

geoffsdesk/memanto-mcp · not measured

claude-code-plugin

Prismer Evolution — cross-agent learning network. Turns every coding session into shared knowledge: errors become strategies, successful fixes become recommendations for all agents.

Prismer-AI/PrismerCloud · not measured

tree-ring-memory

Local-first memory lifecycle, project bootstrap, and receipt-backed harness guidance for Claude Code using Tree Ring Memory v0.15+.

TerminallyLazy/Tree-Ring-Memory · not measured

hipocampus

Persistent agent memory that survives across sessions — auto-compacting 3-tier memory with hybrid search. Your agent remembers what it learned, decided, and built.

kevin-hs-sohn/hipocampus · not measured

l123-harness

三级记忆底座:状态放模型外、客观观察、内层不发散、升级需审批。提供 L1 常驻层 / L2 索引 / L3 详情的目录骨架与模板、门禁+审批令牌、零判断事件日志、上下文压缩抢救、以及周审提炼技能。在新项目运行 /l123-harness:init-harness 生成骨架。.

reatcat/l123-harness · not measured

diogenes

Senior-reviewer audit for AI-slop and LLM-generation tells in written content. The audit skill forks into the diogenes subagent (Sonnet, read-only tools plus WebFetch) and returns a verdict, attributable findings, authenticity improvements, and a human rewrite.

backchainai/backchain-plugins · not measured