admin

Generate AEM Edge Delivery admin handover documentation with Config Service data.

1|6|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/aemsites/summit-portal --skill admin-aemsites
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: admin
Source: https://github.com/aemsites/summit-portal/tree/main/skills/aem/edge-delivery-services/admin
Command: npx skills add https://github.com/aemsites/summit-portal --skill admin-aemsites

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Administrators and operators inherit AEM Edge Delivery Services projects without a standardized, actionable handover document; this Skill automates creation of a complete admin guide so teams can manage sites, authentication, code sync, cache, and common operations confidently.

Core Features & Use Cases

  • Config Service Integration: Authenticate and call the Config Service API to discover org and site configuration as the single source of truth.
  • Auth Handling: Guide browser-based Playwright authentication and extract auth tokens for API operations.
  • Operational Runbook Generation: Produce a populated markdown admin guide with URLs, user management commands, content and code operations, troubleshooting, and generate a professional PDF at the required path.
  • Use Case: Hand over an AEM Edge Delivery Services project to client administrators with a ready-to-download PDF and verified site context.

Quick Start

Generate an admin guide for my project using the Config Service org and sites, save it to project-guides/ADMIN-GUIDE.pdf, and include site, repo, and authentication instructions.

Frequently Asked Questions about admin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an admin handover guide for AEM Edge Delivery Services?

To generate an admin handover guide, the Skill authenticates via Playwright to retrieve Config Service site data, saves a populated markdown guide to project-guides/ADMIN-GUIDE.md, and invokes the whitepaper Skill to produce project-guides/ADMIN-GUIDE.pdf.

What is included in an AEM Edge Delivery Services operations runbook?

An AEM Edge Delivery Services operations runbook includes site URLs, user management commands, content and code operations, repository details, authentication instructions, and troubleshooting steps for administrators.

Does the admin guide generation support repoless multi-site setups?

Yes, the admin guide generation supports both single-site and repoless multi-site setups by calling the Config Service APIs to retrieve org configuration, site details, and code repository data.

How do I authenticate with the Config Service API to retrieve AEM site configuration?

You authenticate with the Config Service API using browser-based Playwright authentication, which extracts the auth token required to retrieve org and site configuration data for the admin guide.

Can I automate PDF generation for AEM project handover documentation?

Yes, you can automate PDF generation for AEM project handover documentation by saving the markdown admin guide with YAML frontmatter and invoking the project-management:whitepaper Skill to output project-guides/ADMIN-GUIDE.pdf.