generate-import-html

Generate structured HTML files for AEM Edge Delivery Services from authoring analysis.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Permit-Junction/permitjunction-website --skill generate-import-html-permit-junction
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-import-html
Source: https://github.com/Permit-Junction/permitjunction-website/tree/main/.claude/skills/generate-import-html
Command: npx skills add https://github.com/Permit-Junction/permitjunction-website --skill generate-import-html-permit-junction

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of structured HTML files from authoring analysis, ensuring content is correctly formatted for AEM Edge Delivery Services and includes all necessary metadata and assets.

Core Features & Use Cases

  • HTML Generation: Creates plain HTML files with proper section and block structure.
  • Metadata Integration: Applies extracted page metadata (title, description, image, tags) as a metadata block.
  • Image Management: Correctly copies and references images in the generated HTML.
  • Use Case: After analyzing a webpage and determining its structure and content, this Skill generates the final HTML file ready for import into AEM, including all styling decisions and SEO metadata.

Quick Start

Generate the HTML file for the current import using the authoring analysis and scraped webpage 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?

To generate structured HTML for AEM Edge Delivery Services, supply authoring analysis and scraped webpage data. The tool outputs a complete HTML file with section divs, block tables, metadata, and image asset references.

How do I import webpage metadata into AEM HTML?

Importing webpage metadata into AEM HTML involves applying extracted page attributes like title, description, image, and tags as a structured metadata block within the generated HTML file during the content import process.

Can I automate image asset management for AEM content imports?

You can automate image asset management for AEM content imports by processing scraped webpage data. The tool correctly copies and references image assets within the generated HTML structure automatically.

What is the best way to create AEM block tables from scraped webpage data?

Creating AEM block tables from scraped webpage data is best handled by generating plain HTML files that apply block table structures directly within section divs based on authoring analysis.

Do I need scraped webpage data to use an AEM HTML generation tool?

Scraped webpage data is required alongside authoring analysis to produce a complete HTML file. The tool processes both inputs to determine structure, apply metadata, and manage image references.

Why does my AEM import HTML lack proper section and block structure?

AEM import HTML lacks proper section and block structure when generated without authoring analysis. You must process styling decisions and scraped data to create section divs and apply block tables correctly.