plugins/aem/6.5-lts/skills/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.
npx skillsauth add adobe/skills aem-replicationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Route user requests to the appropriate specialist skill based on intent.
| User Intent | Skill | Path | |---|---|---| | Configure replication agents (default, dispatcher flush, reverse replication) | Configure Replication Agent | configure-replication-agent/SKILL.md | | Activate or deactivate content using UI or workflows | Replicate Content | replicate-content/SKILL.md | | Use Replication API programmatically in custom code | Replication API | replication-api/SKILL.md | | Diagnose blocked queues, connectivity issues, or distribution problems | Troubleshoot Replication | troubleshoot-replication/SKILL.md | | End-to-end workflows: new environment setup, incident response, performance optimization | Replication Orchestrator | replication-orchestrator/SKILL.md |
Set up and configure replication agents for:
When to use: First-time setup, adding new publish instances, reconfiguring agents
Activate and deactivate content through:
When to use: Publishing pages, assets, or DAM content; unpublishing content
Programmatic replication using official AEM 6.5 LTS public APIs:
When to use: Custom code integration, bulk operations, workflow process steps, servlets
Diagnose and fix common issues:
When to use: Replication failures, performance issues, content not distributing
Coordinates end-to-end replication workflows spanning multiple sub-skills:
When to use: Multi-step scenarios requiring coordination across configure, replicate, API, and troubleshoot skills
Shared reference materials used across all replication skills:
All skills reference official Adobe AEM 6.5 LTS documentation:
AEM as a Cloud Service uses the Sling Distribution API instead of replication agents. If planning migration:
skills/aem/cloud-service/skills/best-practices/references/replication.mddevelopment
Start AEM Workflows on AEM as a Cloud Service 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, or passing initial metadata and payload to a workflow instance.
development
Single entry point for all AEM as a Cloud Service 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 Cloud Manager logs, thread pool analysis, and Sling Job diagnostics for the Granite Workflow Engine.
development
[BETA] Implement custom AEM Workflow Java components on AEM as a Cloud Service. This skill is in beta. Verify all outputs before applying them to production projects. Use when writing WorkflowProcess steps, ParticipantStepChooser implementations, registering services via OSGi DS R6 annotations, reading step arguments from MetaDataMap, accessing JCR payload via WorkflowSession adapter, reading and writing workflow metadata and variables, and handling errors with WorkflowException for retry behavior.
development
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 workflow instance.