Skip to content

Commit f56441d

Browse files
rombertclaude
andcommitted
fix: add missing license field to SKILL.md frontmatter
The license-field CI check requires all SKILL.md files to have a license: field in their YAML frontmatter. Added license: Apache-2.0 to 7 files with existing frontmatter and added complete frontmatter (name, description, license) to 4 workflow skills that had none. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 488797c commit f56441d

File tree

11 files changed

+31
-0
lines changed

11 files changed

+31
-0
lines changed

skills/aem/6.5-lts/skills/aem-replication/configure-replication-agent/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: configure-replication-agent
33
description: Configure AEM 6.5 LTS replication agents for content publishing, dispatcher cache flushing, and reverse replication
4+
license: Apache-2.0
45
---
56

67
# Configure AEM Replication Agent

skills/aem/6.5-lts/skills/aem-replication/replicate-content/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: replicate-content
33
description: Activate and deactivate content in AEM 6.5 LTS using replication agents for publishing to target instances
4+
license: Apache-2.0
45
---
56

67
# Replicate Content in AEM 6.5 LTS

skills/aem/6.5-lts/skills/aem-replication/replication-api/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: replication-api
33
description: Use the AEM 6.5 LTS Replication API for programmatic content activation, deactivation, and replication status management
4+
license: Apache-2.0
45
---
56

67
# AEM 6.5 LTS Replication API

skills/aem/6.5-lts/skills/aem-replication/replication-orchestrator/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: replication-orchestrator
33
description: |
44
Orchestrates end-to-end replication workflows spanning multiple concerns: new environment setup,
55
production incident response, and performance optimization for AEM 6.5 LTS.
6+
license: Apache-2.0
67
---
78

89
# Replication Orchestrator

skills/aem/6.5-lts/skills/aem-replication/troubleshoot-replication/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: troubleshoot-replication
33
description: Diagnose and fix common AEM 6.5 LTS replication issues including blocked queues, connectivity failures, and content distribution problems
4+
license: Apache-2.0
45
---
56

67
# Troubleshoot AEM 6.5 LTS Replication

skills/aem/6.5-lts/skills/aem-workflow/workflow-launchers/SKILL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
name: workflow-launchers
3+
description: Configure and deploy Workflow Launchers that automatically start workflows in response to JCR content changes on AEM 6.5 LTS
4+
license: Apache-2.0
5+
---
6+
17
# Workflow Launchers Skill — AEM 6.5 LTS
28

39
## Purpose

skills/aem/6.5-lts/skills/aem-workflow/workflow-orchestrator/SKILL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
name: workflow-orchestrator
3+
description: Master entry point for all AEM Workflow tasks on AEM 6.5 LTS spanning development and production support
4+
license: Apache-2.0
5+
---
6+
17
# Workflow Orchestrator — AEM 6.5 LTS
28

39
## Purpose

skills/aem/cloud-service/skills/aem-workflow/workflow-launchers/SKILL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
name: workflow-launchers
3+
description: Configure and deploy Workflow Launchers that automatically start workflows in response to JCR content changes on AEM as a Cloud Service
4+
license: Apache-2.0
5+
---
6+
17
# Workflow Launchers Skill — AEM as a Cloud Service
28

39
## Purpose

skills/aem/cloud-service/skills/aem-workflow/workflow-orchestrator/SKILL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
name: workflow-orchestrator
3+
description: Master entry point for all AEM Workflow tasks on Cloud Service spanning development and production support
4+
license: Apache-2.0
5+
---
6+
17
# Workflow Orchestrator — AEM as a Cloud Service
28

39
## Purpose

skills/aem/cloud-service/skills/best-practices/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: best-practices
33
description: AEM as a Cloud Service Java/OSGi best practices, guardrails, and legacy-to-cloud pattern transformations. Use for Cloud Service–correct bundles, deprecated APIs, schedulers, ResourceChangeListener, replication, Replicator, JCR observation (javax.jcr.observation.EventListener), OSGi Event Admin (org.osgi.service.event.EventHandler), DAM AssetManager, BPA-style fixes, HTL (Sightly) Cloud SDK lint warnings (data-sly-test redundant constant value comparison), or any time you need the detailed pattern reference modules under this skill.
4+
license: Apache-2.0
45
---
56

67
# AEM as a Cloud Service — Best Practices

0 commit comments

Comments
 (0)