building-blocks

Implement AEM Edge Delivery blocks with JavaScript decoration and CSS styling.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/juricamigac-from-hr/svemojestrane --skill building-blocks-juricamigac-from-hr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: building-blocks
Source: https://github.com/juricamigac-from-hr/svemojestrane/tree/main/.agents/skills/building-blocks
Command: npx skills add https://github.com/juricamigac-from-hr/svemojestrane --skill building-blocks-juricamigac-from-hr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, repeatable approach for implementing AEM Edge Delivery blocks, helping teams align on patterns and reduce rework during block development.

Core Features & Use Cases

  • Block Implementation Workflow: create or modify block structure, implement JavaScript decoration, add CSS styling, and coordinate with core files when required.
  • Prerequisites and Collaboration: verify test content exists, content model is defined, and that testing is coordinated with related skills.
  • Reusable guidance: reference patterns and workflows that apply across multiple blocks.

Quick Start

Begin Step 5 by scaffolding the block, decorating content, styling, and running tests.

Frequently Asked Questions about building-blocks

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

FAQPage Schema
How do I implement AEM Edge Delivery blocks using best practices?

To implement AEM Edge Delivery blocks, you scaffold the block structure, apply JavaScript decoration, add CSS styling, and coordinate core file changes if required, ensuring consistent patterns across projects.

What is the standard workflow for AEM block development and decoration?

AEM block development follows a workflow of scaffolding the block, decorating content with JavaScript, applying CSS styling, and running tests to verify reliable deployments across multiple projects.

Do I need test content and content models before creating an AEM block?

Yes, you need test content and defined content models as prerequisites before creating an AEM block, ensuring the block decoration and CSS styling align with the actual content structure.

Can I modify core files when developing custom blocks for AEM Edge Delivery?

Yes, you can modify core files when developing custom blocks for AEM Edge Delivery, but these changes are optional and coordinated with related skills to ensure alignment and reliable deployments.

Why does my AEM block decoration workflow require coordination with related skills?

AEM block decoration requires coordination with related skills to verify prerequisites like test content and content models, ensuring readiness and alignment before block creation begins.