Agent skill · Content & Marketing

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/analysis/identify-page-structure-adobe-helix-website/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 │ └──

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Prerequisites
  3. Related Skills
  4. Key Concepts
  5. Structure Identification Workflow
  6. Step 2a: Identify Section Boundaries (Level 1)
  7. Step 2b: Analyze Content Sequences Within Each Section (Level 2)
  8. Step 2.5: Survey Available Blocks
  9. Output Format
  10. Key Principles
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going