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.
/plugin marketplace add moorcheh-ai/memantonpx agentmods add plugins/moorcheh-ai/memanto/lifecycle-hooksgit clone --depth 1 https://github.com/moorcheh-ai/memantoGrade 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.
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"
]
}
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.
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.
- 3d ago First seen · 19 lines scan A 6a8d35b6ab2d
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.
Other plugins, from other repositories
memanto-mcp
Typed semantic memory for Claude — wraps memanto/Moorcheh as an MCP server with remember/recall/answer tools.
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.
tree-ring-memory
Local-first memory lifecycle, project bootstrap, and receipt-backed harness guidance for Claude Code using Tree Ring Memory v0.15+.
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.
l123-harness
三级记忆底座:状态放模型外、客观观察、内层不发散、升级需审批。提供 L1 常驻层 / L2 索引 / L3 详情的目录骨架与模板、门禁+审批令牌、零判断事件日志、上下文压缩抢救、以及周审提炼技能。在新项目运行 /l123-harness:init-harness 生成骨架。.
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.