identify-page-structure

Identify section boundaries and content sequences in scraped webpage HTML files.

1|Updated Oct 3, 2025
One-click install
npx skills add https://github.com/initialyze/acme-services --skill identify-page-structure-initialyze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: identify-page-structure
Source: https://github.com/initialyze/acme-services/tree/main/.claude/.skills/identify-page-structure
Command: npx skills add https://github.com/initialyze/acme-services --skill identify-page-structure-initialyze

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill identifies section boundaries and content sequences within a scraped webpage to enable structured authoring and import workflows for AEM Edge Delivery Services. It performs a two-level analysis: first locating sections, then analyzing content sequences within each section, and it can also survey available blocks for informed authoring.

Core Features & Use Cases

  • Two-level analysis: Detects top-level sections and per-section content sequences.
  • Neutral output for downstream skills: Produces section/sequence descriptions without prescribing blocks or layout decisions.
  • Workflow integration: Integrates with scrape-webpage, page-decomposition, and block-inventory steps to inform authoring decisions.
  • Use Case: Before importing a scraped page into AEM, map sections and sequences to guide content placement and block choices.

Quick Start

Use the identify-page-structure skill to analyze a scraped webpage. Provide inputs from the scrape-webpage workflow (screenshot.png, cleaned.html, metadata.json) and receive a hierarchical outline of sections and content sequences.

Frequently Asked Questions about identify-page-structure

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

FAQPage Schema
How do I map section boundaries and content sequences in a scraped webpage for AEM Edge Delivery?

To map section boundaries and content sequences for AEM Edge Delivery, this skill performs a two-level analysis on scraped webpage inputs, detecting top-level sections and per-section content sequences to produce neutral structural outlines.

What inputs do I need to identify page structure before importing content into AEM?

Identifying page structure requires screenshot.png, cleaned.html, and metadata.json files exported from a scrape-webpage workflow to accurately locate sections and analyze content sequences.

Can I survey available blocks when mapping sections for AEM authoring decisions?

Yes, you can survey available blocks during section analysis to inform authoring decisions, generating neutral section and sequence descriptions without prescribing specific blocks or layout choices.

Does the identify-page-structure skill integrate with page-decomposition and block-inventory workflows?

The identify-page-structure skill integrates directly with page-decomposition and block-inventory workflows, using scraped webpage inputs to generate hierarchical outlines that guide downstream content placement and block choices.

Why does the page structure analysis output neutral descriptions instead of prescribing specific AEM blocks?

The page structure analysis outputs neutral descriptions to serve as a non-prescriptive foundation for downstream skills, ensuring authoring and block inventory decisions remain flexible rather than locked into predefined layouts.