ponytail-improved
Ponytail is a plugin for AI coding agents that enforces a disciplined ladder of reuse before writing code, reducing code volume by roughly 54% while preserving safety.
其显著之处在于将严格的认知科学(生成效应、FSRS 调度、盲评)融入编码助手的流程中,拥有经过全面审计的评分器(从未出现分数膨胀,0/258),且数据完全本地化。
Your AI can explain anything. Engram makes sure you still know it next month.
The mix-up worth clearing first: Engram is not an agent-memory plugin. It doesn't give your agent persistent memory, context, or knowledge of your codebase — memory MCPs and context tools do that, for the agent. Engram points the other way: it's a learning system for the human. Your agent becomes a tutor that makes you do the thinking, a blind examiner that checks you actually got it, and a scheduler that brings each idea back right before your brain drops it. The agent doesn't get smarter. You do — measurably, with receipts.
Born as a Claude Code plugin; the same skills and engine now run on six agentic platforms — including, as of v1.0.8, one that puts the tutor in your chat app:
claude plugin marketplace add nagisanzenin/engram
claude plugin install engram@engram
| Platform | Install | Then |
|---|---|---|
| Claude Code (born here) | the two commands above | /learn /review /coach |
| OpenAI Codex | codex plugin marketplace add nagisanzenin/engram then codex plugin add engram@engram → INSTALL-CODEX.md | $learn $review $coach |
| OpenCode | "plugin": ["opencode-engram-learning"] in opencode.json (npm) | /learn /review /coach |
| Hermes Agent | clone + skills.external_dirs → INSTALL-HERMES.md — verified live on v0.18.2 | /skill learn (or /study) /review /coach |
| Google Antigravity | agy plugin install https://github.com/nagisanzenin/engram | /learn /review /coach |
| OpenClaw | openclaw plugins install engram --marketplace nagisanzenin/engram → INSTALL-OPENCLAW.md — verified on 2026.7.1-2 | /learn /review /coach |
OpenCode: opencode.json is read globally (~/.config/opencode/opencode.json) or per-project; pin to source instead of npm with "plugin": ["git+https://github.com/nagisanzenin/engram.git"].
Antigravity: The due-review session nudge isn't ported yet, and the architect and smith subagents are currently dropped by AG 1.1.4's strict installer. Everything else works the same.
OpenClaw: the nudge needs openclaw config set hooks.internal.enabled true (OpenClaw ignores plugin hooks until internal hooks are switched on), and it fires on `/new
Evidence-based learning engine for Claude Code — first-principles curricula, free-recall verification with receipts, FSRS-scheduled memory, and explorable artifacts. Learn anything; keep it.
根据分类、Topic 和编程语言匹配的相似项目。
Ponytail is a plugin for AI coding agents that enforces a disciplined ladder of reuse before writing code, reducing code volume by roughly 54% while preserving safety.
Anti-slop is a tool for detecting and repairing substance defects in AI-assisted prose, code, documentation, and agent output using deterministic scanners and structural procedures that produce verifiable artifacts rather than authorship judgments.
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.