page-decomposition

Analyze a page section's content flow to identify internal sequences and boundaries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill provides neutral analysis of a section's content flow to identify breaking points for page decomposition.

Core Features & Use Cases

  • Analyze the vertical flow of a single section to identify breaking points between content types
  • Define neutral content sequences without naming blocks
  • Produce structured output describing each sequence for downstream tooling

Quick Start

Inspect the target section's visuals and HTML, then return a structured description of 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 a page section's content flow for import into AEM?

Page section content flow analysis identifies breaking points between different content types within a single section. It produces a neutral sequence description without naming blocks, supporting downstream block identification and authoring decisions during page import.

What is the best way to identify content boundaries during page decomposition?

Content boundaries are identified by analyzing the vertical flow within a single section to detect breaking points between content types. This produces a structured output describing each sequence, enabling downstream tooling to process the section correctly.

How do I break down HTML sections into neutral content sequences?

You break down HTML sections by inspecting the target section's visuals and HTML, determining its internal sequences and boundaries, and returning a structured description of each sequence. The skill operates on one section at a time and avoids naming blocks to maintain neutrality.

Can I use this page decomposition skill to identify blocks during a page import?

This skill does not directly identify blocks during a page import. It operates on one section at a time to produce a neutral sequence description, which then supports downstream block identification and authoring decisions made by other tooling.

Does the section decomposition process work on multiple sections at once?

No, the section decomposition process operates on exactly one section at a time. It analyzes the vertical flow of that single section to produce a structured sequence description, ensuring focused analysis before moving to the next section.