agentmemory

Classify coding agent memories and generate evidence bundles for audit replay.

130|14|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/dmae97/oh-my-kimi --skill agentmemory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentmemory
Source: https://github.com/dmae97/oh-my-kimi/tree/main/templates/skills/agents/agentmemory
Command: npx skills add https://github.com/dmae97/oh-my-kimi --skill agentmemory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

agentmemory helps you persist, govern, and audit what an AI agent chooses to remember so future runs can use reliable context without leaking secrets or stale assumptions.

Core Features & Use Cases

  • Memory inventory and classification: Reviews OMK memory surfaces and categorizes candidate memories as project facts, decisions, commands, risks, preferences, or run-scoped notes.
  • Evidence-focused replay artifacts: Bundles prompts, generated diffs, verification outputs/logs, screenshots, and limitations for reproducible audit trails.
  • Memory safety and governance workflow: Applies strict guardrails to prevent writing credentials or private data into memory, and ensures memory does not override live sources or official docs.

Quick Start

Use the agentmemory skill to design what your agent should store in OMK project memory and produce an evidence bundle for a recent coding run.

Frequently Asked Questions about agentmemory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I persist agent memory across coding sessions?

Persistent agent memory for coding workflows involves deciding which project facts and decisions to store, then replaying them safely in future runs. This requires inventorying memory surfaces, classifying memory stability, and enforcing no-secrets guardrails to ensure reliable context recall.

How does session replay work for AI agent audits?

Session replay for AI agent audits works by bundling prompts, generated diffs, verification outputs, and logs into evidence-focused artifacts. This creates a reproducible audit trail showing exactly what happened during a coding run, including limitations and verification steps consulted.

What is memory governance in AI agent workflows?

Memory governance in AI agent workflows is the enforcement of strict guardrails to prevent writing credentials or private data into memory. It ensures stored memories do not override live sources or official docs, maintaining safety and reliability across multiple runs.

Can I use agent memory governance for project context recall?

Yes, you can use agent memory governance for project context recall by classifying candidate memories as project facts, decisions, commands, or risks. This reduces repeated prompting and ensures the agent retrieves reliable, governed context for coding tasks.

What are the limitations of replaying agent memory?

Limitations of replaying agent memory include refresh constraints and the risk of stale assumptions if memory is not updated. The system returns refresh limitations and verification artifacts to indicate when replayed context may be outdated or require validation against live sources.