Using the Block Collection and Block Party

Search AEM block code examples from Adobe Block Collection and Block Party.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/paolomoz/quasar --skill using-the-block-collection-and-block-party-paolomoz
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/paolomoz/quasar/tree/main/.skills/block-collection-and-party
Command: npx skills add https://github.com/paolomoz/quasar --skill using-the-block-collection-and-block-party-paolomoz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps developers quickly find and leverage existing code examples, patterns, and tools for AEM blocks, saving time and ensuring best practices.

Core Features & Use Cases

  • Discover Reference Implementations: Find vetted AEM blocks from Adobe's Block Collection and community contributions in Block Party.
  • Search for Code Snippets & Patterns: Locate examples for specific functionalities, integrations, or build tools.
  • Understand Block Structure: Retrieve pre-decoration HTML to ensure correct content authoring.
  • Use Case: When building a new carousel component, use this Skill to search both repositories for existing carousel implementations, examine their code and structure, and adapt the best fit for your project.

Quick Start

Search for an accordion block example using the command node .claude/skills/block-collection-and-party/scripts/search-block-collection-github.js accordion.

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 code examples for AEM blocks?

You can find AEM block code examples by searching the official Adobe Block Collection and the community Block Party repository to retrieve vetted reference implementations and structural patterns for your project.

What's the best way to locate an existing carousel implementation in AEM?

The best way to locate an existing AEM carousel implementation is to search both block repositories for existing components, examine their pre-decoration HTML structure, and adapt the best fit for your project.

Can I retrieve pre-decoration HTML for AEM block authoring?

Yes, you can retrieve pre-decoration HTML for AEM blocks from the Block Collection and Block Party to ensure correct content authoring and understand the structural patterns required for proper block integration.

Does the AEM Block Collection include build tooling snippets and integration examples?

Yes, the AEM Block Collection and Block Party repositories provide build tooling snippets and integration examples, enabling developers to locate specific code patterns for various functionalities and integrations.

How do I search for an accordion block in the AEM Block Party?

You can search for an accordion block in the AEM Block Party by running the search script with the term 'accordion' to retrieve matching code examples and structural patterns from both repositories.