Conversation JSON To MD

Splits a chat-export JSON into one clean Markdown file per conversation.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 450db7d

Ran the bundled script on a 2-conversation synthetic export: it correctly demoted an in-answer '## Explanation' heading to '### Explanation' and produced clean 'Title.md' files with H2 question / H3 Answer structure, exactly as documented — a naive hand-rolled baseline left headings colliding and used flat **User:**/**Assistant:** labels instead.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Conversation JSON To MD does

Converts chat-export JSON (ChatGPT/DeepSeek mapping trees, Qwen exports, Claude web exports, generic message arrays, QA pairs) into per-conversation Markdown files with normalized H1 title / H2 question / H3 Answer headings and demoted answer-internal headings. Triggers when a user wants to split a chat JSON export into multiple .md files or normalize exported Q&A structure.

How to install Conversation JSON To MD

git clone https://github.com/YangsonHung/awesome-agent-skills
mkdir -p ~/.claude/skills
cp -r awesome-agent-skills/skills/en/conversation-json-to-md ~/.claude/skills/conversation-json-to-md

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Conversation JSON To MD

  • /conversation-json-to-md Splits a chat-export JSON into one clean Markdown file per conversation.

It also activates on plain-language prompts like these:

  • I have a ChatGPT export JSON, split it into one markdown file per chat
  • Convert my Claude web export into separate Q&A markdown files please
  • Turn this chat history JSON into clean per-conversation markdown files

Frequently asked questions

Is the Conversation JSON To MD skill free?
Yes. The skill itself is free from YangsonHung/awesome-agent-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Conversation JSON To MD work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Ran the bundled script on a 2-conversation synthetic export: it correctly demoted an in-answer '## Explanation' heading to '### Explanation' and produced clean 'Title.md' files with H2 question / H3 Answer structure, exactly as documented — a naive hand-rolled baseline left headings colliding and used flat **User:**/**Assistant:** labels instead.
What is the Conversation JSON To MD SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Conversation JSON To MD?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Conversation JSON To MD with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.