You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Generates a tailored `AGENTS.md` with only the modules that exist, correct frontend variant, conditional
90
+
Dispatcher MCP section, and the right resource links
91
+
- Creates `CLAUDE.md` (`@AGENTS.md`) so Claude-based tools also discover the guidance
92
+
93
+
If `AGENTS.md` already exists it is never overwritten.
94
+
95
+
See `skills/aem/cloud-service/skills/ensure-agents-md/` for the skill, template, and module catalog.
96
+
97
+
### AEM Workflow
98
+
99
+
Workflow skills cover the full AEM Granite Workflow Engine lifecycle — from designing and implementing workflows to production debugging and incident triaging. Like Dispatcher, they are split by runtime flavor:
100
+
101
+
-`skills/aem/cloud-service/skills/aem-workflow` — Cloud Service variant (no JMX, Cloud Manager logs, pipeline deploy)
102
+
-`skills/aem/6.5-lts/skills/aem-workflow` — 6.5 LTS / AMS variant (JMX, Felix Console, direct log access)
103
+
104
+
Each flavor contains the same specialist sub-skills:
The aem-replication skill contains four specialist sub-skills:
135
+
136
+
| Sub-Skill | Purpose |
137
+
|---|---|
138
+
|`configure-replication-agent`| Configure replication agents for publishing, dispatcher flush, and reverse replication |
139
+
|`replicate-content`| Activate and deactivate content using UI, workflows, and package manager |
140
+
|`replication-api`| Use the Replication API programmatically in custom code with complete Java examples |
141
+
|`troubleshoot-replication`| Diagnose and fix blocked queues, connectivity failures, and distribution problems |
142
+
143
+
**Key features:**
144
+
- All skills based on official AEM 6.5 LTS documentation
145
+
- Complete coverage of public Replication API (Replicator, ReplicationOptions, AgentManager, ReplicationQueue, etc.)
146
+
- 49 Java code examples for OSGi services, servlets, and workflow steps
147
+
- 12+ troubleshooting scenarios with step-by-step resolution
148
+
- 3,575 lines of comprehensive documentation
149
+
150
+
### AEM as a Cloud Service — Best Practices & Migration
151
+
152
+
Under `skills/aem/cloud-service/skills/`, **`best-practices/`** is the **general-purpose** Cloud Service skill: pattern modules, Java baseline references (SCR→OSGi DS, resolver/logging, and related refs), and day-to-day Cloud Service alignment. Use it **without** loading **migration** for greenfield or maintainability work. **`migration/`** (BPA/CAM orchestration) is **scoped to legacy AEM → AEM as a Cloud Service** (not Edge Delivery or 6.5 LTS); it **delegates** concrete refactors to **`best-practices`** (`references/`). **Installing the AEM as a Cloud Service plugin** (`aem-cloud-service`, or the `skills/aem/cloud-service` path with `npx skills` / `gh upskill`) **includes both**; the agent should load the appropriate `SKILL.md` for the task. Use **`gh upskill` / `npx skills` with `--skill`** when you need a specific bundled skill (see **Installation** above).
153
+
154
+
**Key features:**
155
+
-**Best practices:** one skill for patterns, SCR→OSGi DS, and resolver/logging — applicable to Cloud Service projects generally, not only migration
156
+
-**Migration:** orchestration-only; pattern and transformation content lives in **`best-practices`**
157
+
66
158
##### Managing Projects
67
159
68
160
Handover documentation and PDF generation for AEM Edge Delivery Services projects.
@@ -76,6 +168,24 @@ Handover documentation and PDF generation for AEM Edge Delivery Services project
76
168
|`whitepaper`| Create professional PDF whitepapers from Markdown |
77
169
|`auth`| Authenticate with AEM Config Service API |
78
170
171
+
### App Builder
172
+
173
+
Development, customization, testing, and deployment skills for Adobe App Builder projects.
"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.",
0 commit comments