jahia-content

Route Jahia content tasks to sub-skills after verifying site availability via GraphQL.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating Jahia content operations across a live site can be error-prone without a centralized routing entry point that verifies availability and delegates to specific sub-skills.

Core Features & Use Cases

  • Detects Jahia site state and routes tasks to the appropriate sub-skill (e.g., jahia-content-explore-structure, jahia-content-query-content, jahia-content-create-content, jahia-content-move-content, jahia-content-translate-content).
  • Verifies Jahia availability before performing operations and provides actionable guidance if it is offline.
  • Serves as a centralized entry point for end-to-end content workflows by coordinating multiple sub-skills based on user requests.

Quick Start

Describe your Jahia task and the skill will route it to the correct sub-skill (e.g., jahia-content-explore-structure or jahia-content-query-content) for execution.

Frequently Asked Questions about jahia-content

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

FAQPage Schema
How do I manage live Jahia content using GraphQL?

Route Jahia content tasks by describing your operation; the system detects site availability via GraphQL and delegates to the correct sub-skill for structure exploration, content creation, or publishing.

Can I create and publish content directly to a live Jahia instance?

Create and publish content directly to a live Jahia instance by routing tasks through the centralized coordinator, which verifies site availability and delegates to the appropriate content creation or publishing sub-skill.

What happens if my Jahia site is offline when I try to query content?

When Jahia is offline, the routing entry point detects the unavailable state via GraphQL and provides actionable guidance instead of attempting to execute content operations.

Does Jahia content management support translating and moving existing content?

Jahia content management supports translating and moving existing content by routing those specific requests to dedicated sub-skills after verifying the live instance is available and ready for operations.

How do I explore the content structure of a live Jahia site?

Explore the content structure of a live Jahia site by submitting a structure exploration request to the routing skill, which delegates to the explore-structure sub-skill after confirming site availability.