plugins marketplace
← All plugins

aem-6-5-lts

v1.0.0

All AEM 6.5 LTS skills: Workflow model design, development, triggering, launchers, debugging, and triaging; Dispatcher config authoring, advisory, incident response, performance tuning, and security hardening; and Replication agent configuration, content activation, API usage, and troubleshooting for AEM 6.5 LTS and AMS environments.

Claude Code4 skills

by AdobeApache-2.0162updated 1 day ago

Source

git clone https://github.com/adobe/skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/aem/6.5-lts/ inside the repository.

Layout

plugins/aem/6.5-lts/
├── .claude-plugin/plugin.json
├── skills/aem-replication/SKILL.md
├── skills/aem-workflow/SKILL.md
├── skills/dispatcher/SKILL.md
└── skills/ensure-agents-md/SKILL.md

Skills4

aem-replicationskills/aem-replication/SKILL.md

Single entry point for all AEM 6.5 LTS Replication skills. Covers configuring replication agents, activating/deactivating content, using the Replication API programmatically, and troubleshooting distribution issues for Adobe Experience Manager 6.5 LTS.

aem-workflowskills/aem-workflow/SKILL.md

Single entry point for all AEM 6.5 LTS Workflow skills. Covers workflow model design, custom process step and participant chooser development, launcher configuration, workflow triggering, and production support including debugging stuck/failed workflows, triaging incidents with JMX, Splunk, direct log access, thread pool analysis, and Sling Job diagnostics for the Granite Workflow Engine.

dispatcherskills/dispatcher/SKILL.md

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 environments.

ensure-agents-mdskills/ensure-agents-md/SKILL.md

**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 files.

Manifests1

plugins/aem/6.5-lts/.claude-plugin/plugin.json
{
  "name": "aem-6-5-lts",
  "description": "All AEM 6.5 LTS skills: Workflow model design, development, triggering, launchers, debugging, and triaging; Dispatcher config authoring, advisory, incident response, performance tuning, and security hardening; and Replication agent configuration, content activation, API usage, and troubleshooting for AEM 6.5 LTS and AMS environments.",
  "version": "1.0.0",
  "author": {
    "name": "Adobe"
  },
  "repository": "https://github.com/adobe/skills",
  "license": "Apache-2.0",
  "keywords": [
    "aem",
    "aem6.5",
    "6.5-lts",
    "ams",
    "dispatcher",
    "httpd",
    "apache",
    "workflow",
    "replication",
    "adobe"
  ]
}