identify-page-structure

Detect top-level sections and content sequences in scraped webpage data.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/mhaack/sewjaland --skill identify-page-structure-mhaack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: identify-page-structure
Source: https://github.com/mhaack/sewjaland/tree/main/.claude/skills/identify-page-structure
Command: npx skills add https://github.com/mhaack/sewjaland --skill identify-page-structure-mhaack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and structure the hierarchy of a scraped webpage by detecting top-level sections and the content sequences within each section. The skill performs a two-level analysis (sections first, then sequences within each section) and outputs neutral descriptions to guide downstream authoring decisions.

Core Features & Use Cases

  • Two-level structure detection: identify sections, then sequences within each section.
  • Neutral outputs: describe sections and sequences without naming blocks, suitable for authoring analysis.
  • Workflow coordination: integrates conceptually with related skills (page-import, scrape-webpage, page-decomposition, block-inventory, authoring-analysis) to surface prerequisites and context.
  • Blocks readiness: surfaces context for block inventory and future content composition.
  • Example outputs: produces section/sequence descriptions for human review and automation targets.

Quick Start

Run identify-page-structure on your scraped page data to obtain a section-by-section structure with 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 detect the page structure of a scraped webpage for content analysis?

Detect page structure by performing a two-level analysis on scraped webpage outputs like screenshots and cleaned HTML. It identifies top-level sections first, then maps the content sequences within each section to produce neutral structural descriptions.

What is the best way to map content sequences within webpage sections?

Mapping content sequences is best handled by analyzing scraped outputs sequentially. The process identifies top-level sections first, then detects the specific content sequences inside each section without assuming block types.

Does this page structure detection work with cleaned HTML and screenshots?

Yes, page structure detection works with cleaned HTML, screenshots, and metadata from scraped webpages. It analyzes these inputs to enumerate section boundaries and sequence descriptions for downstream authoring workflows.

How do I prepare scraped webpage data for an authoring workflow?

Prepare scraped webpage data for an authoring workflow by running a two-level structure detection that outputs neutral section and sequence descriptions, deferring block decisions to the available library and downstream skills.

Can I analyze page structure without naming specific content blocks?

Yes, you can analyze page structure without naming content blocks. The analysis produces neutral section and sequence descriptions, intentionally deferring block decisions and naming to the available block inventory and downstream tools.

Why does my web scraping workflow need a separate section detection step?

A web scraping workflow needs a separate section detection step to accurately separate top-level section boundaries from internal content sequences. This two-level approach ensures structural mapping remains neutral before committing to specific block inventory decisions.