muninn-memory-habit

Store and recall session context via Muninn MCP with subagents.

2|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/likesjx/philotic-stack --skill muninn-memory-habit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: muninn-memory-habit
Source: https://github.com/likesjx/philotic-stack/tree/main/skills/muninn-memory-habit
Command: npx skills add https://github.com/likesjx/philotic-stack --skill muninn-memory-habit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of maintaining context and continuity in AI interactions by acting as a persistent working memory, ensuring that past decisions and user preferences are consistently recalled and applied.

Core Features & Use Cases

  • Session Continuity: Retrieves project context at the start of every session.
  • Decision Persistence: Stores important decisions made during a session.
  • Personalization: Recalls user preferences and collaboration styles.
  • Optimization Loop: Uses memory to identify and fix protocol gaps in the repository.

Quick Start

Use the muninn memory habit skill to bootstrap the AI's working memory for the current session.

Frequently Asked Questions about muninn-memory-habit

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

FAQPage Schema
How do I maintain AI working memory and context continuity across sessions?

To maintain AI working memory and context continuity, the system recalls and stores session-specific context using a Muninn MCP bootstrap gate. It operates via subagents for asynchronous memory operations, retrieving project context and past decisions at the start of every session.

How do I persist decisions made during an AI session?

To persist decisions made during an AI session, the system writes them to the memory store after verifying the bootstrap gate. This logs important choices asynchronously via subagents, ensuring past decisions and user preferences are recalled and applied in future interactions.

Can I use subagents for asynchronous memory operations?

Yes, you can use subagents for asynchronous memory operations. The system operates via subagents to handle recall and write operations after verifying the bootstrap gate, ensuring that storing session-specific context and decisions does not block the main process.

Do I need a Muninn MCP to bootstrap AI memory?

Yes, a Muninn MCP is required to bootstrap AI memory. The system integrates with a Muninn MCP for bootstrap and requires verification of this bootstrap gate before proceeding with any recall or write operations.

What is the best way to personalize AI interactions using past context?

The best way to personalize AI interactions is by recalling user preferences and collaboration styles from a persistent memory. This approach retrieves stored context at the start of a session to tailor responses based on past decisions and specific user habits.