jarvis-create-content

Creates Jarvis CMS topics and content from Markdown inputs.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/simpleclub-extended/jarvis-mcp-example --skill jarvis-create-content
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jarvis-create-content
Source: https://github.com/simpleclub-extended/jarvis-mcp-example/tree/main/.agents/skills/jarvis-create-content
Command: npx skills add https://github.com/simpleclub-extended/jarvis-mcp-example --skill jarvis-create-content

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps content teams structure Jarvis CMS material by converting Markdown inputs into topics, explanations, exercises, and lessons, accelerating content production and ensuring consistent structure.

Core Features & Use Cases

  • Topic hierarchy creation: subject → topic → subtopic → content topic, with validation.
  • Content generation: text explanations, exercises, and lessons from markdown templates.
  • Workflow on staging: publish and manage content lifecycle within a staging environment to surface before production.

Quick Start

Create a topic hierarchy and add a text explanation, exercise, or lesson from a single Markdown document.

Frequently Asked Questions about jarvis-create-content

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

FAQPage Schema
How do I create Jarvis CMS content topics from Markdown?

Jarvis CMS content topics can be created from Markdown by defining the document structure. This builds a full subject-to-content-topic hierarchy and generates text explanations, exercises, and lessons automatically.

What is the required hierarchy for publishing Jarvis education content?

The required Jarvis education content hierarchy follows four levels: subject, topic, subtopic, and content topic. The system validates structural rules and enforces parent presentations before generating child content.

Can I edit existing Jarvis topics and lessons using Markdown?

You can edit existing Jarvis topics and lessons using Markdown inputs. The workflow uses an overwriteExisting parameter during content generation to update and replace current staging environment materials.

How do I add exercises and text explanations to a Jarvis staging environment?

Add exercises and text explanations to a Jarvis staging environment by inputting Markdown templates into the content generation workflow. This processes the Markdown and publishes the educational material directly to staging.

Why does Jarvis content creation fail when a parent topic is missing?

Jarvis content creation fails when a parent topic is missing because the system enforces strict structural validation. It requires parent presentations to be created before child subtopics or content topics can be generated.