dx-aem-flow
01Plugin Claude Code
AI-powered development plugins for Claude Code & Copilot CLI — requirements to PR workflow, AEM tooling, multi-repo orchestration, and autonomous CI agents.
Plugin Claude Code
AI-powered development plugins for Claude Code & Copilot CLI — requirements to PR workflow, AEM tooling, multi-repo orchestration, and autonomous CI agents.
Agent Claude Code
Plans a realistic VS Code demo scene based on tip card content. Reads tip text, understands the concept, and generates specific prompts for Claude Code, Copilot CLI, and VS Code Chat.
Settings file Claude Code
Agent settings declaring 53 allowed tools.
Skill Claude CodeCodex
Capture 3 screenshots for a tip page — two card captures from the website + a VS Code demo. Trigger: /demo-vscode.
Skill Claude CodeCodex
Simple test skill that prints hello.
Skill Claude CodeCodex
Test skill that tries to invoke another skill.
Instructions file CodexOpenCode
Instructions for easingthemes/dx-aem-flow, covering agents.md, what this is, plugin structure, key conventions and config-driven — never hardcode.
Instructions file
Instructions for easingthemes/dx-aem-flow, covering claude.md, this repo's scm, what this is, testing changes and add local marketplace (once).
Instructions file Gemini CLI
Instructions for easingthemes/dx-aem-flow, a project described as: AI-powered development plugins for Claude Code & Copilot CLI — requirements to PR workflow, AEM tooling, and autonomous CI agents. 78 skills, 13 agents, 4 plugins.
Plugin Claude Code
AEM component verification, dialog inspection, demo capture, QA automation, and multi-platform project knowledge for Adobe Experience Manager projects.
MCP server Claude CodeCodexCursor +2
AEM MCP server. Chat with your AEM instance for content, component, and asset operations. Runs locally from the aem-mcp-server npm package.
MCP server Claude CodeCodexCursor +2
Lets the agent drive a real browser: open pages, click, type, take screenshots and read the accessibility tree, using Playwright. Runs locally from the @playwright/mcp npm package.
Agent
Executes AEM-specific bug verification steps — navigates to AEM pages, reproduces bugs visually via Playwright, captures screenshots, and returns verification evidence. Used by dx-bug-verify skill when the bug involves AEM components.
Agent
Captures AEM component editorial guide via Playwright — opens editor, triggers dialog, screenshots, and writes editor-friendly docs. Use for post-development documentation.
Agent
Verifies AEM component frontend rendering — creates/reuses demo pages, screenshots components in wcmmode=disabled via Playwright, compares against Figma reference or requirements using multimodal vision. Used by aem-fe-verify skill.
Agent
Resolves all source files for a component across project repos. Reads file-patterns.yaml for path conventions. Returns file paths with clickable ADO URLs. Used by aem-component and dx-ticket-analyze skills.
Agent
Inspects AEM components via MCP — captures dialog fields, finds pages, creates test pages, configures demo data. Use for pre/post development component verification.
Agent
Finds all AEM pages that use a given component. Returns page paths with clickable author URLs. Used by aem-component and aem-page-search skills.
Hook
Runs after a tool call finishes for mcp__plugin_dx-aem_playwright__browser_take_screenshot and mcp__plugin_dx-aem_playwright__browser_snapshot tool calls, executing screenshot-log.sh via bash (2 commands). From easingthemes/dx-aem-flow.
Skill Claude CodeCodex
Find all source files, AEM pages, and dialog fields for an AEM component. Use when a developer asks "where is component X?", "what files for hero?", or any component lookup question.
Skill Claude CodeCodex
Generate AEM demo documentation — find or create docs page with configured component, capture dialog and website screenshots on QA, write authoring guide. Extends /aem-editorial-guide for automated pipeline use. Invoked by /dx-agent-all Phase 7 and /dx-req-dod.
Skill Claude CodeCodex
Check health of AEM project infrastructure — verifies component definitions, OSGi configs, dispatcher rules, and content structure against expected state. Use to diagnose configuration drift or after making infrastructure changes.
Skill Claude CodeCodex
Capture editorial guide for a component dialog in AEM — open editor, screenshot dialog, and write editor-friendly authoring guide. Use after /aem-verify or deploying changes to create editorial documentation.
Skill Claude CodeCodex
Visually verify a component's frontend rendering on local AEM — screenshots the component in wcmmode=disabled, compares against Figma reference or requirements using multimodal vision, and fixes gaps in a loop. Use after build deploys to local AEM. Trigger on "verify frontend", "visual verify", "fe verify", "check…