jahia-dev

Analyze Jahia JavaScript module projects to recommend the next development skill.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps Jahia developers quickly assess the current module project state and decide the most suitable next skill to apply.

Core Features & Use Cases

  • State-detection: checks for the presence of a valid Jahia module by scanning for a package.json referencing a Jahia JavaScript modules library.
  • Jahia runtime status: verifies Jahia is reachable at the default URL to determine readiness.
  • Component discovery: counts defined content types, views, and page templates to assess progress and guide next steps.
  • Reporting and guidance: aggregates findings and recommends the next skill to apply.
  • Full skill map: consolidates results into a navigable map of Jahia development skills for planning.

Quick Start

Detect the project state by running the Jahia Dev skill to assess module presence, runtime status, and component definitions, then follow the suggested next action.

Frequently Asked Questions about jahia-dev

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

FAQPage Schema
How do I assess my Jahia JavaScript module project state?

Scan for a package.json referencing a Jahia JavaScript modules library to detect module presence, verify Jahia runtime reachability at the default URL, and count defined content types, views, and templates to evaluate project readiness.

What is the workflow for Jahia module development?

The Jahia module development workflow aggregates project findings like module presence, runtime status, and component discovery to produce a navigable skill map guiding you toward the appropriate next development step.

How do I know which Jahia development step to apply next?

Determine the next Jahia development step by evaluating module presence, runtime reachability, and component readiness; the analysis aggregates these findings to recommend the most suitable skill to apply.

Does Jahia module development require a running Jahia instance?

Jahia module development checking verifies if Jahia is reachable at the default URL to determine runtime readiness, ensuring the local environment is properly configured before guiding subsequent development actions.

Why is my Jahia module not detected during project analysis?

Jahia module detection fails when the project lacks a valid package.json file explicitly referencing a Jahia JavaScript modules library, preventing the analysis from confirming module presence and recommending next steps.