page-decomposition

Analyze webpage sections to identify content sequences and breaking points.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/paolomoz/quasar --skill page-decomposition-paolomoz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: page-decomposition
Source: https://github.com/paolomoz/quasar/tree/main/.skills/page-decomposition
Command: npx skills add https://github.com/paolomoz/quasar --skill page-decomposition-paolomoz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill breaks down complex webpage sections into understandable, neutral content sequences, enabling structured content modeling and authoring decisions without pre-judging block types.

Core Features & Use Cases

  • Sequence Identification: Analyzes a single section to identify distinct vertical flows of content.
  • Neutral Description Generation: Provides objective descriptions of content arrangements (e.g., "two images side-by-side") rather than block names.
  • Breaking Point Detection: Pinpoints shifts in content type or pattern within a section.
  • Use Case: When importing a webpage, this skill helps understand the internal structure of each section, preparing it for a content modeling system to later assign appropriate blocks.

Quick Start

Use the page-decomposition skill to analyze section 3 of the page and list its content sequences.

Frequently Asked Questions about page-decomposition

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

FAQPage Schema
How do I analyze webpage structure and identify content sequences within a section?

To decompose webpage content, you analyze a section's visual and HTML input to identify distinct vertical flows and pinpoint breaking points where content patterns shift, generating neutral descriptions of the arrangements.

What is the best way to extract neutral content descriptions from a webpage section?

Extracting neutral content descriptions involves analyzing content sequences within a webpage section to provide objective depictions of content arrangements, such as 'two images side-by-side', rather than assigning predefined block names or types.

How do I detect breaking points in webpage content during structural analysis?

Detecting breaking points in webpage content requires analyzing a section to pinpoint exact shifts in content type or pattern. This identifies the internal structural elements and content hierarchy needed for subsequent authoring decisions.

Can I use page decomposition for content modeling without pre-judging block types?

Yes, webpage decomposition breaks down complex sections into neutral content sequences, enabling structured content modeling without pre-judging block types. This prepares the section for a content modeling system to later assign appropriate blocks.

Do I need both visual and HTML input for accurate webpage content decomposition?

Yes, accurate webpage content decomposition requires both visual and HTML input. This dual input allows the analysis to identify structural elements, content sequences, and breaking points within a webpage section effectively.