identify-page-structure
Identify section boundaries and content sequences within a scraped webpage for AEM Edge Delivery Services import. Performs two-level analysis (sections, then sequences per section) and surveys available blocks.
npx skills add majiayu000/claude-skill-registry --skill identify-page-structure-adobe-helix-website --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Identify Page Structure Analyze webpage structure using two-level hierarchy: sections, then content sequences within each section. ## When to Use This Skill Use this skill when: - You have scraped webpage output (screenshot, HTML, metadata) - Need to identify section boundaries and content sequences - Ready to understand page structure before making authoring decisions **Invoked by:** page-import skill (Step 2) ## Prerequisites From scrape-webpage skill, you need: - ✅ screenshot.png showing full page - ✅ cleaned.html with page content - ✅ metadata.json with paths ## Related Skills - **page-import** - Orchestrator that invokes this skill - **scrape-webpage** - Provides input (screenshot, HTML) - **page-decomposition** - This skill invokes it for EACH section - **block-inventory** - This skill invokes it to survey available blocks - **authoring-analysis** - Uses this skill's output to make authoring decisions ## Key Concepts **CRITICAL:** Content follows a strict two-level hierarchy: ``` DOCUMENT ├── SECTION (top-level container with optional metadata) │ ├── Content Sequence 1 (default content OR block) │ ├── Content Sequence 2 (default content OR block) │ └── ... ├── SECTION │ └──
- When to Use This Skill
- Prerequisites
- Related Skills
- Key Concepts
- Structure Identification Workflow
- Step 2a: Identify Section Boundaries (Level 1)
- Step 2b: Analyze Content Sequences Within Each Section (Level 2)
- Step 2.5: Survey Available Blocks
- Output Format
- Key Principles
What does the identify-page-structure skill do?
Identify section boundaries and content sequences within a scraped webpage for AEM Edge Delivery Services import. Performs two-level analysis (sections, then sequences per section) and surveys available blocks.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill identify-page-structure-adobe-helix-website --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
