identify-page-structure

Identifies two-level hierarchy of sections and content sequences from scraped web pages.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and structure page content by analyzing two-level hierarchy (sections and content sequences) from scraped web pages.

Core Features & Use Cases

  • Two-level analysis: detect top-level sections and nested content sequences within each section.
  • Generates neutral descriptions for section boundaries and content flow to facilitate downstream skills like page-decomposition and block inventory.
  • Surveys available blocks to inform authoring decisions.

Quick Start

Break down a scraped page into sections and content sequences, producing neutral descriptions and a snapshot of available blocks.

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 page structure from scraped web content?

Page structure mapping analyzes scraped HTML, screenshots, and metadata to detect a two-level hierarchy of top-level sections and nested content sequences for neutral section boundaries.

What is the best way to identify content sequences within scraped page sections?

Identifying content sequences uses a two-phase workflow that detects section boundaries first, then analyzes per-section content flow to produce neutral descriptions for downstream processing.

Can I use scraped HTML and screenshots to detect section boundaries?

Yes, scraped HTML and screenshots serve as inputs to detect neutral section boundaries, producing structured page divisions and per-section content sequences for downstream authoring workflows.

How does block inventory survey work for page authoring decisions?

The block inventory survey scans available content blocks during page structure identification, providing a snapshot of existing elements to inform downstream authoring and page decomposition decisions.

What downstream skills work with identified page structure and section boundaries?

Identified page structure and neutral section boundaries feed downstream skills like page-decomposition and block inventory, enabling detailed content extraction and authoring analysis workflows.