generate-import-html

Generate a sectioned HTML scaffold with block tables for AEM Edge Delivery Services.

Updated Nov 17, 2025
One-click install
npx skills add https://github.com/salvamolaso/movistar-poc-aem-eds --skill generate-import-html-salvamolaso
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-import-html
Source: https://github.com/salvamolaso/movistar-poc-aem-eds/tree/main/.skills/generate-import-html
Command: npx skills add https://github.com/salvamolaso/movistar-poc-aem-eds --skill generate-import-html-salvamolaso

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill generates structured HTML from authoring analysis to support AEM Edge Delivery Services. It ensures a clean section layout and ready-to-import blocks.

Core Features & Use Cases

  • Generate a sectioned HTML scaffold from authoring analysis with validated blocks and section styling decisions.
  • Apply block tables and metadata integration to preparation for preview/import workflows.
  • Manage the images folder alongside the HTML, ensuring correct path references.

Quick Start

Use the skill with a complete authoring analysis to generate the HTML structure and copy the corresponding images into the same directory.

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

This skill converts authoring analysis into deterministic HTML scaffolds composed of section divs and blocks, applying section structure, block tables, and metadata embedding to produce ready-to-import HTML files for AEM Edge Delivery Services workflows.

What does the HTML output include when generating sections and blocks?

The generated HTML includes sectioned divs, block tables with metadata, and a synchronized images folder with correct path references, ensuring all assets are organized and ready for preview and import.

Can I use this skill without external dependencies?

Yes, the skill operates with no external dependencies beyond standard project tooling, producing a complete HTML file and images directory that integrate seamlessly with your existing AEM Edge Delivery setup.

How do I prepare authoring analysis for HTML generation?

Provide a complete authoring analysis with validated blocks and section styling decisions; the skill transforms this input into structured HTML and manages the corresponding images folder alongside the generated file.

What's the best way to manage images when importing generated HTML?

The skill automatically synchronizes images into a folder alongside the HTML with correct path references, eliminating manual image management and ensuring links remain valid during preview and import workflows.