dispatcher
AEM Cloud Service Dispatcher
Route user requests to the appropriate specialist skill based on intent.
Intent Router
| User Intent | Skill | Path |
|---|---|---|
Create, modify, review, or harden dispatcher config files (.any, vhost, rewrite, cache, filter) |
Config Authoring | config-authoring/SKILL.md |
Conceptual questions (statfileslevel, filter rules, URL decomposition, cache invalidation, rewrite behavior, security headers) |
Technical Advisory | technical-advisory/SKILL.md |
| Investigate runtime incidents, failures, probe regressions, or cache anomalies | Incident Response | incident-response/SKILL.md |
| Optimize cache efficiency, latency, and throughput | Performance Tuning | performance-tuning/SKILL.md |
| Security audit, threat model, exposure control, header hardening | Security Hardening | security-hardening/SKILL.md |
| End-to-end lifecycle (design → implement → validate → release → incident) or requests spanning multiple concerns | Workflow Orchestrator | workflow-orchestrator/SKILL.md |
How to Use
- Match the user's request to one row in the Intent Router table above.
- Read the linked SKILL.md for that specialist skill.
- Follow the workflow, references, and output contract defined in that skill.
- For broad or ambiguous requests that span multiple concerns, use the Workflow Orchestrator which coordinates across all specialist skills.
MCP Tool Contract
All specialist skills share the same core-7 MCP tool set:
validate— static config validationlint— deep/order-aware lintingsdk— SDK check-files and diff-baselinetrace_request— trace a request through dispatcherinspect_cache— inspect cache statemonitor_metrics— runtime metricstail_logs— log tailing
Specialist Skills
- config-authoring/SKILL.md — config file design, edits, and validation
- technical-advisory/SKILL.md — policy, documentation, cloud guardrails, and evidence planning
- incident-response/SKILL.md — runtime incident triage and remediation
- performance-tuning/SKILL.md — cache and throughput optimization
- security-hardening/SKILL.md — security audit and hardening
- workflow-orchestrator/SKILL.md — full lifecycle orchestration across all skills
More from himanich/skills
best-practices
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.
6migration
Orchestrates legacy AEM (6.x, AMS, on-prem) to AEM as a Cloud Service migration using BPA CSV or cache, CAM/MCP target discovery, and one-pattern-per-session workflow. Use for BPA/CAM findings, Cloud Service blockers, or fixes for scheduler, ResourceChangeListener, replication, EventListener, OSGi EventHandler, DAM AssetManager, HTL data-sly-test lint. OSGi configs → Cloud Manager — scan ui.config, .cfg.json, secrets, $[secret:]/$[env:] — agent follows references/osgi-cfg-json-cloud-manager.md when prompted. Transformation steps live in the best-practices skill—read it and the right references/ modules before editing code.
6ensure-agents-md
|
2aem-workflow
|
2create-component
|
2