chat-note

Summarizes conversation findings into a single Japanese Markdown note file.

1|Updated Aug 24, 2026
One-click install
npx skills add https://github.com/mjun0812/skills --skill chat-note-mjun0812
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chat-note
Source: https://github.com/mjun0812/skills/tree/main/skills/docs/chat-note
Command: npx skills add https://github.com/mjun0812/skills --skill chat-note-mjun0812

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After a long investigation or discussion with an AI, key facts, reasoning, and open questions are scattered across the conversation and hard to revisit. This Skill consolidates only what was established in the current conversation into one self-contained Japanese Markdown file, without adding outside information. ## Core Features & Use Cases - Conversation-only summarization: Writes notes strictly from established facts, inferences, and unconfirmed items in the current chat, keeping them clearly distinguished. - Structured Markdown output: Produces a single file with frontmatter, a table of contents at the top, a summary section, and reference links. - Safe file saving: Saves to a user-specified path or defaults to YYYY-MM-DD-<slug>.md in the current directory, asking before overwriting existing files. - Use Case: After researching a technical decision in chat, ask to summarize the discussion; you get a dated Markdown note you can reread later without re-searching. ## Quick Start Summarize everything we discussed in this conversation into a Markdown note and save it.

Frequently Asked Questions about chat-note

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

FAQPage Schema
How do I save an AI conversation as a Markdown note?

Ask the assistant to summarize the current conversation into a Markdown note. The Skill writes a single Japanese Markdown file with frontmatter, a table of contents, a summary, and reference links, saved to your specified path or a dated filename in the current directory.

Does this note-taking skill add external information to the summary?

No, it only uses information already established in the conversation. External research or supplementary content is added only when the user explicitly requests it.

What format does the generated Markdown note use?

The note includes YAML frontmatter with title, model, and dates, followed by a table of contents, a three-line summary, free-form body sections, and a reference links section. The conclusion appears early so the file is understandable on its own.

What happens if a file with the same name already exists?

The Skill asks for user confirmation before overwriting an existing file at the save location. By default it saves as YYYY-MM-DD-<slug>.md in the current directory unless you specify another path.

When should I not use this conversation summary skill?

Do not use it for topics not covered in the conversation or for requests that start from new research. It is designed only to document what was already investigated or discussed in the current chat.