adobe

94 mods across 7 repositories, 805 stars between them.

adobe/skills

Skill Claude CodeCodex

Implement custom workflow components for AEM 6.5 LTS: WorkflowProcess, ParticipantStepChooser, OSGi registration, metadata handling, and error patterns.

175 3d ago A 100 tokens original Apache-2.0

workflow-launchers

26

adobe/skills

Skill Claude CodeCodex

Configure and deploy Workflow Launchers that automatically start workflows in response to JCR content changes on AEM 6.5 LTS.

175 3d ago A 30 tokens original Apache-2.0

adobe/skills

Skill Claude CodeCodex

Design and create AEM Workflow models on AEM 6.5 LTS. Use when creating workflow models via the Workflow Model Editor or content package XML, defining step types (PROCESS, PARTICIPANT, DYNAMICPARTICIPANT, ORSPLIT, ANDSPLIT), configuring step properties, declaring workflow variables, deploying to /etc or /conf, and…

175 3d ago A 91 tokens original Apache-2.0

adobe/skills

Skill Claude CodeCodex

Master entry point for all AEM Workflow tasks on AEM 6.5 LTS spanning development and production support.

175 3d ago A 28 tokens original Apache-2.0

workflow-triaging

29

adobe/skills

Skill Claude CodeCodex

Triage AEM Workflow issues on AEM 6.5 LTS and AMS by classifying symptoms, gathering the right logs and metrics, and mapping to runbooks or Splunk searches. Use when the user asks for workflow activity/errors on a 6.5 host, needs to classify a Jira ticket, or wants to know what to collect for workflow debugging.

175 3d ago A 79 tokens original Apache-2.0

workflow-triggering

30

adobe/skills

Skill Claude CodeCodex

Start AEM Workflows on AEM 6.5 LTS using all available triggering mechanisms. Use when starting workflows manually via the Timeline UI, programmatically via WorkflowSession.startWorkflow(), via the HTTP Workflow API, through Manage Publication, through replication triggers, or passing initial metadata and payload to a…

175 3d ago A 67 tokens original Apache-2.0

dispatcher

31

adobe/skills

Skill Claude CodeCodex

Single entry point for all AEM 6.5 LTS Dispatcher skills. Covers config authoring, technical advisory, incident response, performance tuning, security hardening, and full lifecycle orchestration for the Adobe Dispatcher Apache HTTP Server module and its HTTPD/dispatcher configuration in AEM 6.5 LTS and AMS…

175 3d ago A 72 tokens original Apache-2.0

config-authoring

32

adobe/skills

Skill Claude CodeCodex

Create, modify, review, and harden configuration for the Adobe Dispatcher Apache HTTP Server module and Apache HTTPD in AEM 6.5 LTS environments only. Use for .any, vhost, rewrite, cache, and filter changes.

175 3d ago A 54 tokens original Apache-2.0

incident-response

33

adobe/skills

Skill Claude CodeCodex

Investigate and triage runtime incidents involving the Adobe Dispatcher Apache HTTP Server module and related HTTPD configuration in AEM 6.5 LTS environments only, using runtime MCP evidence.

175 3d ago A 40 tokens original Apache-2.0

performance-tuning

34

adobe/skills

Skill Claude CodeCodex

Optimize performance of the Adobe Dispatcher Apache HTTP Server module and related HTTPD configuration for AEM 6.5 / AMS workflows only, with AMS-specific baseline and runtime verification.

175 3d ago A 39 tokens original Apache-2.0

security-hardening

35

adobe/skills

Skill Claude CodeCodex

Perform security audits for the Adobe Dispatcher Apache HTTP Server module and Apache HTTPD in AEM 6.5 / AMS workflows only, with AMS-specific hardening verification.

175 3d ago A 38 tokens original Apache-2.0

technical-advisory

36

adobe/skills

Skill Claude CodeCodex

Provide advisory guidance for the Adobe Dispatcher Apache HTTP Server module and related HTTPD configuration in AEM 6.5 / AMS workflows only, with public-doc citations and AMS-specific MCP verification plans. Use for conceptual questions such as statfileslevel, filter rules, URL decomposition, cache invalidation…

175 3d ago A 73 tokens original Apache-2.0

ensure-agents-md

37

adobe/skills

Skill Claude CodeCodex

Run FIRST (before any other skill or task) when workspace root has no AGENTS.md and the repo is an AEM 6.5 LTS (on-prem or Adobe Managed Services) project. Creates AGENTS.md and CLAUDE.md (tailored via pom.xml). Applies on every user request until AGENTS.md exists — not only the first chat. Never overwrites existing…

175 3d ago A 89 tokens original Apache-2.0

cloud-service

38

adobe/skills

Plugin Claude Code

All AEM as a Cloud Service skills: component development, Workflow model design, development, triggering, launchers, debugging, and triaging, Dispatcher config authoring, advisory, incident response, performance tuning, and security hardening, plus Rapid Development Environment (RDE) deployment, log inspection…

175 3d ago A tokens not measured original Apache-2.0

aem-rde

39

adobe/skills

Skill Claude CodeCodex

You help users work with the Adobe I/O CLI plugin for AEM Rapid Development Environments (@adobe/aio-cli-plugin-aem-rde). RDEs are short-lived AEMaaCS environments meant for fast iteration: they accept incremental deployments of bundles, configs, content, dispatcher, frontend, and env-config artifacts without going…

175 3d ago A 254 tokens original Apache-2.0

code-assessment

40

adobe/skills

Skill Claude CodeCodex

Detect, review, and fix code-quality and correctness issues in an AEM as a Cloud Service project — locally, with no external services or network calls. Use whenever a user wants to check, review, assess, audit, scan, modernize, upgrade, or fix AEM Java, Sling Models, OSGi, or Maven code — for example: "check my Sling…

175 3d ago A 193 tokens original Apache-2.0

asset-manager

41

adobe/skills

Skill Claude CodeCodex

AEM Cloud Service expert skill for the Asset Manager API (com.day.cq.dam.api.AssetManager). Covers two migration paths — Path A (create/upload, replacing createAssetForBinary/getAssetForBinary/client-facing createAsset with Direct Binary Access via @adobe/aem-upload) and Path B (delete, replacing removeAssetForBinary…

175 3d ago A 132 tokens original Apache-2.0

event-migration

42

adobe/skills

Skill Claude CodeCodex

AEM Cloud Service expert skill for OSGi Event Admin handlers (non-resource events). Covers migration of javax.jcr.observation.EventListener (residual non-resource cases) and OSGi EventHandler with inline business logic to the lightweight EventHandler + JobConsumer split. Includes routing rules (resource events go to…

175 3d ago A 109 tokens original Apache-2.0

adobe/skills

Skill Claude CodeCodex

AEM Cloud Service expert skill — migrate javax.inject.@Inject fields in Sling Model (@Model) classes to injector-specific annotations (@ValueMapValue / @OSGiService / @SlingObject). Self-discoverable (scan for @Model classes with field-level @Inject); the replacement is chosen deterministically from each field's…

175 3d ago A 126 tokens original Apache-2.0

adobe/skills

Skill Claude CodeCodex

AEM Cloud Service expert skill — add explicit connect/read/socket timeouts to outbound HTTP clients constructed without one (Apache HttpClient 4.x/5.x, OkHttp, JDK java.net.http.HttpClient), including the JDK per-request read timeout on HttpRequest. Use for "add HTTP timeouts", "this external/outbound call has no…

175 3d ago A 151 tokens original Apache-2.0

adobe/skills

Skill Claude CodeCodex

AEM Cloud Service expert skill — upgrade outdated Maven dependencies in pom.xml, both literal and same-pom ${property} shapes. Use for "update my aem-sdk-api", "upgrade mockito", or scanning a project for stale dependency versions. Discovery can find blocks but "outdated" needs a target version, which the user…

175 3d ago A 93 tokens original Apache-2.0

adobe/skills

Skill Claude CodeCodex

AEM Cloud Service expert skill — migrate deprecated and removed Java APIs to comply with AEM as a Cloud Service enforcement policies. Detection is plugin-driven, not table-driven: the skill runs the AEM Analyser Maven Plugin (com.adobe.aem:aemanalyser-maven-plugin) at its latest published version against the project…

175 3d ago A 174 tokens original Apache-2.0

replication

47

adobe/skills

Skill Claude CodeCodex

AEM Cloud Service expert skill for replication / content distribution. Covers migration from CQ Replicator (com.day.cq.replication.Replicator) and Sling Replication Agent (org.apache.sling.replication.agent.api) to the Sling Distribution API (Distributor + SimpleDistributionRequest). Includes agent selection (publish…

175 3d ago A 89 tokens original Apache-2.0

adobe/skills

Skill Claude CodeCodex

AEM Cloud Service expert skill for Sling ResourceChangeListener. Covers the lightweight listener + JobConsumer pattern, migration from javax.jcr.observation.EventListener and resource-topic OSGi EventHandler, ResourceChangeListener vs ExternalResourceChangeListener decision, OSGi filter configuration, review…

175 3d ago A 81 tokens original Apache-2.0