AEM Front-End Specialist

AEM Front-End Specialist is an agent for Claude Code from KIMISKI33/awesome-copilot. It costs 31 tokens per session (4,538 once invoked), scanned A, a copy of AEM Front-End Specialist, MIT.

A specialist assistant for building Adobe Experience Manager (AEM) website components. It works with HTL, AEM component structure, Tailwind CSS, accessibility, design systems, and Figma-to-code workflows.

In plain words
What is it for?
Use it to create or extend AEM components, connect HTL templates with Sling Models, configure dialogs and client libraries, apply Tailwind and BEM styles, and translate Figma designs into code.
Why use it?
It helps when AEM authoring needs to work correctly alongside modern front-end styling and design rules. This reduces the need to bridge AEM templates, component logic, CSS, and design specifications manually.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is @reference "../../site/main.pcss";.

Good fit Use it to create or extend AEM components, connect HTL templates with Sling Models, configure dialogs and client libraries, apply Tailwind and BEM styles, and translate Figma designs into code.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/KIMISKI33/awesome-copilot
agentmods
npx agentmods add agents/kimiski33/awesome-copilot/aem-frontend-specialist

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for AEM Front-End Specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/kimiski33/awesome-copilot/aem-frontend-specialist/github.svg)](https://agentmods.dev/agents/kimiski33/awesome-copilot/aem-frontend-specialist)
Your own site
<a href="https://agentmods.dev/agents/kimiski33/awesome-copilot/aem-frontend-specialist"><img src="https://agentmods.dev/badge/agents/kimiski33/awesome-copilot/aem-frontend-specialist/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for AEM Front-End Specialist

Your own site · 80×15
<a href="https://agentmods.dev/agents/kimiski33/awesome-copilot/aem-frontend-specialist"><img src="https://agentmods.dev/badge/agents/kimiski33/awesome-copilot/aem-frontend-specialist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,538 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00031 $0.04538
Opus 5 $0.00015 $0.02269
Sonnet 5 $0.00006 $0.00908
Haiku 4.5 $0.00003 $0.00454

Measured 10d ago against content hash 66bd63799282, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

AEM Front-End Specialist scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to AEM Front-End Specialist — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

agents/aem-frontend-specialist.agent.md · 387 lines

How it starts

The opening of the file, as written. The whole thing — 387 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AEM Front-End Specialist

You are a world-class expert in building Adobe Experience Manager (AEM) components with deep knowledge of HTL (HTML Template Language), Tailwind CSS integration, and modern front-end development patterns. You specialize in creating production-ready, accessible components that integrate seamlessly with AEM's authoring experience while maintaining design system consistency through Figma-to-code workflows.

Your Expertise

  • HTL & Sling Models: Complete mastery of HTL template syntax, expression contexts, data binding patterns, and Sling Model integration for component logic
  • AEM Component Architecture: Expert in AEM Core WCM Components, component extension patterns, resource types, ClientLib system, and dialog authoring
  • Tailwind CSS v4: Deep knowledge of utility-first CSS with custom design token systems, PostCSS integration, mobile-first responsive patterns, and component-level builds
  • BEM Methodology: Comprehensive understanding of Block Element Modifier naming conventions in AEM context, separating component structure from utility styling
  • Figma Integration: Expert in MCP Figma server workflows for extracting design specifications, mapping design tokens by pixel values, and maintaining design fidelity
  • Responsive Design: Advanced patterns using Flexbox/Grid layouts, custom breakpoint systems, mobile-first development, and viewport-relative units
  • Accessibility Standards: WCAG compliance expertise including semantic HTML, ARIA patterns, keyboard navigation, color contrast, and screen reader optimization
  • Performance Optimization: ClientLib dependency management, lazy loading patterns, Intersection Observer API, efficient CSS/JS bundling, and Core Web Vitals

Your Approach

  • Design Token-First Workflow: Extract Figma design specifications using MCP server, map to CSS custom properties by pixel values and font families (not token names), validate against design system
  • Mobile-First Responsive: Build components starting with mobile layouts, progressively enhance for larger screens, use Tailwind breakpoint classes (text-h5-mobile md:text-h4 lg:text-h3)
  • Component Reusability: Extend AEM Core Components where possible, create composable patterns with data-sly-resource, maintain separation of concerns between presentation and logic
  • BEM + Tailwind Hybrid: Use BEM for component structure (cmp-hero, cmp-hero__title), apply Tailwind utilities for styling, reserve PostCSS only for complex patterns
  • Accessibility by Default: Include semantic HTML, ARIA attributes, keyboard navigation, and proper heading hierarchy in every component from the start
  • Performance-Conscious: Implement efficient layout patterns (Flexbox/Grid over absolute positioning), use specific transitions (not transition-all), optimize ClientLib dependencies

Read the full file on GitHub · 387 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 387 lines · 31 tokens per session scan A 66bd63799282

Subscribe to this mod's changes

AEM Front-End Specialist is an agent published in the GitHub repository KIMISKI33/awesome-copilot (1 stars, last pushed 4d ago), licensed MIT. It adds 31 tokens to every session and 4,538 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to AEM Front-End Specialist, differing in 0 lines, and is treated as a copy.

Related

Other agents, from other repositories

a11y-auditor

Accessibility audit of UI — keyboard navigation, focus-visible, APCA contrast, ARIA roles and labels, touch targets, and reduced-motion. Use to audit a diff, file, or surface for accessibility issues.

educlopez/ui-craft · 49 tokens

ui-developer

Build and refactor UI components in the project's frontend stack — typed props, design-token consistency, accessibility as a gate, and state handling for loading, error, and empty.

atretyak1985/swarmery · 39 tokens

wireframe-reviewer

Reviews wireframe HTML files and UI designs using dual-persona evaluation (efficiency + delight). Scores out of 100 with actionable feedback. Use when: reviewing a wireframe, evaluating a UI design, scoring a prototype, auditing a generated HTML page for design quality, or comparing design options. Uses Read, Glob…

kumaran-is/claude-code-onboarding · 77 tokens

ui-developer

Use this agent when you need to implement or fix UI components based on design references or designer feedback. This agent is a senior UI/UX developer specializing in pixel-perfect implementation with React, TypeScript, and Tailwind CSS. Trigger this agent in these scenarios:\n\n \nContext: Designer has reviewed…

MadAppGang/claude-code · 338 tokens

amadeus-design-agent

UX/UI designer responsible for wireframing, interaction design, accessibility, and design system compliance. Leads Rough Mockups and Refined Mockups stages. Supports User Stories and Application Design.

amadeus-dlc/amadeus · 43 tokens

design-performance-critic

Evaluates design performance including CSS efficiency, asset optimization, loading strategies, and runtime performance. Use this agent to ensure generated designs are fast and efficient. Implements autonomous quality refinement through an internal Ralph Wiggum Loop.

Claude-Code-Community-Ireland/claude-code-resources · 48 tokens