generate-import-html

Generate structured import HTML for AEM Edge Delivery from authoring analysis.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/aemsites/koassets --skill generate-import-html
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-import-html
Source: https://github.com/aemsites/koassets/tree/main/.claude/skills/generate-import-html
Command: npx skills add https://github.com/aemsites/koassets --skill generate-import-html

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates the complex process of converting authoring analysis into structured HTML, eliminating manual coding errors and ensuring compliance with AEM Edge Delivery Services requirements. It guarantees that all content is imported without truncation or summarization, vital for SEO and content integrity.

Core Features & Use Cases

  • Structured HTML Generation: Creates section divs, applies block tables, handles page and section metadata, and ensures correct HTML structure.
  • Image Folder Management: Correctly places and references images relative to the generated HTML, ensuring all assets are accessible.
  • Critical Content Import: Validates that all content from the source page is imported, preventing partial imports or placeholders.
  • Use Case: After analyzing a legacy webpage, use this skill to automatically produce a fully structured HTML file, ready for immediate preview and deployment in AEM Edge Delivery Services, saving hours of manual conversion and validation.

Quick Start

Use the generate-import-html skill to create the final HTML file from the authoring analysis, ensuring all sections are included and images are correctly placed.

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

Generate import HTML by converting authoring analysis and cleaned HTML into fully structured section content with nested divs, block tables, and section-metadata where styling requires. This ensures all content imports without truncation and meets AEM Edge Delivery requirements.

What happens to images when I generate import HTML?

Images are correctly placed in folders relative to the generated HTML file and referenced appropriately, ensuring all assets remain accessible after import to AEM Edge Delivery Services.

Can I import complete page content without losing sections or blocks?

Yes. This skill preserves every section and its blocks as nested divs, applying section-metadata at section start when needed, guaranteeing no truncation or summarization during content migration.

When should I use HTML generation for content migration?

Use this after authoring analysis is complete, section styling is validated, and metadata.json and cleaned content are available. It automates conversion to AEM Edge Delivery structure, eliminating manual coding errors.

Do I need to manually structure HTML divs and metadata for each section?

No. This skill automatically creates section divs, applies block tables, handles page and section metadata, and applies section-metadata as needed—eliminating manual conversion work.

What's the difference between this approach and manually coding HTML for migration?

Automated generation ensures structural compliance with AEM Edge Delivery requirements, validates that all content is included, and eliminates errors from manual coding—saving hours of conversion and validation work.