easingthemes/dx-aem-flow

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.

6Stars on the repository
60Mods indexed here, across every type
18d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

demo-vscode

01

easingthemes/dx-aem-flow

Skill Claude CodeCodex

Capture 3 screenshots for a tip page — two card captures from the website + a VS Code demo. Trigger: /demo-vscode.

6 18d ago A 35 tokens original MIT

aem-component

04

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.

6 18d ago A 45 tokens original MIT

aem-doc-gen

05

easingthemes/dx-aem-flow

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.

6 18d ago A 64 tokens original MIT

aem-doctor

06

easingthemes/dx-aem-flow

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.

6 18d ago A 43 tokens original MIT

aem-editorial-guide

07

easingthemes/dx-aem-flow

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.

6 18d ago A 46 tokens original MIT

aem-fe-verify

08

easingthemes/dx-aem-flow

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…

6 18d ago A 85 tokens original MIT

aem-init

09

easingthemes/dx-aem-flow

Skill Claude CodeCodex

Configure AEM-specific settings for the dx workflow. Detects AEM project structure, component paths, and brands. Appends aem section to .ai/config.yaml. Run after /dx-init.

6 18d ago A 44 tokens original MIT

aem-page-search

10

easingthemes/dx-aem-flow

Skill Claude CodeCodex

Find AEM pages that use a specific component. Returns page paths with clickable author URLs. Use when you need to find where a component is used on the AEM instance.

6 18d ago A 40 tokens original MIT

aem-qa-handoff

11

easingthemes/dx-aem-flow

Skill Claude CodeCodex

Post QA handoff comment to ADO with QA page URLs, prerequisites, and wiki link. Reuses test page from /aem-doc-gen if available, otherwise creates its own on QA AEM. Use after /aem-doc-gen and /dx-doc-gen.

6 18d ago A 61 tokens original MIT

aem-qa

12

easingthemes/dx-aem-flow

Skill Claude CodeCodex

Verify a story's implementation on AEM as the QA Agent — navigate pages, check component rendering and dialogs, capture screenshots, and create Bug tickets for issues found. Requires AEM running locally. Use after deploying code.

6 18d ago A 49 tokens original MIT

aem-refresh

13

easingthemes/dx-aem-flow

Skill Claude CodeCodex

Refresh .ai/project/ seed data files from a local path or remote ADO docs repo. Use when project knowledge files need updating.

6 18d ago A 31 tokens original MIT

aem-snapshot

14

easingthemes/dx-aem-flow

Skill Claude CodeCodex

Snapshot a component's AEM state before development — dialog fields, properties, and pages where it's used. Saves baseline to specs for later comparison. Use before starting implementation on a component.

6 18d ago A 42 tokens original MIT

aem-verify

15

easingthemes/dx-aem-flow

Skill Claude CodeCodex

Verify a component on AEM after deployment — walk dialog fields, create a test page with the component configured, and save verification docs. Compares against baseline if /aem-snapshot was run. Use after deploying changes.

6 18d ago A 50 tokens original MIT

auto-alarms

16

easingthemes/dx-aem-flow

Skill Claude CodeCodex

Create CloudWatch alarms and SNS subscription for AI automation monitoring. Creates 4 alarms (DLQ depth, WI-Router errors, PR-Router errors, throttles) and subscribes an email address to alerts. Reads config from .ai/automation/infra.json.

6 18d ago A 59 tokens original MIT

auto-deploy

17

easingthemes/dx-aem-flow

Skill Claude CodeCodex

Deploy Lambda code for AI automation agents (wi-router and/or pr-router). Packages agent steps + shared libs into a zip and uploads to AWS Lambda. Safe to re-run after code changes. Reads function names from .ai/automation/infra.json.

6 18d ago A 54 tokens original MIT

auto-doctor

18

easingthemes/dx-aem-flow

Skill Claude CodeCodex

Run a health check on the AI automation setup — verifies local file integrity, ADO pipeline configuration, and Lambda function state. Each project is self-contained.

6 18d ago A 35 tokens original MIT

auto-eval

19

easingthemes/dx-aem-flow

Skill Claude CodeCodex

Run the AI automation evaluation framework against test fixtures. Verifies agent quality without hitting ADO or LLM APIs. Use after changing prompts, rules, or agent steps. Accepts --all, --agent, --tier2 flags.

6 18d ago A 51 tokens original MIT

auto-init

20

easingthemes/dx-aem-flow

Skill Claude CodeCodex

Scaffold AI automation for a project. Each project is self-contained — owns its own AWS infra and pipelines. Sets up .ai/automation/, generates infra.json. Run once after dx-init.

6 18d ago A 42 tokens original MIT

auto-lambda-env

21

easingthemes/dx-aem-flow

Skill Claude CodeCodex

Set environment variables on AI automation Lambda functions. Interactively collects secrets and operational values, then applies them via AWS CLI. Reads function names and pre-filled values from .ai/automation/infra.json.

6 18d ago C 45 tokens original MIT

auto-pipelines

22

easingthemes/dx-aem-flow

Skill Claude CodeCodex

Import ADO pipelines for enabled AI automation agents and set all required pipeline variables. Imports all enabled pipelines — each project is self-contained. Reads config from .ai/automation/infra.json.

6 18d ago A 42 tokens original MIT

auto-provision

23

easingthemes/dx-aem-flow

Skill Claude CodeCodex

Create all AWS resources for AI automation agents — DynamoDB tables, SQS queue, S3 bucket, SNS topic, IAM role, Lambda functions, and API Gateway. Reads config from .ai/automation/infra.json. Idempotent — skips already-existing resources.

6 18d ago A 58 tokens original MIT

auto-status

24

easingthemes/dx-aem-flow

Skill Claude CodeCodex

Show operational dashboard for AI automation agents — DLQ depth, monthly token budget, and daily rate limit usage. Hub profile only — requires AWS credentials. Read-only.

6 18d ago A 36 tokens original MIT