jahia-dev-create-template-set

Scaffold a Jahia JavaScript template set with React and Vite.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Jahia/formidable --skill jahia-dev-create-template-set
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: jahia-dev-create-template-set
Source: https://github.com/Jahia/formidable/tree/main/.agents/skills/jahia-dev-create-template-set
Command: npx skills add https://github.com/Jahia/formidable --skill jahia-dev-create-template-set

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolds a new Jahia JavaScript template set (React) to bootstrap modules, websites, or projects.

Core Features & Use Cases

  • Scaffolds a complete template set with package.json, vite config, and TypeScript support
  • Provides a ready-to-edit React-based template compatible with Jahia 8+ and GraalJS
  • Works for starting new Jahia modules, websites, or prototyping ecosystems

Quick Start

Run the interactive CLI and follow prompts to scaffold a new Jahia JavaScript template set.

Frequently Asked Questions about jahia-dev-create-template-set

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

FAQPage Schema
How do I scaffold a React template set for a Jahia 8+ module?▼

To scaffold a Jahia React template set, run the interactive CLI and follow the prompts to generate a complete project structure with package.json, Vite config, and TypeScript support for Jahia 8+.

What is included in a scaffolded Jahia React template set?▼

A scaffolded Jahia React template set includes a standard project structure with package.json, tsconfig.json, Vite-based build pipeline configuration, and boilerplate React templates ready for editing.

Does Jahia JavaScript template development require GraalVM runtime compatibility?▼

Yes, Jahia JavaScript template development requires GraalVM runtime compatibility, specifically GraalJS, which the scaffolded React template set ensures to maintain proper execution within the Jahia 8+ environment.

Can I use Vite to build a Jahia JavaScript module with TypeScript?▼

Yes, you can use Vite to build a Jahia JavaScript module with TypeScript, as the scaffolded template set provides a Vite-based build pipeline and TypeScript support through tsconfig.json.

When do I need a React-based template set for Jahia?▼

You need a React-based template set for Jahia when starting new modules, building websites, or prototyping ecosystems that require a JavaScript frontend framework within the Jahia 8+ platform.

What's the best way to bootstrap a Jahia website project with React?▼

The best way to bootstrap a Jahia website project with React is using the scaffolding CLI, which generates a ready-to-edit template set with standard project structure and Vite-based build pipeline.