What problem does it solve? Long AI-assisted sessions produce valuable findings that get lost in raw transcripts. This Skill distills the current conversation into a concise, shareable Markdown artifact with standardized frontmatter, so decisions, solutions, and learnings are preserved and easy to distribute. ## Core Features & Use Cases - Structured Summaries: Captures problems discussed, approaches considered, solutions attempted, and final outcomes using a fixed section template with status icons (✅, ❌, 💡, 🐞, 🚀). - Privacy Sanitization: Replaces personal path segments like /Users/{username}/ with ~/ and strips similar personal information before saving. - Standardized Artifacts: Resolves universal artifact frontmatter via a helper script and saves the file with a timestamped filename (e.g., 20250718-200926Z_fix-rating-change.md) under the project's chats directory. - Use Case: After a debugging session that identified a race condition fix, invoke the Skill to produce a chat-summary artifact documenting the problem, failed approaches, the working solution, and reference links. ## Quick Start Ask the assistant to summarize this chat into a distributable artifact and save it to the project archive.