Conversation JSON To MD Convert a user-provided chat-export JSON into multiple Markdown files with consistent Q/A formatting. When to Use Use this skill when the user asks for: - Splitting one JSON chat export into many files - One conversation per markdown file - Keeping only question/answer content from user and assistant - Renaming response section to - Normalizing exported files with a second formatting pass Do not use Do not use this skill for: - Plain text transformation that does not involve JSON chat exports - Non-conversation JSON processing tasks - Requests requiring semantic summar…