identify-page-structure

Identify section boundaries and content sequences from scraped webpage HTML.

Updated Jan 13, 2026
One-click install
npx skills add https://github.com/ak8458/abc-boilerplate --skill identify-page-structure-ak8458
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: identify-page-structure
Source: https://github.com/ak8458/abc-boilerplate/tree/main/.skills/identify-page-structure
Command: npx skills add https://github.com/ak8458/abc-boilerplate --skill identify-page-structure-ak8458

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify section boundaries and content sequences from a scraped webpage to establish a two-level decomposition that supports structured authoring for AEM Edge Delivery workflows.

Core Features & Use Cases

  • Identifies top-level sections based on visual/thematic breaks in the page and provides metadata about each section.
  • Analyzes internal content sequences within each section to support neutral descriptions for authoring decisions.
  • Surveys available dependencies and links with related skills (e.g., page-import, page-decomposition, block-inventory) to enable downstream workflows.

Quick Start

Run this skill on the scraped webpage output (screenshot, cleaned HTML, metadata) to generate a neutral map of sections and content sequences for authoring.

Frequently Asked Questions about identify-page-structure

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

FAQPage Schema
How do I identify webpage sections from scraped HTML for authoring?▼

To identify webpage sections from scraped HTML, this skill analyzes visual and thematic breaks using cleaned HTML, screenshots, and metadata to establish a two-level structural map for AEM Edge Delivery workflows.

What is the best way to map content sequences within a scraped webpage?▼

Mapping content sequences within a scraped webpage is achieved by analyzing internal content order inside each identified section, generating neutral descriptions that support structured authoring decisions for downstream decomposition steps.

Do I need screenshots and metadata to analyze page structure?▼

Yes, you need screenshots and metadata alongside cleaned HTML inputs to accurately determine section boundaries and content sequences, ensuring a reusable structural map for subsequent authoring analysis.

How does page structure decomposition support AEM Edge Delivery workflows?▼

Page structure decomposition supports AEM Edge Delivery workflows by generating a reusable map of sections and content sequences, feeding neutral structural data directly into downstream page-decomposition and block-inventory authoring steps.

Can I use page structure analysis output for block inventory tasks?▼

Yes, you can use page structure analysis output for block inventory tasks because the generated section boundaries and content sequences feed directly into subsequent authoring-analysis, page-decomposition, and block-inventory workflow steps.