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
|`generate-import-html`| Generate structured HTML |
67
+
|`preview-import`| Preview imported content |
87
68
88
69
### AEM as a Cloud Service — Create Component
89
70
@@ -95,7 +76,7 @@ The `create-component` skill creates complete AEM components following Adobe bes
95
76
- Clientlibs (component and dialog)
96
77
- Optional Sling Servlet for dynamic content
97
78
98
-
See `skills/aem/cloud-service/skills/create-component/` for the skill and its reference files.
79
+
See `plugins/aem/cloud-service/skills/create-component/` for the skill and its reference files.
99
80
100
81
### AEM as a Cloud Service — Ensure AGENTS.md (bootstrap)
101
82
@@ -111,14 +92,14 @@ customer opens their AEM Cloud Service project and asks the agent anything, this
111
92
112
93
If `AGENTS.md` already exists it is never overwritten.
113
94
114
-
See `skills/aem/cloud-service/skills/ensure-agents-md/` for the skill, template, and module catalog.
95
+
See `plugins/aem/cloud-service/skills/ensure-agents-md/` for the skill, template, and module catalog.
115
96
116
97
### AEM Workflow
117
98
118
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:
119
100
120
-
-`skills/aem/cloud-service/skills/aem-workflow` — Cloud Service variant (no JMX, Cloud Manager logs, pipeline deploy)
121
-
-`skills/aem/6.5-lts/skills/aem-workflow` — 6.5 LTS / AMS variant (JMX, Felix Console, direct log access)
101
+
-`plugins/aem/cloud-service/skills/aem-workflow` — Cloud Service variant (no JMX, Cloud Manager logs, pipeline deploy)
102
+
-`plugins/aem/6.5-lts/skills/aem-workflow` — 6.5 LTS / AMS variant (JMX, Felix Console, direct log access)
122
103
123
104
Each flavor contains the same specialist sub-skills:
124
105
@@ -138,8 +119,8 @@ Dispatcher skills are split by runtime flavor to avoid mode auto-detection and k
138
119
Install only one dispatcher flavor in a workspace (`cloud-service` or `6.5-lts`).
139
120
140
121
Current dispatcher flavors:
141
-
-`skills/aem/cloud-service/skills/dispatcher`
142
-
-`skills/aem/6.5-lts/skills/dispatcher`
122
+
-`plugins/aem/cloud-service/skills/dispatcher`
123
+
-`plugins/aem/6.5-lts/skills/dispatcher`
143
124
144
125
Each flavor contains parallel capability groups (workflow orchestration, config authoring, technical advisory, incident response, performance tuning, and security hardening).
145
126
Shared advisory logic is centralized under each flavor's `dispatcher/shared/references/` to reduce duplication and drift.
@@ -148,7 +129,7 @@ Shared advisory logic is centralized under each flavor's `dispatcher/shared/refe
148
129
149
130
Replication skills for AEM 6.5 LTS cover the full content distribution lifecycle from agent configuration to troubleshooting.
The aem-replication skill contains four specialist sub-skills:
154
135
@@ -168,7 +149,7 @@ The aem-replication skill contains four specialist sub-skills:
168
149
169
150
### AEM as a Cloud Service — Best Practices & Migration
170
151
171
-
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).
152
+
Under `plugins/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 `plugins/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).
172
153
173
154
**Key features:**
174
155
-**Best practices:** one skill for patterns, SCR→OSGi DS, and resolver/logging — applicable to Cloud Service projects generally, not only migration
0 commit comments