block-collection-and-party

Search Adobe Block Collection and Block Party for AEM Edge Delivery block examples.

1|6|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/aemsites/summit-portal --skill block-collection-and-party-aemsites
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: block-collection-and-party
Source: https://github.com/aemsites/summit-portal/tree/main/skills/aem/edge-delivery-services/block-collection-and-party
Command: npx skills add https://github.com/aemsites/summit-portal --skill block-collection-and-party-aemsites

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jsdom, and includes scripts (resource) components.

What problem does it solve?

Helps developers and implementers quickly discover vetted reference implementations, community-contributed blocks, plugins, and tooling for AEM Edge Delivery so they can reuse proven patterns instead of building from scratch.

Core Features & Use Cases

  • Parallel Block Collection search: Runs both GitHub-folder and navigation-page searches to maximize coverage of Adobe's Block Collection.
  • Block Party index search: Queries a cached Block Party JSON index with optional category filtering to find community blocks, sidekick plugins, and build tooling.
  • Pre-decoration structure retrieval: Fetches pre-decoration HTML examples to ensure generated HTML matches the block's expected content model before applying JavaScript decoration.
  • Use cases: Finding an accessible accordion implementation, locating build tooling examples (Sass, Vite), discovering sidekick or DA plugins, and validating HTML structure before migration.

Quick Start

Run both Block Collection search scripts and the Block Party search script with your desired term to locate reference implementations and fetch pre-decoration HTML examples.

Frequently Asked Questions about block-collection-and-party

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

FAQPage Schema
How do I find reference implementations for AEM Edge Delivery blocks?

AEM Edge Delivery block reference implementations are discovered by querying both the Adobe Block Collection GitHub API and the cached Block Party JSON index, which returns vetted code snippets, community plugins, and build tooling examples.

What is the difference between the Adobe Block Collection and AEM Block Party?

The Adobe Block Collection is an official repository accessed via GitHub API and navigation pages, whereas AEM Block Party is a cached community JSON index that provides optional category filtering for sidekick plugins and build tooling.

How do I get pre-decoration HTML structure examples for AEM blocks?

Pre-decoration HTML structure examples are fetched during Block Collection searches to ensure your generated HTML matches the expected content model before applying any JavaScript decoration.

Can I search for AEM sidekick plugins and build tooling like Sass or Vite?

Yes, the Block Party index search queries a cached JSON index that includes community-contributed sidekick plugins, build tooling examples like Sass and Vite, and blocks with optional category filtering.

Does the AEM block search require jsdom to run?

Yes, the Skill requires the jsdom dependency to parse fetched content and retrieve pre-decoration HTML structure examples for AEM Edge Delivery blocks during the search process.

What's the best way to locate accessible accordion implementations for AEM?

The best way to locate accessible accordion implementations is to run parallel searches across the Adobe Block Collection and the AEM Block Party index to maximize coverage of vetted community and official reference patterns.