syndicate

Generate dev.to and CSDN cross-posting templates from Hugo articles.

1|Updated Jun 14, 2021
One-click install
npx skills add https://github.com/XingMXTeam/maoxunxing.com --skill syndicate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: syndicate
Source: https://github.com/XingMXTeam/maoxunxing.com/tree/main/.qoder/skills/syndicate
Command: npx skills add https://github.com/XingMXTeam/maoxunxing.com --skill syndicate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables seamless syndication of Hugo articles by generating cross-posting templates for dev.to and CSDN.

Core Features & Use Cases

  • Read English and Chinese frontmatter to extract metadata (title, description, date, tags, images).
  • Find and rank related posts by tag overlap to create strong internal links.
  • Convert Hugo shortcodes and adjust image paths into platform-ready Markdown for both dev.to and CSDN.
  • Output two publish-ready templates with proper canonical URLs and backlink structure.

Quick Start

Provide the article path (e.g., content/posts/slug/) to generate platform-ready templates for both dev.to and CSDN.

Frequently Asked Questions about syndicate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I cross-post Hugo articles to dev.to and CSDN?

To cross-post Hugo articles, this Skill generates platform-ready Markdown templates for dev.to and CSDN. It reads your Hugo frontmatter, converts shortcodes, and outputs publish-ready files with correct canonical URLs and internal backlinks.

How does Hugo shortcode conversion work for dev.to and CSDN?

Hugo shortcode conversion adjusts shortcodes and image paths into platform-ready Markdown. It transforms Hugo-specific syntax into standard Markdown that dev.to and CSDN can render correctly without manual editing.

Can I use bilingual frontmatter to cross-post to dev.to and CSDN simultaneously?

Yes, you can use bilingual frontmatter to cross-post to dev.to and CSDN. The Skill reads both English and Chinese frontmatter metadata, including titles, descriptions, dates, and tags, to generate correctly formatted templates for each platform.

What is the best way to generate canonical URLs and internal links for syndicated blog posts?

The best way to generate canonical URLs and internal links for syndicated blog posts is using automated template generation. The Skill finds related posts by tag overlap to create strong internal links and enforces proper canonical URL structures in the output.

Do I need to manually format Markdown before publishing to dev.to or CSDN?

No, you do not need to manually format Markdown before publishing to dev.to or CSDN. By providing the article path, the Skill outputs two publish-ready templates with proper metadata mapping, shortcode conversions, and language-specific formatting applied.