authoring-analysis

Analyze content sequences to choose default content or block authoring approaches.

Updated Jan 13, 2026
One-click install
npx skills add https://github.com/ak8458/abc-boilerplate --skill authoring-analysis-ak8458
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: authoring-analysis
Source: https://github.com/ak8458/abc-boilerplate/tree/main/.skills/authoring-analysis
Command: npx skills add https://github.com/ak8458/abc-boilerplate --skill authoring-analysis-ak8458

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze content sequences and determine the appropriate authoring approach (default content vs blocks) for pages requiring migration or import into systems like AEM Edge Delivery Services.

Core Features & Use Cases

  • Evaluate page structures to decide if content can be authored with normal typing or requires block-based patterns.
  • Validate block selection against block inventories and identify potential section styling implications during migration.
  • Coordinate with related skills (identify-page-structure, block-collection-and-party, content-modeling) to produce a ready-to-run import plan.

Quick Start

Analyze a set of content sequences and return a recommended authoring approach (default content or blocks) for each sequence.

Frequently Asked Questions about authoring-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I determine if content should use default authoring or blocks for AEM Edge Delivery Services migration?

Analyzing content sequences determines the appropriate authoring approach for AEM Edge Delivery Services migration. It evaluates page structures to decide if sections can be authored with normal typing or require block-based patterns, outputting Step 3 decisions for each section.

What is the difference between default content and blocks when importing pages to AEM Edge Delivery Services?

Default content relies on normal typing for authoring, while blocks require block-based patterns for structured content. This skill evaluates content sequences to distinguish between the two, validating block selection against a local Block Collection to ensure accurate migration to AEM Edge Delivery Services.

Do I need a local Block Collection before analyzing content sequences for migration?

A local Block Collection is required as this skill validates block selection against it. Pages must have identifiable structures and prerequisites from identify-page-structure to guide accurate authoring decisions during migration to AEM Edge Delivery Services.

How do I validate block selection against a block inventory during content migration?

Validating block selection involves analyzing content sequences and checking them against a local Block Collection. This skill identifies potential section styling implications and outputs optional Step 3e validations to ensure block choices align with the available inventory during AEM Edge Delivery Services migration.

Can I coordinate authoring analysis with other skills for a complete import plan?

This skill provides integration hooks to coordinate with identify-page-structure, block-collection-and-party, and content-modeling skills. Combined, they produce a ready-to-run import plan for migrating content sequences to AEM Edge Delivery Services.

What are the limitations of using automated authoring analysis for content migration?

Automated authoring analysis is limited to pages with identifiable structures and requires mandatory frontmatter in SKILL.md. It does not handle unstructured content and relies on prerequisites from identify-page-structure to function correctly during AEM Edge Delivery Services migrations.