What problem does it solve? Technical learnings and troubleshooting insights are often lost because they are never written down in a consistent, searchable form. This Skill turns a single problem or insight into a structured knowledge article with frontmatter (title/tags) and a fixed "problem → cause → solution" structure, so it can be found later via tag-based cross-searching. ## Core Features & Use Cases - Fixed article format: Every article follows the same structure (TL;DR → problem → cause → solution → summary → references) with mandatory title and tags for later retrieval. - Markdown by default, HTML on request: Outputs a .md file by default, and a styled standalone .html article only when the user explicitly asks for HTML. - One topic per article: Enforces small, focused articles with minimal reproduction code, environment details, and Japanese-language writing. - Use Case: After debugging a React rendering issue, ask the Skill to write it up; it produces a tagged Markdown article capturing the symptoms, root cause, and the working fix for future reuse. ## Quick Start Write a knowledge article in Markdown about the bug we just fixed, with tags for the framework and topic.