generate-import-html

Generate structured HTML sections from authoring analysis for AEM Edge Delivery Services.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/juricamigac-from-hr/svemojestrane --skill generate-import-html-juricamigac-from-hr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-import-html
Source: https://github.com/juricamigac-from-hr/svemojestrane/tree/main/.agents/skills/generate-import-html
Command: npx skills add https://github.com/juricamigac-from-hr/svemojestrane --skill generate-import-html-juricamigac-from-hr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Authoring analyses are labor-intensive to convert into production-ready HTML for AEM Edge Delivery Services. This skill automates the transformation into structured HTML sections, applies block structures, handles metadata, and ensures the images folder is managed correctly.

Core Features & Use Cases

  • Structured HTML generation: Convert authoring analysis into per-section divs and nested blocks suitable for AEM.
  • Metadata integration: Apply validated authoring decisions (section styling, metadata placement) as needed.
  • Images folder management: Create and reference an adjacent images directory aligned with the HTML file location.
  • Deterministic output: Produce repeatable HTML outputs that respect the SKILL.md guidance for preview and deployment.

Quick Start

Run the import pipeline using the provided authoring analysis to generate the HTML structure and place the output at the designated path.

Frequently Asked Questions about generate-import-html

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

FAQPage Schema
How do I generate import-ready HTML from an authoring analysis for AEM Edge Delivery Services?

To generate import-ready HTML from an authoring analysis, you run an import pipeline that automates the transformation into structured per-section divs and nested blocks suitable for AEM. It ensures deterministic output and proper images folder placement.

What is the best way to structure HTML sections and blocks for AEM Edge Delivery imports?

The best way to structure HTML sections for AEM Edge Delivery imports is using deterministic per-section divs and block-nested structures. This approach aligns section metadata correctly and ensures repeatable HTML outputs that respect preview and deployment guidance.

How does images folder management work when generating HTML for AEM Edge Delivery?

Images folder management works by creating and referencing an adjacent images directory aligned with the HTML file location. This ensures correct images path placement in the target directory during the structured HTML generation process.

Can I apply section metadata and styling decisions automatically during HTML generation?

Yes, you can apply validated authoring decisions like section styling and metadata placement automatically during HTML generation. The process integrates this metadata directly into the structured output as needed for AEM Edge Delivery Services.

Does the HTML generation process require any external dependencies or components?

No, the HTML generation process requires no external dependencies or components. It operates independently to automate the transformation of authoring analysis into structured HTML sections for AEM Edge Delivery Services.