memo

Capture unverified spoken thoughts as timestamped memo entries with automatic tagging.

8|2|Updated May 3, 2026
One-click install
npx skills add https://github.com/ejoongseok/claude-settings --skill memo-ejoongseok
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memo
Source: https://github.com/ejoongseok/claude-settings/tree/main/claude-code/skills/memo
Command: npx skills add https://github.com/ejoongseok/claude-settings --skill memo-ejoongseok

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps fleeting ideas and heard statements from being lost by turning them into timestamped, tagged memo entries that can be referenced later across other skills.

Core Features & Use Cases

  • Instant memo capture: Store what you heard or thought without verification or restructuring.
  • Automatic tagging: Extract people (@), customers (#), and topic tags (#기술/#제품/#도메인/etc.) and fall back to #기타 when nothing matches.
  • Simple retrieval modes: View today’s memos, this week’s memos, or search by person and tag for quick recall and pattern spotting.

Quick Start

Say to the AI: "/memo The customer said the onboarding flow causes drop-offs at step 2.".

Frequently Asked Questions about memo

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

FAQPage Schema
How do I capture fleeting thoughts and passing notes with automatic timestamping?

Capture fleeting thoughts by issuing a memo command to store unverified spoken statements as durable, timestamped entries. The system performs automatic tagging on each append-only write, preserving raw notes for later cross-skill reference.

What is the best way to retrieve timestamped notes by person or topic tag?

Retrieve timestamped notes using built-in search modes: view today's entries, browse the week's memos, or filter by person (@name) and topic tag (#tag). These retrieval modes support quick recall and pattern spotting across daily work logs.

How does automatic tagging work for unstructured work memos?

Automatic tagging for unstructured work memos extracts people (@) and customers (#) from the text, assigns topic tags like #기술/#제품/#도메인, and falls back to #기타 when nothing matches. This deterministic process uses Read/Glob data sources to label entries.

Can I use append-only note taking for daily workflow memory without external dependencies?

Use append-only note taking for daily workflow memory without external dependencies. The system writes entries directly to a local daily memo file under .local.claude/memo, requiring no additional components or packages to function.

Does memo storage support cross-skill reference for learning and diagnosis?

Memo storage supports cross-skill reference for learning, diagnosis, briefings, and pattern discovery. By capturing raw, unverified statements with deterministic tags, other skills can query the timestamped entries for downstream analysis.

What are the limitations of using a daily memo file for workflow memory?

Limitations of using a daily memo file include append-only writes that prevent editing existing entries and deterministic tagging that may misclassify ambiguous text as #기타. Retrieval is also restricted to today, week, @name, or #tag filters.