omk-know

Capture conversation insights into knowledge/episodes.md with deduplicated keyword entries.

103|15|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/KaimingWan/oh-my-kiro --skill omk-know
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: omk-know
Source: https://github.com/KaimingWan/oh-my-kiro/tree/main/skills/omk-know
Command: npx skills add https://github.com/KaimingWan/oh-my-kiro --skill omk-know

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture knowledge from conversations by storing insights, corrections, or discoveries into knowledge/episodes.md so you can recall important learnings later.

Core Features & Use Cases

  • Capture and organize insights from live conversations into episodes.md.
  • Deduplicate and structure entries using keywords, date, and a concise summary for quick search.
  • Use case: preserve lessons learned from debugging sessions, user feedback, or design discussions.

Quick Start

Tell me an insight you want to capture and I will append it to knowledge/episodes.md.

Frequently Asked Questions about omk-know

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

FAQPage Schema
How do I capture and save insights from a conversation into my notes?▼

To capture insights from conversations, describe the insight and the skill appends it to knowledge/episodes.md. It structures each entry with a date, active keywords, and a concise summary for later recall.

What is the best way to organize lessons learned from debugging sessions?▼

Organize debugging lessons by storing them as episodes in knowledge/episodes.md. The capture workflow formats entries with deduplicated keywords and a summary under eighty characters for quick search.

Can I deduplicate keywords when saving conversation notes to episodes.md?▼

Yes, keyword deduplication is supported when saving conversation notes. The skill checks new keywords against existing entries in knowledge/rules.md and knowledge/episodes.md to prevent redundant records.

How do I format memorable insights for quick search and retrieval?▼

Format memorable insights as DATE | active | KEYWORDS | SUMMARY. The skill automatically structures conversation discoveries into this format with a summary under eighty characters for efficient retrieval.

Does this knowledge capture method work for preserving user feedback and corrections?▼

Yes, this method works for preserving user feedback and corrections. It captures memorable insights and discoveries directly from live conversations into a structured markdown file for future reference.

What are the limitations of using markdown files for capturing conversation episodes?▼

Using markdown files for episodes limits capture to text-based summaries under eighty characters. It appends structured entries to episodes.md but does not support storing multimedia attachments or complex relational data.