memory

Search Atris journal history to surface past work and decisions.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/keshav55/writing_team --skill memory-keshav55
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory
Source: https://github.com/keshav55/writing_team/tree/main/atris/skills/memory
Command: npx skills add https://github.com/keshav55/writing_team --skill memory-keshav55

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users locate and reason about past work, decisions, and patterns by examining Atris journal history.

Core Features & Use Cases

  • Journal search and reasoning: Find relevant entries across Atris journals and summarize decisions and lessons.
  • Pattern discovery: Identify recurring themes, failures, and outcomes to improve future work.
  • Contextual recall: Provide concise context for past actions to support decisions in current tasks.

Quick Start

Ask memory to surface past work or decisions from atris/logs with a keyword like 'feature X' and summarize relevant notes.

Frequently Asked Questions about memory

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

FAQPage Schema
How do I search past decisions and work history in markdown journals?

To search past decisions, use the memory Skill to locate and reason over Atris journal history stored in atris/logs/YYYY/YYYY-MM-DD.md files. It applies a grep-first, reason-second pattern to retrieve relevant entries and synthesize past work outcomes.

What is the RLM pattern for journal retrieval and reasoning?

The RLM pattern is a retrieval and synthesis method that uses grep first to locate relevant text and reason second to analyze findings. It guides the search across Atris journals and includes an escalation workflow for complex analysis.

How do I find recurring patterns and themes across daily logs?

You can find recurring patterns by asking the memory Skill to examine Atris journal history for recurring themes, failures, and outcomes. It searches daily markdown logs to identify and synthesize historical patterns to improve future work.

Does the memory Skill require a specific directory structure for logs?

Yes, the Skill expects journal entries located in a specific directory structure at atris/logs/YYYY/YYYY-MM-DD.md. It relies on this date-based markdown file organization to search and reason over past work effectively.

Can I get contextual recall for why a past decision was made?

Yes, the Skill provides contextual recall by searching Atris journals to answer why something happened. It summarizes relevant notes and past actions to support decisions in your current tasks.