Using the Block Collection and Block Party

Query Block Collection and Block Party sources for vetted AEM blocks and patterns.

Updated Nov 17, 2025
One-click install
npx skills add https://github.com/salvamolaso/movistar-poc-aem-eds --skill using-the-block-collection-and-block-party-salvamolaso
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/salvamolaso/movistar-poc-aem-eds/tree/main/.skills/block-collection-and-party
Command: npx skills add https://github.com/salvamolaso/movistar-poc-aem-eds --skill using-the-block-collection-and-block-party-salvamolaso

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps development teams quickly locate reference implementations, code patterns, and integration examples for AEM Edge Delivery. It reduces time spent reinventing common blocks by surfacing vetted resources from Block Collection and Block Party.

Core Features & Use Cases

  • Discover vetted Block Collection blocks and Block Party entries to inform design and implementation.
  • Compare official best-practice blocks with community-driven patterns to choose the most suitable approach.
  • Use search scripts to surface relevant examples for blocks, integrations, and tooling, then review code and live demos to plan your solution.

Quick Start

Use the search scripts to find relevant references, then review the results:

  • 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>

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 vetted AEM blocks and patterns for my project?

Use the search scripts to query Block Collection and Block Party sources for vetted AEM blocks and patterns. The Skill returns structured metadata and relevant results from official and community resources to inform your implementation decisions quickly.

What's the difference between Block Collection and Block Party resources?

Block Collection contains official best-practice blocks, while Block Party includes community-driven patterns and integrations. Comparing both helps you choose the most suitable approach for your specific AEM Edge Delivery use case.

Can I use this Skill to find integration patterns and build utilities for AEM?

Yes. The Skill searches Block Collection and Block Party for integration examples, tooling references, and build utilities alongside block implementations, surfacing comprehensive solutions for common AEM development scenarios.

How do I search for specific blocks or patterns using the available scripts?

Run one of three search scripts with your search term: search-block-collection-github.js, search-block-collection.js, or search-block-party.js. Each queries its respective source and returns matching blocks, patterns, and metadata for review.

Does this Skill reduce development time when building new AEM blocks?

Yes. By surfacing vetted reference implementations and code patterns from Block Collection and Block Party, the Skill reduces time spent reinventing common blocks and helps teams locate proven solutions faster.