create-site

Create a new AEM Edge Delivery site from a boilerplate repository.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/Royincog/cpedia --skill create-site-royincog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-site
Source: https://github.com/Royincog/cpedia/tree/main/.agents/skills/create-site
Command: npx skills add https://github.com/Royincog/cpedia --skill create-site-royincog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end process of creating a brand-new AEM Edge Delivery site from scratch, including repository setup from boilerplate, DA content provisioning, and a live preview URL.

Core Features & Use Cases

  • Onboard a new site by creating a GitHub repository from the AEM boilerplate template.
  • Install and configure aem-code-sync to connect the repo to AEM delivery pipelines.
  • Create initial DA content (nav, footer, index) and trigger a preview to generate a live URL.
  • Use when starting a brand-new EDS project or onboarding a new site with no repository or DA content yet.

Quick Start

Provide the GitHub org, repository name, and site name, then run through the full onboarding flow to create the new site.

Frequently Asked Questions about create-site

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

FAQPage Schema
How do I automate creating a new AEM Edge Delivery site from a boilerplate?

Automating AEM Edge Delivery site creation requires a GitHub org, repo name, and site name. The process handles boilerplate repository setup, DA content provisioning, and live preview URL generation end-to-end.

What do I need to onboard a new AEM Edge Delivery Services project?

Onboarding a new AEM Edge Delivery project requires a GitHub org, repo name, site name, and access to aem-code-sync and DA authentication endpoints to provision initial content and preview generation.

Can I use this to set up a live preview for DA content automatically?

Yes, this automation creates initial DA content including nav, footer, and index, then triggers a preview to automatically generate a live URL for the new AEM Edge Delivery site.

Does this work for an existing AEM repository or only brand-new sites?

This automation works exclusively for brand-new AEM Edge Delivery sites. It applies when onboarding a new site that has no existing repository or DA content, creating everything from the boilerplate template.

What is the best way to connect a new GitHub repository to AEM delivery pipelines?

The best way to connect a new GitHub repository to AEM delivery pipelines is by automating the installation and configuration of aem-code-sync during the initial site onboarding process.