block-collection-and-party

Search AEM block collections and fetch pre-decoration HTML structures.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Block Collection and Block Party provide developers with a centralized way to discover vetted AEM blocks, reference implementations, and tooling, speeding up design decisions and migration planning.

Core Features & Use Cases

  • Search the Block Collection via GitHub API and navigation to locate relevant blocks
  • Query the Block Party index with category filtering and approval status for diverse content types
  • Fetch pre-decoration HTML structure examples to guide content authors before decoration

Quick Start

Run the included search scripts and pre-decoration fetcher to locate suitable blocks and review their HTML structure before implementing changes.

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 vetted AEM blocks for content migrations?

To find vetted AEM blocks for content migrations, search the Block Collection via the GitHub API and query the Block Party index to locate reference implementations and compare different block approaches.

Can I preview the HTML structure of AEM blocks before decoration?

Yes, you can preview AEM block HTML structure before decoration. The Skill fetches pre-decoration HTML structure examples via the get-block-structure function to guide content authors before implementation.

What is the Block Party index used for in AEM development?

The Block Party index is used to discover vetted AEM blocks and reference implementations. It supports category filtering and approval status checks to help developers find diverse content types.

Does this Skill require jsdom to fetch AEM block examples?

Yes, jsdom is a required dependency for this Skill. It is needed to run the included search scripts and pre-decoration fetcher to locate suitable AEM blocks and review their HTML structure.

Are there limitations when searching the Block Collection via the GitHub API?

Search limitations depend on GitHub API rate limits since the Skill queries the Block Collection and Block Party index via API. It focuses on discovering existing vetted blocks rather than creating new ones.