Repository of Adobe skills for AI coding agents.
# Add the Adobe Skills marketplace
/plugin marketplace add adobe/skills
# Install AEM Edge Delivery Services plugin (all 17 skills)
/plugin install aem-edge-delivery-services@adobe-skills
# Install AEM Project Management plugin (6 skills)
/plugin install aem-project-management@adobe-skills# Install all AEM Edge Delivery Services skills
npx skills add https://github.com/adobe/skills/tree/main/skills/aem/edge-delivery-services --all
# Install specific skill(s)
npx skills add adobe/skills -s content-driven-development
npx skills add adobe/skills -s content-driven-development building-blocks testing-blocks
# Install all Adobe skills (all products)
npx skills add adobe/skills --all
# List available skills
npx skills add adobe/skills --listgh extension install trieloff/gh-upskill
# Install all skills from this repo
gh upskill adobe/skills --all
# Install only AEM Edge Delivery Services skills
gh upskill adobe/skills --path skills/aem/edge-delivery-services --all
# Install a specific skill
gh upskill adobe/skills --path skills/aem/edge-delivery-services --skill content-driven-development
# List available skills in a subfolder
gh upskill adobe/skills --path skills/aem/edge-delivery-services --list| Skill | Description |
|---|---|
content-driven-development |
Orchestrates the CDD workflow for all code changes |
analyze-and-plan |
Analyze requirements and define acceptance criteria |
building-blocks |
Implement blocks and core functionality |
testing-blocks |
Browser testing and validation |
content-modeling |
Design author-friendly content models |
code-review |
Self-review and PR review |
| Skill | Description |
|---|---|
block-inventory |
Survey available blocks in project and Block Collection |
block-collection-and-party |
Search reference implementations |
docs-search |
Search aem.live documentation |
find-test-content |
Find existing content for testing |
| Skill | Description |
|---|---|
page-import |
Import webpages (orchestrator) |
scrape-webpage |
Scrape and analyze webpage content |
identify-page-structure |
Analyze page sections |
page-decomposition |
Analyze content sequences |
authoring-analysis |
Determine authoring approach |
generate-import-html |
Generate structured HTML |
preview-import |
Preview imported content |
Project lifecycle management for AEM Edge Delivery Services including handover documentation, PDF generation, and authentication.
Requirement: This plugin is exclusively for AEM Edge Delivery Services projects. It validates projects by checking for
scripts/aem.js. For non-Edge Delivery projects, the plugin exits early — use standard documentation approaches instead.
Quick Start:
cd your-edge-delivery-project # or any subdirectory within it
# Say: "create handover documentation for this project"Setup: You will be prompted for your Config Service organization name (the {org} in https://main--site--{org}.aem.page). A browser window will open for authentication — sign in and close the browser window to continue.
Permissions: Admin access to the project organization is required. The plugin queries the Config Service API to gather project configuration, site settings, and access controls for comprehensive documentation.
Output: Professional PDFs generated in project-guides/ folder:
project-guides/AUTHOR-GUIDE.pdf- For content authorsproject-guides/DEVELOPER-GUIDE.pdf- For developersproject-guides/ADMIN-GUIDE.pdf- For administrators
| Skill | Description |
|---|---|
handover |
Orchestrates project documentation generation |
authoring |
Generate comprehensive authoring guide for content authors |
development |
Generate technical documentation for developers |
admin |
Generate admin guide for site administrators |
whitepaper |
Create professional PDF whitepapers from Markdown |
auth |
Authenticate with AEM Config Service API |
skills/
└── aem/
├── edge-delivery-services/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ └── skills/
│ ├── content-driven-development/
│ ├── building-blocks/
│ └── ...
└── project-management/
├── .claude-plugin/
│ └── plugin.json
├── fonts/
├── hooks/
│ └── pdf-lifecycle.js
├── templates/
│ └── whitepaper.typ
└── skills/
├── handover/
├── authoring/
├── development/
├── admin/
├── whitepaper/
└── auth/
See CONTRIBUTING.md for guidelines on adding or updating skills. Join #agentskills on Adobe Slack for questions and discussion.
- agentskills.io Specification
- Claude Code Plugins
- Vercel Skills
- upskill GitHub Extension
- #agentskills Slack Channel
Apache 2.0 - see LICENSE for details.