# Agent Memory Profiles

> Design durable user, project, persona, and task memory profiles for local agents.

- Skill: `memi-design/agent-memory-profiles` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add memi-design/agent-memory-profiles`
- Raw SKILL.md: https://api.skillmd.com/api/skills/memi-design/agent-memory-profiles/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: memi-design (https://skillmd.com/u/memi-design)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/memi-design/agent-memory-profiles

---


# Agent Memory Profiles

Design durable user, project, persona, and task memory profiles for local agents.

## When to Use

Use this Note when a Memoire or Studio run needs agent memory profile, persona file, context file, persistent memory.

## Workflow

1. Separate durable identity, user preferences, project rules, and temporary task state.
2. Keep high-authority files small and specific. Long transcripts belong in searchable knowledge stores.
3. Prefer append-only memory updates with date, source, and confidence fields.
4. When migrating memory, preserve provenance and mark stale or unverifiable entries.
5. Review memory before a sensitive run so old preferences do not override current instructions.


## Sources

- https://github.com/nousresearch/hermes-agent
- https://hermes-agent.nousresearch.com/docs/reference/skills-catalog/
- https://docs.openclaw.ai/cli

