javlo-template

Create and modify Javlo CMS templates from design assets.

4|4|Updated Apr 22, 2015
One-click install
npx skills add https://github.com/Javlo/javlo --skill javlo-template
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: javlo-template
Source: https://github.com/Javlo/javlo/tree/main/skills/javlo-template
Command: npx skills add https://github.com/Javlo/javlo --skill javlo-template

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Javlo template system accelerates building and maintaining consistent CMS templates by bundling structural layouts, configuration, internationalization, and dynamic components into a reusable blueprint.

Core Features & Use Cases

  • End-to-end scaffolding: index.html layouts, config.properties, i18n files, image filters, and staging setup
  • MCP-based content population: integrates template creation with Javlo MCP workflows for content provisioning and deployment
  • Design-to-template workflow: converts design specs (Figma or site screenshots) into production-ready templates ready for rendering

Quick Start

Create or update a Javlo template by providing a complete folder with index.html, config.properties, i18n, components, and optional staging/MCP setup.

Frequently Asked Questions about javlo-template

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

FAQPage Schema
How do I create a Javlo CMS template from a Figma design?

To create a Javlo CMS template from a Figma design, you convert the design assets into a template structure by scaffolding index.html layouts, configuration, i18n, and components to ensure production-ready rendering.

What files are required to scaffold a Javlo template?

Scaffolding a Javlo template requires a complete folder structure including an index.html layout, config.properties, i18n files, components, and optional staging setup for production readiness.

Can I update an existing Javlo template using design screenshots?

Yes, you can update an existing Javlo template using design screenshots by converting the visual assets into modified template structures and wiring the updated configuration and components.

Does Javlo template creation support MCP-based content population?

Yes, Javlo template creation supports MCP-based content population by integrating template creation with Javlo MCP workflows to automate content provisioning and deployment.

What is the best way to ensure my Javlo template is production-ready?

The best way to ensure a production-ready Javlo template is to enforce the required file structure, validate dependencies and assets, and properly wire i18n, components, and staging setup.