Klytos Custom Templates

Automate page template design and reuse within Klytos CMS.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Klytos Custom Templates enables teams to design, share, and reuse page layouts across projects within the Klytos CMS, reducing duplication and ensuring visual consistency.

Core Features & Use Cases

  • Template Systems: manage core templates, custom templates, template parts, and reusable blocks to compose pages with consistent structure.
  • Frontend Hook Points: define hook points to inject dynamic content at precise render stages without altering core templates.
  • Page Template Recipes: assemble blocks into named page templates, allowing rapid delivery of diverse layouts across sites.

Quick Start

Create a new custom template under custom-templates and apply it to a page to use the layout.

Frequently Asked Questions about Klytos Custom Templates

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

FAQPage Schema
How do I create reusable page layouts in a CMS to ensure visual consistency across projects?

Reusable page layouts ensure visual consistency by allowing teams to design and share template structures across projects. This approach reduces duplication by assembling named page templates from reusable blocks and custom parts within the CMS.

What are frontend hook points and how do they inject dynamic content into page templates?

Frontend hook points inject dynamic content at precise render stages without altering core templates. They allow developers to insert customized elements into page layouts dynamically, maintaining the structural integrity of the base template system.

How do I assemble custom templates and reusable blocks to compose pages rapidly?

Assembling custom templates involves combining template parts and reusable blocks into named page layouts. This method enables rapid delivery of diverse page structures by organizing blocks into recipes applied directly to site pages.

Do I need any specific dependencies or components to configure custom page templates?

Configuring custom page templates requires no external dependencies or components. The system operates independently, needing only a SKILL.md frontmatter with name and description, while supporting optional scripts, references, and assets directories to extend capabilities.

What is the best way to manage template parts and core templates for consistent site structure?

Managing template parts and core templates effectively requires a system to handle core templates, custom templates, and reusable blocks. This ensures a consistent site structure by centralizing layout composition and allowing rapid page assembly.