generate-import-html

Generate a sectioned HTML file from authoring analysis for AEM Edge Delivery Services.

1|Updated Oct 3, 2025
One-click install
npx skills add https://github.com/initialyze/acme-services --skill generate-import-html-initialyze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-import-html
Source: https://github.com/initialyze/acme-services/tree/main/.claude/.skills/generate-import-html
Command: npx skills add https://github.com/initialyze/acme-services --skill generate-import-html-initialyze

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates turning a complete authoring analysis into a clean, sectioned HTML file for AEM Edge Delivery Services, including proper block structure and metadata handling.

Core Features & Use Cases

  • Generates a sectioned HTML file from authoring-analysis results and a cleaned.html
  • Applies block tables, section metadata decisions, and image folder management
  • Use case: a team wants to convert a multi-section event page analysis into preview-ready HTML with images in the correct location

Quick Start

  • Ensure authoring-analysis is complete and cleaned.html is prepared.
  • Run the generate-import-html skill with the prepared inputs.
  • Save the resulting HTML to the path defined by metadata and copy images into the corresponding 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 convert an authoring analysis into HTML for AEM Edge Delivery Services?

To convert an authoring analysis into HTML for AEM Edge Delivery Services, you use a tool that transforms the analysis results and a cleaned.html file into a structured HTML document with proper block tables and section metadata.

What do I need to prepare before generating an HTML file from authoring analysis?

Before generating the HTML file, you need a complete authoring analysis with section decisions, a prepared cleaned.html file, and path metadata to determine the correct output location for the HTML and images.

How does block structure and image management work when generating HTML for AEM?

Block structure and image management work by applying block tables and section metadata decisions from the analysis to the cleaned HTML, then extracting and copying images into a corresponding images folder at the defined path.

Can I automatically generate a preview-ready HTML file from a multi-section page analysis?

Yes, you can automatically generate a preview-ready HTML file from a multi-section page analysis by processing the complete authoring analysis results alongside the cleaned.html input.

Why are my section metadata decisions not appearing in the final HTML output?

Section metadata decisions may not appear if the authoring analysis is incomplete or the cleaned.html input lacks the necessary structure for the block tables and section metadata to be applied correctly.

Does generate-import-html work without path metadata for output location?

No, generate-import-html requires path metadata to determine the output location for the structured HTML document and to correctly place the accompanying images folder.