page-decomposition

Analyzes a page section to identify content sequences for AEM Edge Delivery.

Updated Nov 17, 2025
One-click install
npx skills add https://github.com/salvamolaso/movistar-poc-aem-eds --skill page-decomposition-salvamolaso
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: page-decomposition
Source: https://github.com/salvamolaso/movistar-poc-aem-eds/tree/main/.skills/page-decomposition
Command: npx skills add https://github.com/salvamolaso/movistar-poc-aem-eds --skill page-decomposition-salvamolaso

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes a single page section to identify content sequences and provide neutral descriptions, enabling non-prescriptive insights for the AEM Edge Delivery workflow.

Core Features & Use Cases

  • Section-level analysis: Detects content sequences within a section without naming blocks.
  • Breaking-point detection: Identifies where content types shift, aiding authoring decisions later.
  • Output structure: Produces a section-wise sequence map that can feed subsequent skills like content-modeling and block-inventory.

Quick Start

Invoke the page-decomposition skill on a specific section during page import, providing the section’s visual description, boundaries, a screenshot, and the cleaned HTML. The skill will return a structured map of sequences for that section.

Frequently Asked Questions about page-decomposition

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

FAQPage Schema
How do I analyze AEM page sections to identify content sequences during page import?

Page decomposition analyzes individual sections to detect content sequences and identify where content types shift between default content and blocks. Provide the section's visual description, boundaries, screenshot, and cleaned HTML to receive a structured sequence map that informs later authoring decisions.

What does neutral section decomposition mean for AEM Edge Delivery?

Neutral section decomposition describes content structure without prescribing block assignments. It reveals breaking points where content transitions occur, enabling authors to make informed decisions about which blocks to apply rather than imposing predetermined block types.

Can I use page decomposition to prepare sections for content modeling?

Yes. Page decomposition produces a section-wise sequence map that feeds downstream skills like content-modeling and block-inventory. It identifies content boundaries and shifts, providing structured input for subsequent analysis and block assignment workflows.

What inputs does the page decomposition skill require?

The skill requires four inputs per section: a visual description, section boundaries, a screenshot of the section, and cleaned HTML content. These inputs enable accurate detection of content sequences and breaking points for AEM Edge Delivery authoring.

How does page decomposition help with authoring decisions in AEM?

By identifying where content types shift within a section, page decomposition reveals structural breaking points. This mapping enables authors to understand content organization and make deliberate choices about block assignment rather than guessing structure.