page-decomposition

Analyze page section content sequences and generate neutral structured descriptions.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/juricamigac-from-hr/svemojestrane --skill page-decomposition-juricamigac-from-hr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: page-decomposition
Source: https://github.com/juricamigac-from-hr/svemojestrane/tree/main/.agents/skills/page-decomposition
Command: npx skills add https://github.com/juricamigac-from-hr/svemojestrane --skill page-decomposition-juricamigac-from-hr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces the manual effort of understanding complex page sections by analyzing content sequences and producing neutral descriptions that avoid block naming, enabling clean integration during imports.

Core Features & Use Cases

  • Identify content sequences within a section from top to bottom without attributing block names.
  • Detect breaking points where the content type shifts or patterns change, informing authoring decisions.
  • Produce a structured representation of sequences that downstream tools (e.g., identify-page-structure) can consume.
  • Use Case: When importing a page, run this skill per section to build a neutral map of content flow, which later drives block inventory and content-modeling steps.

Quick Start

Describe the target section to the skill and request a sequence map 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 content sequences within an AEM page section during import?

To analyze content sequences within an AEM page section, you can use a content decomposition process that scans the section top to bottom and generates a neutral description for each sequence. This reveals breaking points where content types shift.

What is content decomposition and how does it identify breaking points in a page section?

Content decomposition is the process of mapping a section's content flow to identify breaking points where the content type shifts. It produces neutral descriptions of sequences without attributing block names, enabling clean integration during page imports.

Can I generate a neutral content map for Edge Delivery Services without assigning block names?

Yes, you can generate a neutral content map for Edge Delivery Services by analyzing content sequences per section. This approach deliberately avoids block naming, producing structured sequence data that enables clean authoring decisions during import.

How do I structure page section data for downstream content modeling tools?

To structure page section data for downstream content modeling tools, you analyze the section to output structured sequence data. This data maps the content flow and breaking points, making it compatible for downstream skills to consume.

Does content decomposition work on an entire page at once or a single section at a time?

Content decomposition operates on a single section at a time rather than an entire page. This per-section approach allows detailed analysis of content sequences and accurate detection of breaking points during the page import process.