tapps-memory

Store and retrieve cross-session project memories with relevance ranking and Hive federation.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/wtthornton/tapps-brain --skill tapps-memory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tapps-memory
Source: https://github.com/wtthornton/tapps-brain/tree/main/.claude/skills/tapps-memory
Command: npx skills add https://github.com/wtthornton/tapps-brain --skill tapps-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Memory fragmentation across sessions; teams need persistent, cross-project memory that is accessible by humans and agents across sessions, with reliable recall and federation capabilities.

Core Features & Use Cases

  • Core CRUD: save, save_bulk, get, list, delete
  • Search & intelligence: search, reinforce, gc, contradictions
  • Federation & Hive: federate_register, federate_publish, hive_status, hive_propagate
  • Profiles, maintenance & diagnostics: profile_info, health, validate
  • Import/export: import, export
  • End-to-end workflows: consolidation, unconsolidate Use case: a developer team stores decisions, notes, and code-related memories and retrieves them across coding sessions.

Quick Start

Save a memory entry for your current project, then search and retrieve it in future sessions.

Frequently Asked Questions about tapps-memory

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

FAQPage Schema
How do I persist cross-session memory for multi-agent software projects?

Cross-session memory persists by saving project knowledge entries that are ranked by relevance and can be federated or shared via Hive, allowing multi-agent teams to retrieve memories across coding sessions.

How do I share project memories across different agent teams?

Project memories are shared across agent teams by registering federation endpoints and publishing memories via Hive, enabling distributed agents to access and propagate shared knowledge deterministically.

Can I search and retrieve ranked memories from previous coding sessions?

Yes, you can search and retrieve memories from previous coding sessions using the search action, which applies relevance ranking to recall the most applicable project decisions and notes.

What is the best way to manage memory fragmentation in collaborative software development?

Managing memory fragmentation involves using structured actions like save, search, and consolidation to store cross-project knowledge deterministically, ensuring reliable recall for humans and agents.

Does cross-session memory management work without external dependencies?

Yes, cross-session memory management operates without external dependencies, providing built-in profiling, safety checks, and garbage collection to maintain memory health for multi-agent teams.

How do I handle contradictions in stored project memories?

Contradictions in stored project memories are handled using the contradictions action, which identifies conflicting entries so teams can resolve discrepancies and maintain knowledge consistency across sessions.