mem-search

Search Archon session memory for past decisions and bugs.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/trezero/archon-trinity --skill mem-search-trezero
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mem-search
Source: https://github.com/trezero/archon-trinity/tree/main/integrations/claude-code/plugins/archon-memory/skills/mem-search
Command: npx skills add https://github.com/trezero/archon-trinity --skill mem-search-trezero

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Search Archon session memory for past decisions, bugs, and implementation context across sessions.

Core Features & Use Cases

  • Retrieve past decisions, rationale, and implementation notes from session history.
  • Inspect specific sessions for details such as bug fixes and design decisions.
  • Apply retrieved context to inform current work when the Archon MCP server is connected.

Quick Start

Search for relevant past sessions using archon_search_sessions and apply the retrieved context to guide your current task.

Frequently Asked Questions about mem-search

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

FAQPage Schema
How do I retrieve past engineering decisions and context from previous sessions?

Yes, you can search past bug fixes and implementation notes by querying Archon session memory. By retrieving specific session details, you can inspect historical design decisions and apply them to resolve current engineering tasks.

How do I search session history to find the rationale behind a specific design decision?

Yes, searching session memory works across different project contexts when the Archon MCP server is connected. This allows you to retrieve and apply relevant decisions and implementation context regardless of the current project boundaries.

Do I need the Archon MCP server connected to search session memory?

To apply retrieved context to current work, first search past sessions using archon_search_sessions to find relevant history. Then inspect specific sessions with archon_get_session to extract decisions and implementation notes to guide your task.

Can I retrieve context from a previous project session to inform my current engineering task?

Yes, you can retrieve context from a previous project session to inform your current engineering task. The skill applies across sessions and project contexts, searching Archon memory to gather relevant past decisions and bug fixes.