Generates a step-by-step conversion brief for moving articles from Word, plain text, or InDesign to Markdown, HTML, or structured plain text, preserving editorial elements.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autopunk-media-skills:format-converter-briefThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produces a clear, step-by-step brief explaining exactly how to convert a finished article or document from one format (Word, plain text, InDesign export) into a specified target format (Markdown, HTML, or structured plain text), preserving all editorial elements correctly.
Produces a clear, step-by-step brief explaining exactly how to convert a finished article or document from one format (Word, plain text, InDesign export) into a specified target format (Markdown, HTML, or structured plain text), preserving all editorial elements correctly.
Required: The source format (e.g., Word .docx, InDesign exported .txt, plain email text) and the target format (Markdown, HTML, or structured plain text). A description or paste of the article's structural elements — headings, subheadings, pull quotes, captions, byline, bullet lists, embedded links, footnotes.
Optional: The name or type of CMS the output will be pasted into (WordPress, Arc, Contentful, Ghost). Any house style rules that affect markup — for example, whether <h2> or ## is used for section heads, or whether links open in new tabs.
A numbered conversion checklist, typically 8–15 items. Each item names the source element, states the target markup or convention, and includes a short example showing before and after. Ends with a short "Watch out for" section listing two or three common conversion errors specific to this format pair. Plain, professional language — no technical jargon beyond the markup itself.
Source format: Word document (.docx) Target format: Markdown (for Ghost CMS)
Article structure:
No footnotes. No footnotes. CMS is Ghost 5. Links should open in the same tab.
Source: Word .docx Target: Markdown for Ghost 5 CMS Prepared for: Editorial handoff
Headline (Title style → # heading)
Word: Urban Heat: How Cities Are Rewriting the Climate Rulebook
Markdown: # Urban Heat: How Cities Are Rewriting the Climate Rulebook
Paste this as the first line of your Markdown file. Ghost will use it as the article title.
Byline (below headline → plain text block) Word has no standard Markdown equivalent for bylines. In Ghost, enter the author in the post settings panel — do not include it in the body text. The date is set in the post settings as well. Delete the byline line from the Markdown body entirely.
Section subheadings (Heading 2 → ##)
Word: subheading in Heading 2 style
Markdown: ## Your Subheading Here
Apply this to all three subheadings. Use ## only — do not use ### unless you have a third level of heading in the original.
Body paragraphs (Normal style → plain paragraphs) No markup needed. Paste body text as-is, with a blank line between each paragraph. Remove any double spaces after full stops — use single spaces throughout.
Pull quote (italicised indent → blockquote)
Word: indented italicised paragraph
Markdown: > "No city has solved this alone — the answers are regional or they are nothing."
Place the > symbol at the start of the line. Do not use quotation marks unless they appear in the original text.
Bulleted list (Word auto-bullets → Markdown list) Word: auto-formatted bullet points Markdown:
- First item
- Second item
- Third item
Use a hyphen and a space before each item. Remove any tab indentation Word may have added.
Hyperlinks (embedded links → inline Markdown links)
Word: underlined blue text with a URL attached
Markdown: [link text](https://example.com)
Example: [a 2023 IPCC report](https://ipcc.ch/report/ar6) — links open in the same tab by default in Ghost Markdown, which matches your requirement. Do not add {:target="_blank"}.
Image captions (Caption style → italic text below image card)
In Ghost, captions are entered directly in the image card after uploading the photo — not in the Markdown body. Remove caption text from the Markdown file. Keep the captions in a separate notes document to paste into Ghost after upload.
Markdown caption format (if your Ghost theme uses it): *A caption describing the image.*
Author bio (italicised paragraph → italic Markdown)
Word: italicised Normal paragraph at article end
Markdown: *Firstname Lastname is a journalist covering urban planning and climate adaptation. They are based in [City].*
Wrap the entire paragraph in single asterisks. Place it after a horizontal rule: --- on its own line, then the bio.
" "). Some Markdown parsers handle these fine; others display them as garbled characters. If you see strange symbols in Ghost preview, do a find-and-replace: swap " for " and ' for ' throughout.<br> tags in some editors, breaking your paragraph spacing. Check that each paragraph is separated by a full blank line, not a single line break.npx claudepluginhub ur-grue/autopunk-media-skills --plugin autopunk-media-skillsFormats plain text or markdown files with frontmatter, titles, summaries, headings, bold, lists, and code blocks. Outputs to {filename}-formatted.md.
Formats plain text or markdown files with frontmatter, titles, summaries, headings, bold, lists, and code blocks. Outputs to {filename}-formatted.md.
Reformats manuscripts, articles, or long-form text to match a specific publication's structural and style requirements — adjusting headings, spacing, citations, pull-quotes, and front matter.