🧠
AI EngineeringPython

Memora

by agentic-box

Memora is an AI Engineering skill for Claude Code, published by agentic-box in memora.

695 stars74 forkson agentic-box/memoraAdded 2026/08/23+4% in starsRepository updated 2026/08/22
agent-memoryai-agentclaudeclaude-codecloudflare-d1codexknowledge-graphllmsmcpmcp-servermemorymodel-context-protocolragsemantic-searchsemantic-search-algorithmsqlite
Install in seconds
Install Memora
Copy Memora into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/agentic-box/memora/tree/main/claude-plugin/skills/memora ~/.claude/skills/memora

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/agentic-box/memora.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
claude-plugin/skills/memora/SKILL.md in agentic-box/memora
Installs to
~/.claude/skills/memora
Collection
One of 2 skills cataloged from this repository
Category
AI Engineering2451 skills

What Memora does

Memora stores and retrieves knowledge across sessions, and tracks TODOs or issues for later work. Use it when prior context, decisions, or organized memory should carry forward.

Memora is cataloged under AI Engineering on DirSkills. Memora comes from a repository tagged agent-memory, ai-agent, claude, claude-code and cloudflare-d1.

Documentation

README

Memora - Persistent Semantic Memory

Memora is the persistent memory system for this environment. Use memora MCP tools to store, search, and organize knowledge across sessions.

When to Use

  • Session start: Relevant memories are auto-injected via hook
  • Storing decisions: Use memory_create to save architectural decisions, patterns, preferences
  • Finding context: Use memory_hybrid_search to find relevant past work
  • Tracking work: Use memory_create_todo / memory_create_issue for task tracking
  • Organizing knowledge: Use memory_hierarchy to browse organized memories

Core Tools

Creating Memories

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Memora

  • What else does agentic-box publish alongside Memora?

    Memora is one of 2 skills that DirSkills catalogs from agentic-box/memora, the repository it ships in. Its siblings there include Memora. Each one is a separate skill with its own page in this directory, installs the same way Memora does, and is maintained by agentic-box in that same repository. The rest of the collection is listed on the agentic-box/memora page.

  • How does Memora compare to other AI Engineering skills?

    Memora ranks #1735 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Memora against them. Open each page to compare what they document and how they install.