anima-commands

Manage Anima long-term memories with remember, recall, and forget commands.

2|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/matt-grain/Anima --skill anima-commands
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: anima-commands
Source: https://github.com/matt-grain/Anima/tree/main/.gemini/skills/anima-commands
Command: npx skills add https://github.com/matt-grain/Anima --skill anima-commands

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

LTM command reference provides clear, standardized syntax for saving, retrieving, and managing long-term memories within Anima, reducing ambiguity and errors during memory operations.

Core Features & Use Cases

  • Remember: Save memories with optional flags for kind, impact, region, project, platform, and git context.
  • Recall: Search memories by content using keyword or semantic search to retrieve relevant context.
  • Memory Management: List, forget, and curate memories; add curiosity and diary entries to enrich context.
  • Real-world example: An agent saves a project note with remember, then recalls it during planning session to inform decisions.

Quick Start

Use the anima remember command to save a memory for the current project, then use anima recall to fetch it later. For example:

  • uv run anima remember "User prefers tabs" --kind learnings --impact medium
  • uv run anima recall "User prefers tabs"

Frequently Asked Questions about anima-commands

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

FAQPage Schema
How do I save and recall persistent context across agent sessions?

To save and recall persistent context across agent sessions, use memory commands like remember to store notes with structured metadata and recall to fetch them later via keyword or semantic search. This reduces ambiguity during long-term memory operations.

What is the best way to manage long-term memories for AI agents across different projects?

Managing long-term memories for AI agents requires standardized commands to save, retrieve, and forget persistent context. Using structured metadata flags for project, platform, and git context ensures memories remain organized and easily retrievable across different projects.

How do I use optional flags like kind and impact when saving agent memories?

When saving agent memories, optional flags like kind, impact, region, project, platform, and git context are appended to the remember command. These flags structure the saved memory metadata for precise filtering and retrieval later.

Can I search saved memories by content using keyword or semantic search?

Yes, you can search saved memories by content using keyword or semantic search through the recall command. This retrieves relevant context from previously stored notes, user preferences, or project details during planning sessions.

Does this long-term memory command reference support forgetting or deleting specific memories?

Yes, the long-term memory command reference supports forgetting or deleting specific memories. The memory management functionality includes listing, forgetting, and curating memories to keep persistent context accurate and relevant over time.

Why do I need structured metadata when saving memories for cross-platform workflows?

Structured metadata is needed when saving memories for cross-platform workflows because it standardizes persistent context with tags like region, project, platform, and git context. This prevents errors and enables precise retrieval across sessions and platforms.