Me

Summarize user memories and chat logs into a natural-language profile.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Builds a concise profile of what CowCode knows about the user by aggregating MEMORY.md, memory/*.md, and recent chat logs, so users can understand what the system has learned about them.

Core Features & Use Cases

  • Reads MEMORY.md and memory/*.md to extract memories and notes.
  • Reads recent chat logs (today, yesterday, and the last few days) to capture context and conversations.
  • Produces a concise, human-friendly profile that summarizes memories, topics, and key details for user requests like "what do you know about me?".

Quick Start

Run the me skill to generate a concise profile of what CowCode remembers about you.

Frequently Asked Questions about Me

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

FAQPage Schema
How do I summarize what the system knows about me from chat logs?

To summarize what the system knows about you, this skill reads recent chat logs alongside memory files to generate a natural-language profile of stored facts and conversation context. It aggregates your history into a concise summary of key details and topics.

Can I view my user profile data stored in memory files?

Yes, you can view your stored user profile data by running this skill, which reads MEMORY.md and memory/*.md files to extract explicit facts and notes. It presents these saved memories in a human-friendly format.

What is the best way to check the user context an AI assistant has saved?

The best way to check saved user context is to generate a profile summary that reads your memory notes and recent chat history. This process extracts explicit facts and topics to show exactly what the assistant remembers about you.

Does generating a memory profile require any special setup?

Generating a memory profile requires no special setup if MEMORY.md or memory/*.md files already exist. The skill automatically reads available memory files and recent chat logs to build the summary without needing extra dependencies.

What are the limitations of summarizing chat history for a user profile?

A limitation of summarizing chat history is that the profile only includes recent chat logs and existing memory files, meaning older conversations outside the memory directory may be excluded from the final generated context summary.