Agent skill · Databases

authoring-analysis

Analyze content sequences and determine authoring approach (default content vs blocks). Validates block selection and section styling for import/migration to AEM Edge Delivery Services.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill authoring-analysis-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: 12 KB
Bundled scripts: none
Path: skills/analysis/authoring-analysis-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

# Authoring Analysis Determine authoring approach for EACH content sequence: default content or specific block. ## When to Use This Skill Use this skill when: - You have page structure with content sequences (from identify-page-structure) - You have block inventory (local + Block Collection) - Ready to make authoring decisions following David's Model **Invoked by:** page-import skill (Step 3) ## Prerequisites From identify-page-structure skill, you need: - ✅ Section boundaries with styling notes - ✅ Content sequences per section (neutral descriptions) - ✅ Block inventory (local + Block Collection with purposes) - ✅ screenshot.png for visual reference ## Related Skills - **page-import** - Orchestrator that invokes this skill - **identify-page-structure** - Provides section structure and block inventory - **content-modeling** - This skill invokes it when block selection is unclear - **block-collection-and-party** - This skill invokes it to validate blocks - **generate-import-html** - Uses this skill's output to create HTML ## **IMPORTANT: Step 3e Execution Trigger** After completing Step 3 (analyzing all sequences), you MUST execute Step 3e if: - ✅ At least one section contains exact

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Prerequisites
  3. Related Skills
  4. IMPORTANT: Step 3e Execution Trigger
  5. Authoring Analysis Workflow
  6. Step 3a: MANDATORY - Default Content Check (FIRST!)
  7. Step 3b: Block Selection (ONLY IF NOT DEFAULT)
  8. Step 3c: Validate Block Exists (IF NEEDED)
  9. Step 3d: Get Block HTML Structure (BEFORE generating HTML)
  10. Step 3 Output Format
  11. Step 3e: Validate Section Styling (Single-Block Sections Only)
  12. Final Output
Ships with 1 file
  • metadata.json
Commands it runs
Get structure examples for each block
node .claude/skills/block-collection-and-party/scripts/get-block-structure.js cards
node .claude/skills/block-collection-and-party/scripts/get-block-structure.js tabs
node .claude/skills/block-collection-and-party/scripts/get-block-structure.js accordion
node .claude/skills/block-collection-and-party/scripts/get-block-structure.js columns
More from claude-skill-registry
All skills →
About this skill
What does the authoring-analysis skill do?

Analyze content sequences and determine authoring approach (default content vs blocks). Validates block selection and section styling for import/migration to AEM Edge Delivery Services.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill authoring-analysis-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