page-decomposition

Identify content sequences within a page section and output neutral descriptions.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/trieloff/trrrrdt --skill page-decomposition-trieloff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: page-decomposition
Source: https://github.com/trieloff/trrrrdt/tree/main/.claude/skills/page-decomposition
Command: npx skills add https://github.com/trieloff/trrrrdt --skill page-decomposition-trieloff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze a page section to identify its content sequences and provide neutral descriptions that avoid naming specific blocks.

Core Features & Use Cases

  • Breaks the section into content sequences and identifies where patterns shift.
  • Produces neutral, descriptive outputs to support authoring decisions later.
  • Invoked per section during page import to support per-section decomposition.

Quick Start

Describe the content sequences in the given section and return neutral descriptions for each sequence without naming blocks.

Frequently Asked Questions about page-decomposition

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

FAQPage Schema
How do I identify content breaking points during a page section import?

To identify breaking points during page section import, analyze the section visuals and cleaned HTML to detect where content patterns shift between default content and blocks, producing a structured sequence overview for authoring decisions.

What does content decomposition mean for AEM Edge Delivery page sections?

Content decomposition for AEM Edge Delivery page sections means breaking down a single section into sequential content patterns and generating neutral descriptions that avoid naming specific blocks to support downstream authoring decisions.

How do I generate neutral descriptions for page content sequences without naming blocks?

You can generate neutral descriptions for content sequences by analyzing the section's visual and HTML structure, identifying where patterns shift, and returning descriptive outputs that deliberately avoid referencing specific block names.

What inputs are needed to map section content sequences for authoring decisions?

Mapping section content sequences requires access to the section visuals and cleaned HTML. These inputs allow the decomposition process to detect breaking points and output a structured overview suitable for authoring decisions.

Can I use section analysis to detect boundaries between default content and blocks?

Yes, you can use section analysis to detect boundaries between default content and blocks. It identifies content sequences within a page section during import and highlights the exact breaking points where content patterns shift.