Klytos Gutenberg Blocks

Markup Klytos page content with Gutenberg block delimiters for editor parsing.

12|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/joseconti/klytos --skill klytos-gutenberg-blocks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Klytos Gutenberg Blocks
Source: https://github.com/joseconti/klytos/tree/main/.claude/skills/klytos-gutenberg-blocks
Command: npx skills add https://github.com/joseconti/klytos --skill klytos-gutenberg-blocks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Guide to Gutenberg block markup for Klytos CMS — CRITICAL for page creation via MCP. All HTML content MUST use Gutenberg block comment delimiters so the visual editor can parse blocks correctly. Use when creating or updating pages with content.

Core Features & Use Cases

  • Provides a reference for constructing content with Gutenberg blocks to ensure editor compatibility and predictable rendering in MCP.
  • Documents essential block syntax, comments, and structure to enable non-developer content creators to compose complex layouts.
  • Serves as a reliable knowledge base for developers integrating Klytos pages with the Gutenberg editor.

Quick Start

Create or update a page by composing content entirely with Gutenberg blocks using the provided block delimiters.

Frequently Asked Questions about Klytos Gutenberg Blocks

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

FAQPage Schema
How do I structure Klytos pages with Gutenberg blocks via MCP?

Gutenberg block markup requires wrapping all HTML content in specific comment delimiters so the Klytos visual editor can correctly parse and render blocks. This ensures structured text, images, and layouts display predictably during page creation and editing workflows.

Why does my Klytos page content not render correctly in the block editor?

Klytos page content fails to render correctly in the block editor if it lacks proper Gutenberg block comment delimiters. All HTML content must use these structural comments to ensure the editor can successfully parse and display the blocks.

What is the required format for creating Klytos CMS content with Gutenberg blocks?

Creating Klytos CMS content with Gutenberg blocks requires enforcing a SKILL.md frontmatter with a name and description, followed by a body containing Gutenberg block delimiters. This format ensures compatibility across pages, posts, and templates.

Can I use Gutenberg block markup for Klytos posts and templates, not just pages?

Yes, you can use Gutenberg block markup for Klytos posts and templates, not just pages. The block delimiters support structuring text, images, and layouts across all content types to ensure the editor parses them correctly.

Do I need developer experience to compose complex layouts with Gutenberg blocks in Klytos?

You do not need developer experience to compose complex layouts with Gutenberg blocks in Klytos. The skill documents essential block syntax, comments, and structure specifically to enable non-developer content creators to build pages reliably.