jahia

Route Jahia requests to dev or content sub-skills for execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Decouples Jahia tasks into the correct specialized skill (dev or content) and routes work to the right workflow, reducing confusion and handoffs.

Core Features & Use Cases

  • Route requests to the correct Jahia sub-skill (e.g., /jahia-dev for development tasks, /jahia-content for CMS tasks).
  • Enable combined workflows by sequencing the relevant skills when a task spans both code and content.
  • Provide clear guidance and safe delegation so users can start from a single central point and reach the right outcome quickly.

Quick Start

Describe your Jahia task and I will route it to the correct skill (/jahia-dev or /jahia-content) and execute the appropriate workflow

Frequently Asked Questions about jahia

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

FAQPage Schema
How do I route Jahia tasks to the correct workflow for development or content management?▼

Jahia task routing directs your request to the appropriate specialized skill, choosing /jahia-dev for module development or /jahia-content for CMS operations to streamline workflows and reduce handoffs.

What is the best way to handle combined Jahia workflows that span both code and content?▼

Combined Jahia workflows are handled by sequencing the relevant sub-skills. The router delegates tasks in sequence, passing context between module development and content management operations to support end-to-end execution.

How do I start a Jahia module development task from a single entry point?▼

To start Jahia module development, describe your task and the router will delegate it to the /jahia-dev sub-skill, enforcing input clarity and safe delegation to execute the correct development workflow.

When do I need orchestration for Jahia content management operations?▼

Jahia content management orchestration is needed when you require a single central entry point to safely delegate CMS operations to the /jahia-content sub-skill, ensuring the correct workflow is executed quickly.

Can I use Jahia routing for both module development and CMS operations in the same session?▼

Yes, Jahia routing supports combined workflows by deciding between module development and content management tasks, delegating to the correct sub-skill in sequence when a task spans both code and content.