content-create

Generate guidance articles from Q&A data and content plans as MDX files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LeonardSylvester/zfdm_relaunch --skill content-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: content-create
Source: https://github.com/LeonardSylvester/zfdm_relaunch/tree/main/.claude/skills/content-create
Command: npx skills add https://github.com/LeonardSylvester/zfdm_relaunch --skill content-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of Ratgeber articles by transforming Q&A data and content plans into ready-to-publish content, reducing manual drafting time and ensuring consistency with brand guidelines.

Core Features & Use Cases

  • Cluster articles: generate individual articles from cluster data, including metadata, structure, and frontmatter.
  • Pillar articles: create pillar content that aggregates and links to cluster articles.
  • FAQs and images: produce FAQ schemas and hero images for articles, leveraging data sources and the Gemini workflow when available.
  • Output and routing: produce MDX files under src/content/ratgeber/ and map routes under src/pages as part of the site build.
  • Data sources: read from data/content-plans/{cluster}.json, data/qa-database/{cluster}.json, answer-formats.md, and brand-voice-guideline.md.

Quick Start

Create a cluster article using Q&A data and content plans.

Frequently Asked Questions about content-create

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

FAQPage Schema
How do I generate Ratgeber articles from a Q&A database automatically?

You can generate Ratgeber articles automatically by processing Q&A database files and content plans to produce ready-to-publish MDX files with validated metadata, frontmatter, and CTA links.

How do I create pillar content that links to cluster articles from JSON data?

Pillar content is created by aggregating cluster data from content plans, generating overarching MDX articles that link to individual cluster articles while enforcing brand voice guidelines.

Can I produce MDX files with frontmatter and FAQ schemas from Q&A data?

Yes, the workflow outputs MDX files under src/content/ratgeber with structured frontmatter fields and FAQ schemas, pulling validated question data from the JSON database.

Does generating German Ratgeber content require reviewed questions before publishing?

Yes, the system validates that all referenced questions in the Q&A database are reviewed before generating content, ensuring only approved answers appear in the published articles.

What's the best way to maintain brand voice when automating content creation from Q&A data?

Brand voice consistency is maintained by referencing brand-voice-guideline.md during generation, automatically applying tone and style rules across all cluster and pillar articles.

What data formats do I need to set up before automating Ratgeber article generation?

You need JSON files for content plans and Q&A databases under the data directory, plus brand-voice-guideline.md and answer-formats.md to define styling and structure rules.