Agent memory profiles
Practical design judgment for AI coding agents: 78 installable skills for craft, research, generation, Figma, and Memoire.
npx -y skills add sarveshsea/design-skills --skill agent-memory-profilesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Design durable user, project, persona, and task memory profiles for local agents.
SKILL.md
1.0 KB, as published. Nobody here has run it
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
- Separate durable identity, user preferences, project rules, and temporary task state.
- Keep high-authority files small and specific. Long transcripts belong in searchable knowledge stores.
- Prefer append-only memory updates with date, source, and confidence fields.
- When migrating memory, preserve provenance and mark stale or unverifiable entries.
- Review memory before a sensitive run so old preferences do not override current instructions.