Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计通过

aem-replication原子复制

Agent Skill

aem-replication 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,280

周安装

55

GitHub Stars

55

下载量

449
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:aem-replication(原子复制)
来源仓库:https://github.com/adobe/skills
仓库路径:skills/aem-replication
安装命令:
npx skills add https://github.com/adobe/skills --skill aem-replication
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/adobe/skills --skill aem-replication

简介

该技能用于管理 AEM 6.5 LTS 的内容复制流程,包括代理配置与分发诊断。

  • 支持通过 UI 或 API 激活内容、排查队列阻塞问题,并提供端到端复制编排方案。
  • 适用于多环境部署、灾难恢复及性能优化场景,需理解 Dispatcher 刷新机制。
  • 可调用专用子技能处理特定任务,如配置反向复制或调试线程池耗尽情况。
  • 使用前请确保复制用户权限正确,并监控日志以验证传输完整性。

SKILL.md

AEM 6.5 LTS Replication

Route user requests to the appropriate specialist skill based on intent.

Intent Router

User IntentSkillPath
Configure replication agents (default, dispatcher flush, reverse replication)Configure Replication Agentconfigure-replication-agent/SKILL.md
Activate or deactivate content using UI or workflowsReplicate Contentreplicate-content/SKILL.md
Use Replication API programmatically in custom codeReplication APIreplication-api/SKILL.md
Diagnose blocked queues, connectivity issues, or distribution problemsTroubleshoot Replicationtroubleshoot-replication/SKILL.md
End-to-end workflows: new environment setup, incident response, performance optimizationReplication Orchestratorreplication-orchestrator/SKILL.md

How to Use

  1. Match the user's request to one row in the Intent Router table above.
  2. Read the linked SKILL.md for that specialist skill.
  3. Follow the workflow and guidance defined in that skill.
  4. For complex scenarios spanning multiple skills (e.g., configure agent then troubleshoot), start with the primary intent and cross-reference as needed.

Skill Overview

Configure Replication Agent

Set up and configure replication agents for:

  • Default agents: Author to Publish content distribution
  • Dispatcher Flush agents: Cache invalidation
  • Reverse replication: Publish to Author user-generated content flow
  • Multiple publish instances: Load balancing and high availability

When to use: First-time setup, adding new publish instances, reconfiguring agents

Replicate Content

Activate and deactivate content through:

  • Quick Publish: Simple one-click activation
  • Manage Publication: Advanced scheduling and approval workflows
  • Tree Activation: Hierarchical bulk publishing
  • Package Manager: Specific content set distribution
  • Workflows: Approval-based publishing
  • Scheduled Activation: Time-based content publishing

When to use: Publishing pages, assets, or DAM content; unpublishing content

Replication API

Programmatic replication using official AEM 6.5 LTS public APIs:

  • Replicator interface: Core replication methods
  • ReplicationOptions: Configure synchronous/asynchronous, agent filtering
  • ReplicationStatus: Query replication state
  • AgentManager, ReplicationQueue, ReplicationListener: Advanced queue management and monitoring

When to use: Custom code integration, bulk operations, workflow process steps, servlets

Troubleshoot Replication

Diagnose and fix common issues:

  • Blocked queues: FIFO queue failures
  • Connection errors: Network, authentication, SSL issues
  • Content not appearing: Dispatcher cache, permissions
  • Agent configuration: URI, credentials, triggers
  • Event queue issues: Stuck replication jobs

When to use: Replication failures, performance issues, content not distributing

Replication Orchestrator

Coordinates end-to-end replication workflows spanning multiple sub-skills:

  • New Environment Setup: Configure agents → Test replication → Troubleshoot
  • Production Incident Response: Diagnose → Fix → Verify
  • Performance Optimization: Monitor → Tune → Validate
  • Migration Preparation: Audit → Plan → Execute

When to use: Multi-step scenarios requiring coordination across configure, replicate, API, and troubleshoot skills

Common Workflows

First-Time Setup

  1. Use Configure Replication Agent to set up default agent
  2. Use Replicate Content to test with a sample page
  3. If issues occur, use Troubleshoot Replication

Production Operations

  1. Use Replicate Content for day-to-day publishing
  2. Use Replication API for automated/bulk operations
  3. Use Troubleshoot Replication when issues arise

Advanced Integration

  1. Use Replication API to understand available methods
  2. Use Configure Replication Agent to understand agent configuration
  3. Use Troubleshoot Replication for debugging custom replication code

Foundation References

Shared reference materials used across all replication skills:

Official Documentation

All skills reference official Adobe AEM 6.5 LTS documentation:

Related Skills

  • AEM Workflow: Integrate replication with approval workflows
  • Dispatcher: Configure Dispatcher Flush agents for cache invalidation

Migration to AEM as a Cloud Service

AEM as a Cloud Service uses the Sling Distribution API instead of replication agents. If planning migration:

  • Review Cloud Service Distribution Documentation
  • For code migration patterns, see skills/aem/cloud-service/skills/best-practices/references/replication.md
  • Avoid agent-specific coupling (filter by agent ID) to reduce migration complexity

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.58%
按下载量换算151

Claude

30.23%
按下载量换算136

Cursor

17.96%
按下载量换算81

Gemini CLI

10.14%
按下载量换算46

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills