page-decomposition

Analyze a section's HTML and screenshot to identify content sequences and breaking points.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/treeves/ak-test --skill page-decomposition-treeves
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: page-decomposition
Source: https://github.com/treeves/ak-test/tree/main/.skills/page-decomposition
Command: npx skills add https://github.com/treeves/ak-test --skill page-decomposition-treeves

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes a single section to identify content sequences and breaking points during page import, providing neutral descriptions for planning and authoring without assigning blocks or names.

Core Features & Use Cases

  • Neutral decomposition of a section into content sequences (top-to-bottom flow) without block labeling
  • Per-section analysis to support per-section decisions during page construction
  • Produces structured sequence metadata consumed by downstream skills for block planning and content modeling

Quick Start

Provide the Skill with the target section's HTML and screenshot. The Skill returns a structured description of content sequences and their breaking points 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 break down a page section into content sequences for import?

Page decomposition analyzes a single section's HTML and screenshot to identify content sequences and breaking points. It produces neutral sequence descriptions that structure the section's top-to-bottom flow without assigning block types or names, enabling downstream authoring decisions during page import.

What does neutral decomposition mean for page sections?

Neutral decomposition describes content sequences without labeling them as specific blocks or components. This approach supports flexible authoring by documenting what content exists and where natural breaks occur, allowing downstream skills to assign appropriate block types based on content modeling decisions.

Can I use page decomposition for per-section page construction?

Yes. Page decomposition analyzes individual sections independently, producing structured metadata that supports per-section decisions during page construction. This per-section approach integrates with AEM Edge Delivery workflows where sections are authored and managed separately.

What output does page decomposition provide for downstream processing?

Page decomposition returns structured sequence metadata that describes content boundaries and flow within a section. Downstream skills consume this metadata for block planning and content modeling, translating neutral sequences into authored components.

What input does page decomposition require?

Provide the target section's HTML markup and a screenshot. Page decomposition analyzes these inputs to identify content sequences and breaking points, then produces structured descriptions of the section's composition for page import workflows.