generate-import-html

Generate structured HTML content for AEM Edge Delivery Services imports.

Updated Mar 27, 2025
One-click install
npx skills add https://github.com/jfoxx/residentportal --skill generate-import-html-jfoxx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-import-html
Source: https://github.com/jfoxx/residentportal/tree/main/.skills/generate-import-html
Command: npx skills add https://github.com/jfoxx/residentportal --skill generate-import-html-jfoxx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of structured HTML content from authoring analysis, ensuring accurate representation of sections, blocks, metadata, and images for AEM Edge Delivery Services.

Core Features & Use Cases

  • HTML Generation: Creates plain HTML files with correct block structure and sectioning.
  • Metadata Integration: Applies page and section-specific metadata as validated.
  • Image Handling: Manages image folder placement and references correctly.
  • Use Case: After analyzing a webpage's structure and content, this Skill generates the final HTML file ready for import into AEM, including all necessary styling and metadata.

Quick Start

Generate the HTML file for the current page import using the authoring analysis and scraped data.

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 import?

To generate structured HTML for AEM Edge Delivery Services import, this Skill transforms authoring analysis into section divs, applies block structures, handles metadata, and saves the complete file without truncation.

How does HTML block structure generation work for AEM content migration?

HTML block structure generation works by creating section divs and applying validated block structures directly from the scraped webpage data, ensuring the final output accurately represents the original page's sections and metadata.

Can I import page metadata into HTML files for Edge Delivery Services?

Yes, you can import page metadata into HTML files for Edge Delivery Services. The Skill applies page and section-specific metadata as validated during the authoring analysis phase.

What's the best way to manage image folders during AEM HTML import?

The best way to manage image folders during AEM HTML import is to use automated generation, which correctly places images in the designated folder and manages image references according to validated decisions.

Why does my HTML content get truncated during AEM import?

HTML content truncation during AEM import typically happens due to processing limitations. This Skill ensures complete content import without truncation by generating the full file directly to the correct file path.