block-collection-and-party

Search Adobe Block Collection and Block Party for AEM block references and examples.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/thojava/baco --skill block-collection-and-party-thojava
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: block-collection-and-party
Source: https://github.com/thojava/baco/tree/main/.skills/block-collection-and-party
Command: npx skills add https://github.com/thojava/baco --skill block-collection-and-party-thojava

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Helps developers quickly discover reference implementations, code snippets, plugins, and build tooling for AEM Edge Delivery so they don't have to reinvent common blocks or integrations and can follow proven patterns.

Core Features & Use Cases

  • Parallel Block Collection Search: Runs both GitHub-folder and navigation-based searches to maximize coverage of Adobe's Block Collection.
  • Block Party Index Search: Queries a curated, approved community index for blocks, plugins, code snippets, and build tooling with optional category filtering.
  • Pre-decoration Structure Retrieval: Fetches pre-decoration HTML examples and analyzes block row/column structure to prevent authoring mistakes when generating HTML.
  • Use Case: When building a carousel, accordion, or custom integration, run both collection searches and the Block Party index to compare vetted Adobe patterns with community innovations.

Quick Start

Search for "accordion" across the Block Collection and Block Party and return matching block names, live example URLs, GitHub JS/CSS links, and any pre-decoration HTML structure.

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 blocks?

To find AEM block reference implementations, you can search Adobe's Block Collection and the Block Party community index. This returns block metadata, live example URLs, and GitHub JS/CSS links for proven patterns.

What is pre-decoration HTML structure in AEM Edge Delivery?

Pre-decoration HTML structure in AEM Edge Delivery is the raw block markup before JavaScript enhancement. Retrieving it helps analyze row and column structures to prevent authoring mistakes when generating custom HTML.

Can I filter Block Party search results by category?

Yes, you can filter Block Party search results by category. The Skill queries a curated community index for blocks, plugins, code snippets, and build tooling while supporting category filtering to narrow results.

Does the AEM block search work with jsdom?

Yes, the AEM block search works with jsdom as a dependency. It uses jsdom to retrieve and analyze pre-decoration HTML examples, extracting block row and column structures to support development.

What is the best way to compare Adobe block patterns with community examples?

The best way to compare Adobe block patterns with community examples is running parallel searches across the Block Collection and Block Party index. This maximizes coverage of vetted Adobe patterns and community innovations.

Why should I use a reference block search instead of building AEM blocks from scratch?

You should use a reference block search instead of building from scratch to avoid reinventing common blocks and integrations. It helps you quickly discover vetted code snippets, plugins, and build tooling for AEM Edge Delivery.