identify-page-structure

Identify section boundaries and content sequences in scraped webpages.

Updated Sep 12, 2025
One-click install
npx skills add https://github.com/ComwrapUkReply/ue-multitenant-root --skill identify-page-structure-comwrapukreply
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: identify-page-structure
Source: https://github.com/ComwrapUkReply/ue-multitenant-root/tree/main/.claude/skills/identify-page-structure
Command: npx skills add https://github.com/ComwrapUkReply/ue-multitenant-root --skill identify-page-structure-comwrapukreply

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify section boundaries and content sequences within a scraped webpage to inform content structuring and subsequent authoring decisions.

Core Features & Use Cases

  • Two-level analysis identifies top-level sections first, then nested content sequences within each section.
  • Surveys available blocks and references to inform block planning and reuse.
  • Produces neutral, descriptive outputs ready for downstream authoring and tooling.

Quick Start

Analyze a scraped webpage and return a neutral outline of sections and sequences to guide content 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 analyze page structure from scraped webpage content?

To analyze page structure from scraped webpage content, this Skill applies a two-level analysis that first detects top-level section boundaries, then maps content sequences within each section to produce a structured outline for authoring.

What is two-level section detection for web content analysis?

Two-level section detection is a process that first identifies broad section boundaries in a scraped webpage, then analyzes nested content sequences within each section to survey available blocks for downstream planning.

How do I map section boundaries to guide content authoring workflows?

You map section boundaries by detecting sections and surveying available blocks to generate neutral, descriptive outputs. These structured outputs directly inform content authoring decisions and block planning.

Can I use YAML frontmatter inputs to generate a block inventory?

Yes, you can use YAML frontmatter inputs to process scraped webpage data. The Skill leverages these inputs to survey available blocks and produce structured outputs for block inventory and reuse.

Does this page structure analysis work without external dependencies?

Yes, the page structure analysis operates without external dependencies. It processes scraped webpage content directly to identify section boundaries and content sequences using its built-in two-level analysis logic.