jahia-content-explore-structure

Query Jahia GraphQL to map content types, properties, enums, and assets.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Efficiently maps an unknown Jahia site's content structure before creating or editing content. It discovers available content types, their properties (i18n vs non-i18n), valid enum values, mixin requirements, and image assets — in the minimum number of API calls. Works on any Jahia instance including fresh installs with no reference site.

Core Features & Use Cases

  • Discover content types, properties, i18n flags, enums, and image assets with a purpose-built GraphQL batch query.
  • Build a reusable property map that enables content creation workflows without trial-and-error mutations.
  • Use case: prepare content templates for a new Jahia project and validate type constraints before data insertion.

Quick Start

Run a batch GraphQL query to fetch site metadata, page structure, file assets, and content type definitions.

Frequently Asked Questions about jahia-content-explore-structure

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

FAQPage Schema
How do I discover Jahia content types and properties using GraphQL?

To discover Jahia content types and properties, run a batch GraphQL query retrieving site metadata, structure, and content type definitions including i18n flags and enum constraints in a single operation.

What is the best way to map an unknown Jahia site structure before content creation?

Mapping an unknown Jahia site structure requires a purpose-built GraphQL query to fetch content models, mixin requirements, and image assets, generating a reusable property map without trial-and-error mutations.

Can I retrieve i18n property flags and enum constraints from a fresh Jahia install?

Yes, you can retrieve i18n property flags and enum constraints from a fresh Jahia install by executing a minimal batch GraphQL query that discovers all available content type definitions.

How do I build a reusable property map for Jahia content templates?

Build a reusable property map by querying GraphQL to extract content types, valid enum values, and mixin requirements, ensuring type constraints are validated before data insertion.

Does Jahia GraphQL API support batch queries for site metadata and file assets?

The Jahia GraphQL API supports batch queries to retrieve site metadata, page structure, file assets, and content type definitions simultaneously, minimizing the number of required API calls.

Why do I need to query Jahia content models before inserting new site data?

Querying Jahia content models before inserting data validates type constraints, checks i18n flags, and verifies enum values, preventing errors during content creation workflows.