Using the Block Collection and Block Party

Search Block Collection and Block Party for AEM block reference implementations.

1|Updated Oct 3, 2025
One-click install
npx skills add https://github.com/initialyze/acme-services --skill using-the-block-collection-and-block-party-initialyze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Using the Block Collection and Block Party
Source: https://github.com/initialyze/acme-services/tree/main/.claude/.skills/block-collection-and-party
Command: npx skills add https://github.com/initialyze/acme-services --skill using-the-block-collection-and-block-party-initialyze

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps developers quickly locate reference implementations, code samples, and integration patterns for AEM Edge Delivery blocks, enabling faster prototyping and safer decisions by reusing vetted patterns from the Block Collection and Block Party.

Core Features & Use Cases

  • Access Adobe-vetted Block Collection blocks for performance and accessibility best practices.
  • Explore Block Party entries for community-driven patterns, plugins, and tooling.
  • Use combined search workflows to compare implementations, gather code samples, and inform architecture decisions.

Quick Start

  • Run the search scripts to discover relevant blocks and references:
    • node .claude/skills/block-collection-and-party/scripts/search-block-collection-github.js <search-term>
    • node .claude/skills/block-collection-and-party/scripts/search-block-collection.js <search-term>
    • node .claude/skills/block-collection-and-party/scripts/search-block-party.js <search-term>
  • Review the results and select an applicable block or pattern to adapt for your project.

Frequently Asked Questions about Using the Block Collection and Block Party

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

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

You can locate AEM block reference implementations by running the provided Node.js search scripts against the Block Collection and Block Party repositories to discover matching patterns, code samples, and integration benchmarks.

What is the difference between the AEM Block Collection and Block Party for choosing block patterns?

The AEM Block Collection provides Adobe-vetted blocks focused on performance and accessibility best practices, while Block Party offers community-driven patterns, plugins, and tooling for broader integration inspiration.

How do I search the AEM Block Collection GitHub repository for specific block patterns?

Run the search-block-collection-github.js script via Node.js with your search term as the argument to query the GitHub repository and retrieve relevant block patterns and code samples.

Can I use this Skill to compare Adobe-vetted AEM blocks with community-driven solutions?

Yes, you can use the combined search workflows across the Block Collection and Block Party scripts to compare implementations, gather code samples, and inform your architecture decisions for AEM blocks.

Do I need Node.js and jsdom installed to search for AEM block patterns?

Yes, you need a Node.js environment with the jsdom dependency installed to execute the provided search scripts and parse the search results from the Block Collection and Block Party sources.