generate-import-html

Generate deterministic import HTML sections, blocks, and metadata for AEM Edge Delivery Services.

Updated Jan 13, 2026
One-click install
npx skills add https://github.com/ak8458/abc-boilerplate --skill generate-import-html-ak8458
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-import-html
Source: https://github.com/ak8458/abc-boilerplate/tree/main/.skills/generate-import-html
Command: npx skills add https://github.com/ak8458/abc-boilerplate --skill generate-import-html-ak8458

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the generation of import HTML from authoring analysis for AEM Edge Delivery Services. It enables deterministic HTML generation that maps authoring decisions to ready-to-preview sections, blocks, and associated metadata.

Core Features & Use Cases

  • Generate section-structured HTML with block-level wrappers for each content segment
  • Apply validated section-metadata decisions from the authoring-analysis workflow
  • Manage and align the images folder with the generated HTML path
  • Validate output against identify-page-structure and cleaned HTML to ensure full-page fidelity

Quick Start

Provide the authoring-analysis results and run the skill to produce an import-ready HTML file with accompanying images folder.

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 HTML for AEM Edge Delivery Services?

You generate import HTML for AEM Edge Delivery by providing authoring-analysis results to produce deterministic HTML sections, blocks, a metadata block, and an aligned images folder.

What is authoring analysis used for in AEM Edge Delivery HTML generation?

Authoring analysis provides validated section styling and structural decisions required to map authoring content into deterministic, import-ready HTML sections and blocks.

Does the AEM Edge Delivery HTML generation process include metadata and images?

Yes, the process includes metadata integration through a metadata block and manages images by aligning an images folder with the generated HTML path for full-page fidelity.

How do I validate section structure when generating import HTML?

You validate section structure by checking the generated output against identify-page-structure and cleaned HTML to ensure full-page fidelity within the page-import pipeline.

Can I use this HTML generation method without prior authoring analysis?

No, you need authoring-analysis results as input because the generation relies on validated section styling and cleaned HTML to produce deterministic blocks and metadata.