From ee24a8eeb13eafe7c199211a74cd13060da0095e Mon Sep 17 00:00:00 2001 From: Lamont Crook Date: Wed, 8 Jul 2026 18:19:28 -0600 Subject: [PATCH 1/4] Update Getting Started guide for new blocks, hero variants, and themes Reflect project changes merged since the guide was written: - Add HAL cruise blocks (cruise-ships, find-a-cruise, hero-search) as a distinct group in the Blocks reference. - Note the hero video variant and the form search variant. - Add a Page themes section documenting the metadata-driven body.map theme. - Link the cruise-ships-architecture.html companion deep-dive. Co-Authored-By: Claude Opus 4.8 --- docs/index.html | 45 ++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 40 insertions(+), 5 deletions(-) diff --git a/docs/index.html b/docs/index.html index 24c90dd..a494045 100644 --- a/docs/index.html +++ b/docs/index.html @@ -430,6 +430,7 @@ .tag-js { background: #fff8d6; color: #8a5e00; } .tag-css { background: #e9f1fc; color: #0d51b5; } .tag-da { background: #f3edfb; color: #5b2d99; } + .tag-hal { background: #fdeee4; color: #b4531a; } .skill-card-name { font-size: 13px; font-weight: 700; color: var(--spectrum-gray-900); } .skill-card-desc { font-size: 12px; color: var(--spectrum-gray-600); line-height: 1.5; } @@ -562,6 +563,10 @@ Blocks reference + + + Page themes + + +
+

+ + + + AI tooling +

+
+

This project is built and maintained with Claude Code using two Adobe extensions: the Document Authoring MCP for content operations, and the Edge Delivery Services skill for development. Both target this project's org/site, AdobeDevXSC/hal.

+ +
+
+
MCPDocument Authoring MCP
+

An MCP server that reads and writes DA content programmatically over the DA Admin API (admin.da.live) — list, get, create, update, copy, move, delete sources, plus versions, fragment/media lookup, and media upload.

+
+
+
SKILLEdge Delivery Services skill
+

A Claude Code plugin of EDS skills — content-driven development, block building & content modeling, page import/migration, block testing, and docs search — grounded in the aem.live documentation.

+
+
+ +

Document Authoring MCP — capabilities

+

The MCP surfaces the DA Admin API as tools scoped to AdobeDevXSC/hal:

+ + + + + + + + + + + + +
ToolWhat it does
da_list_sourcesList content sources (pages, sheets, media) under a path.
da_get_sourceRead the HTML/JSON of a specific source.
da_create_source · da_update_sourceCreate or update a page or sheet.
da_copy_content · da_move_contentCopy or move content between paths.
da_delete_sourceDelete a source.
da_get_versionsInspect version history for a source.
da_lookup_fragment · da_lookup_mediaResolve fragments and referenced media.
da_upload_mediaUpload an image or asset into the DA media library.
+ +

Edge Delivery Services skill — what it covers

+

The skill encodes the conventions in AGENTS.md and the practices below, so generated code follows EDS standards:

+
    +
  • Content-driven development — decide the block's content model before writing code.
  • +
  • Building blocks & content modeling — block JS/CSS conventions, initial structure as the author contract.
  • +
  • Page import / migration — scrape a source page and map it onto existing blocks.
  • +
  • Testing blocks — lint, local preview, and performance validation before a PR.
  • +
  • Docs search — grounded lookups against the aem.live documentation.
  • +
+ +
+ + For guidance on working effectively with these AI tools, see aem.live — AI coding agents. +
+
+