page-decomposition

Analyze a page section to identify content sequences and neutral breaking points.

162|67|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/adobe/skills --skill page-decomposition-adobe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: page-decomposition
Source: https://github.com/adobe/skills/tree/main/skills/aem/edge-delivery-services/skills/page-decomposition
Command: npx skills add https://github.com/adobe/skills --skill page-decomposition-adobe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps assess a single page section by identifying content sequences and neutral breaking points, enabling consistent page decomposition for authoring decisions.

Core Features & Use Cases

  • Neutral, non-biased descriptions of content sequences within a section
  • Identification of breaking points between sequences to guide downstream skills (block-inventory, content-modeling)
  • Supports per-section analysis during the identify-page-structure workflow and feeds into page-import orchestration

Quick Start

Decompose a single section by providing its HTML and boundaries, and return neutral sequence descriptions.

Frequently Asked Questions about page-decomposition

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

FAQPage Schema
How do I decompose an AEM page section into content sequences?

To decompose an AEM page section, provide its HTML and boundaries to the skill. It analyzes the section and returns neutral sequence descriptions and breaking points to support consistent page imports.

What is neutral section decomposition for page imports?

Neutral section decomposition identifies content sequences and breaking points within a single page section without bias. It maps how content evolves from headings to sequences to guide consistent authoring decisions.

How does section decomposition support downstream content modeling?

Section decomposition supports downstream content modeling by outputting neutral sequence descriptions and breaking points. These outputs feed into downstream skills like block-inventory and content-modeling for further structure mapping.

Can I use section decomposition for edge-delivery page structure analysis?

Yes, section decomposition supports edge-delivery page structure analysis by working within the identify-page-structure workflow. It performs per-section analysis to map content evolution and feeds results into page-import orchestration.

Do I need to provide HTML boundaries for AEM page section decomposition?

Yes, you need to provide the HTML and boundaries of the section you want to decompose. The skill analyzes these inputs to return neutral sequence descriptions and breaking points for the specified section.