identify-page-structure

Identify sections and content sequences in scraped webpages for structured import.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/juricamigac-from-hr/svemojestrane --skill identify-page-structure-juricamigac-from-hr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: identify-page-structure
Source: https://github.com/juricamigac-from-hr/svemojestrane/tree/main/.agents/skills/identify-page-structure
Command: npx skills add https://github.com/juricamigac-from-hr/svemojestrane --skill identify-page-structure-juricamigac-from-hr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and structure scraped webpage content into a two-level hierarchy of sections and content sequences to enable deterministic import workflows for AEM Edge Delivery Services.

Core Features & Use Cases

  • Two-level analysis: detect sections (top-level) and content sequences within each section.
  • Neutral output for authoring: produce section/sequence descriptions without proposing blocks.
  • Workflow integration: supports integration with page-decomposition and block-inventory steps to inform content decisions.

Quick Start

Analyze a scraped page to identify sections and sequences, producing a neutral structural description for downstream 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 structure scraped webpage content for AEM Edge Delivery Services imports?

You can structure scraped webpage content for AEM imports by analyzing HTML scrapes, screenshots, and metadata to detect a two-level hierarchy of sections and content sequences, producing a neutral structural description for deterministic authoring workflows.

What is the best way to map webpage sections and content sequences before block authoring?

Mapping webpage sections and content sequences is best handled by surveying blocks and applying per-section sequencing to generate neutral output, which informs authoring choices without prematurely proposing specific blocks for the downstream import.

Can I use HTML scrapes and screenshots to detect page structure for content migration?

Yes, you can use HTML scrapes and screenshots to detect page structure for content migration. The analysis applies per-section sequencing and block surveying across these inputs to export neutral structural descriptions for downstream consumption.

How do I decompose a webpage into sections for downstream block inventory workflows?

To decompose a webpage into sections for block inventory workflows, you identify top-level sections and their internal content sequences, then export these neutral descriptions to integrate with page-decomposition and block-inventory processes.

Does the page structure analysis propose specific AEM blocks during the identification phase?

No, the page structure analysis does not propose specific AEM blocks during the identification phase. It produces neutral section and sequence descriptions to inform authoring choices, leaving block proposals to downstream workflows.