klytos-custom-post-types

Create and manage custom post types, taxonomies, and fields in Klytos CMS.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guide for creating Custom Post Types, Taxonomies, and Custom Fields in Klytos CMS. Use when adding new content types beyond pages (products, properties, blog posts, events, portfolio items, etc.), adding taxonomies for content organization, or defining structured custom fields with validation. Covers post type structure, MCP tools, plugin API, admin interface, hooks, and complete end-to-end examples.

Core Features & Use Cases

  • Post type structure definitions and administration-ready schemas.
  • Taxonomies and custom fields to model complex content types (products, properties, events, portfolios).
  • MCP tooling, plugin API hooks, and admin interface integration for end-to-end workflows.

Quick Start

Define a new post type (for example, 'products') with a unique ID, then add taxonomies and structured custom fields to model your catalog.

Frequently Asked Questions about klytos-custom-post-types

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

FAQPage Schema
How do I create custom post types in Klytos CMS for products or events?

Custom post types in Klytos are created by defining administration-ready schemas with a unique ID, then attaching taxonomies and custom fields with validation to model complex content like products, properties, or events.

What is the best way to add taxonomies and custom fields to a Klytos post type?

The best way to add taxonomies and custom fields is through the Klytos plugin API, which enforces field validation and taxonomy relationships while binding the structured content schemas directly to the admin interface.

Does Klytos custom post type management support plugin API hooks and MCP tool integration?

Yes, Klytos custom post type management fully supports MCP tooling, plugin API hooks, and admin interface integration, providing end-to-end workflows for defining and enforcing content type structures.

When do I need custom post types instead of standard pages in Klytos?

You need custom post types in Klytos when adding new content types beyond standard pages, such as products, properties, blog posts, events, or portfolio items that require structured fields and taxonomy organization.

Can I enforce field validation for structured content schemas in Klytos?

Yes, you can enforce field validation for structured content schemas in Klytos by defining custom fields with validation rules during post type creation, ensuring data integrity across your modeled content types.