octobercms-tailor-development

Create and manage Tailor blueprints for October CMS content modeling with YAML.

9|4|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/octobercms/boost --skill octobercms-tailor-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: octobercms-tailor-development
Source: https://github.com/octobercms/boost/tree/main/resources/boost/skills/tailor-development
Command: npx skills add https://github.com/octobercms/boost --skill octobercms-tailor-development

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the creation and management of content structures in October CMS by providing a standardized way to define blueprints, fields, and navigation without writing manual database migrations or complex PHP code.

Core Features & Use Cases

  • Blueprint Definition: Define Entry, Stream, Structure, Single, Global, and Mixin blueprints using YAML.
  • Content Management: Manage complex content hierarchies, multisite synchronization, and draft/publish workflows.
  • Use Case: Quickly scaffold a blog system with custom fields, categories, and SEO mixins by defining a few YAML files, allowing the CMS to automatically handle the database schema and backend UI.

Quick Start

Use the octobercms-tailor-development skill to generate a new stream blueprint for a blog post collection with title and content fields.

Frequently Asked Questions about octobercms-tailor-development

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

FAQPage Schema
How do I define content structures in October CMS without writing PHP migrations?

You can define content structures in October CMS by creating Tailor blueprints using YAML configurations. This allows you to specify fields and content types, letting the system automatically generate the database schema and scaffold the backend UI without manual PHP code.

What content types can I model using Tailor blueprints in October CMS?

Tailor blueprints support modeling Entry, Stream, Structure, Single, Global, and Mixin content types. These YAML definitions enable flexible content management, handling complex hierarchies, multisite synchronization, and draft or publish workflows.

How do I scaffold a headless blog system in October CMS?

To scaffold a headless blog system, define a stream blueprint in YAML for your blog post collection with custom fields like title and content. Tailor will automatically manage the database schema and backend UI scaffolding for the CMS.

Does October CMS Tailor support multisite content synchronization?

Yes, Tailor supports multisite content synchronization within October CMS. By defining your blueprints in YAML, the system inherently manages content synchronization across multiple sites alongside draft and publish workflows.

Can I reuse field definitions across different content models in October CMS?

Yes, you can reuse field definitions across different content models by utilizing Mixin blueprints. Defining a Mixin in YAML allows you to apply shared field configurations, such as SEO metadata, to multiple content structures.