Memory

Search notes, chat logs, and filesystem index with semantic matching.

2|2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/bishwashere/cowCode --skill memory-bishwashere
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Memory
Source: https://github.com/bishwashere/cowCode/tree/main/skills/memory
Command: npx skills add https://github.com/bishwashere/cowCode --skill memory-bishwashere

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables fast retrieval of relevant information across your notes, chat history, and filesystem index by performing semantic search.

Core Features & Use Cases

  • Semantic search across MEMORY.md and memory/*.md to surface relevant notes.
  • Access and search your chat logs to recall past conversations when needed.
  • Filter results by date ranges and content type (notes, chat, filesystem) for precise context.
  • Auto-index notes and logs to keep results up to date without manual intervention.

Quick Start

Search across MEMORY.md, memory/*.md, and chat logs for relevant past notes and conversations.

Frequently Asked Questions about Memory

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

FAQPage Schema
How do I search across my notes and chat logs to recall past context?

Semantic search across notes and chat logs surfaces relevant past context by querying MEMORY.md, memory/*.md files, and filesystem listings. It uses auto-indexing to keep results up to date without manual intervention.

Can I filter semantic search results by date ranges and content type?

Yes, semantic search supports filtering results by specific date ranges and content type, including notes, chat logs, and filesystem listings, allowing you to narrow down recalled context precisely.

Does this tool automatically index new notes and chat history?

Auto-indexing automatically processes notes and chat logs to keep search results current. It safely handles memory content during indexing to ensure new information is available for retrieval without manual updates.

What is the best way to find specific information in my personal knowledge base?

Semantic search is the best way to locate information in a personal knowledge base, querying memory files and chat logs to surface relevant details based on meaning rather than exact keyword matches.

How do I save and retrieve information using memory files?

The system relies on memory_save, memory_get, and memory_search tools to store and retrieve information. It interacts directly with MEMORY.md and memory/*.md files to manage your knowledge base.

Are there limitations when searching filesystem listings and chat logs together?

Search capabilities depend on safe handling of memory content during auto-indexing. While it supports notes, chat logs, and filesystem listings, precise filtering by date and type is required to manage large volumes effectively.