identify-page-structure

Analyze scraped webpage data to identify section boundaries and content sequences.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify section boundaries and content sequences within a scraped webpage for AEM Edge Delivery Services import. Performs two-level analysis (sections, then sequences per section) and surveys available blocks.

Core Features & Use Cases

  • Performs a two-level analysis: first identify sections, then identify content sequences within each section.
  • Produces neutral, descriptive outputs (no block names) to inform subsequent authoring steps like page-decomposition and block-inventory.
  • Supports planning by surveying available blocks to guide block selection during authoring.

Quick Start

Use the identify-page-structure skill on a scraped webpage output (screenshot, cleaned.html, metadata.json) to produce structured section and sequence descriptions.

Frequently Asked Questions about identify-page-structure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze webpage structure for AEM Edge Delivery import?

Analyze webpage structure by running the identify-page-structure Skill on scraped page data (screenshot, cleaned HTML, metadata). It performs two-level decomposition to identify sections first, then content sequences within each section, producing structured descriptions to guide authoring decisions.

What does section and sequence decomposition mean for page analysis?

Section decomposition identifies boundaries and groups of related content on a page. Sequence decomposition then breaks each section into ordered content units. This two-level structure helps you understand how to organize blocks during AEM Edge Delivery authoring.

Can I use this Skill to plan which blocks to use when authoring?

Yes. The Skill surveys available blocks and produces neutral, descriptive outputs of page structure without assigning block names. This block inventory guides your selection during subsequent authoring steps.

What input data do I need before running page structure analysis?

Provide a scraped webpage output containing three components: a screenshot of the page, cleaned HTML markup, and metadata.json file. These inputs enable the Skill to analyze section boundaries and content sequences accurately.

How does identifying page structure support content migration to AEM Edge Delivery?

Understanding existing section boundaries and content sequences before authoring prevents structural misalignment during import. The Skill's two-level analysis and block survey inform page-decomposition and block-inventory decisions, streamlining the migration workflow.