@@ -9,70 +9,23 @@ Repository of Adobe skills for AI coding agents.
99``` bash
1010/plugin marketplace add adobe/skills
1111/plugin install aem-edge-delivery-services@adobe-skills
12-
13- # Install AEM Project Management plugin (6 skills)
1412/plugin install aem-project-management@adobe-skills
15-
16- # Install App Builder plugin (6 skills)
1713/plugin install app-builder@adobe-skills
18-
19- # Install all AEM as a Cloud Service skills (create-component + workflow + dispatcher) in one command
2014/plugin install aem-cloud-service@adobe-skills
21-
22- # Install all AEM 6.5 LTS skills (workflow + dispatcher + replication) in one command
2315/plugin install aem-6-5-lts@adobe-skills
2416```
2517
2618### Vercel Skills (npx skills)
2719
2820``` bash
29- # Install all AEM Edge Delivery Services skills
30- npx skills add https://github.com/adobe/skills/tree/main/skills/aem/edge-delivery-services --all
31-
32- # Install all App Builder skills
33- npx skills add https://github.com/adobe/skills/tree/main/skills/app-builder --all
34-
35- # Install all AEM as a Cloud Service skills (create-component + workflow + dispatcher) in one command
36- npx skills add https://github.com/adobe/skills/tree/beta/skills/aem/cloud-service --all
37-
38- # Install all AEM 6.5 LTS skills (workflow + dispatcher + replication) in one command
39- npx skills add https://github.com/adobe/skills/tree/beta/skills/aem/6.5-lts --all
40-
41- # Install for a single agent (pick ONE flavor only)
42- npx skills add https://github.com/adobe/skills/tree/beta/skills/aem/cloud-service -a cursor -y
43- npx skills add https://github.com/adobe/skills/tree/beta/skills/aem/6.5-lts -a cursor -y
44-
45- # Install specific skill(s)
46- npx skills add adobe/skills -s content-driven-development
47- npx skills add adobe/skills -s content-driven-development building-blocks testing-blocks
48-
49- # List available skills
50- npx skills add adobe/skills --list
51- npx skills add https://github.com/adobe/skills/tree/beta/skills/aem/cloud-service --list
52- npx skills add https://github.com/adobe/skills/tree/beta/skills/aem/6.5-lts --list
21+ npx skills add adobe/skills --all
5322```
5423
5524### upskill (GitHub CLI Extension)
5625
5726``` bash
5827gh extension install ai-ecoverse/gh-upskill
59-
60- # Install all AEM Edge Delivery Services skills
61- gh upskill adobe/skills --path skills/aem/edge-delivery-services --all
62-
63- # Install all AEM as a Cloud Service skills (create-component + workflow + dispatcher)
64- gh upskill adobe/skills --path skills/aem/cloud-service --all
65-
66- # Install all AEM 6.5 LTS skills (workflow + dispatcher + replication)
67- gh upskill adobe/skills --path skills/aem/6.5-lts --all
68-
69- # Install a specific skill
70- gh upskill adobe/skills --path skills/aem/edge-delivery-services --skill content-driven-development
71-
72- # List available skills
73- gh upskill adobe/skills --path skills/aem/edge-delivery-services --list
74- gh upskill adobe/skills --path skills/aem/cloud-service --list
75- gh upskill adobe/skills --path skills/aem/6.5-lts --list
28+ gh upskill adobe/skills --all
7629```
7730
7831## Available Skills
@@ -83,7 +36,35 @@ gh upskill adobe/skills --path skills/aem/6.5-lts --list
8336
8437##### Developing with Edge Delivery Services
8538
86- See ` skills/aem/edge-delivery-services/skills/ ` for the current concrete skill set.
39+ | Skill | Description |
40+ | -------| -------------|
41+ | ` content-driven-development ` | Orchestrates the CDD workflow for all code changes |
42+ | ` analyze-and-plan ` | Analyze requirements and define acceptance criteria |
43+ | ` building-blocks ` | Implement blocks and core functionality |
44+ | ` testing-blocks ` | Browser testing and validation |
45+ | ` content-modeling ` | Design author-friendly content models |
46+ | ` code-review ` | Self-review and PR review |
47+
48+ ##### Discovering Blocks
49+
50+ | Skill | Description |
51+ | -------| -------------|
52+ | ` block-inventory ` | Survey available blocks in project and Block Collection |
53+ | ` block-collection-and-party ` | Search reference implementations |
54+ | ` docs-search ` | Search aem.live documentation |
55+ | ` find-test-content ` | Find existing content for testing |
56+
57+ ##### Migrating Content
58+
59+ | Skill | Description |
60+ | -------| -------------|
61+ | ` page-import ` | Import webpages (orchestrator) |
62+ | ` scrape-webpage ` | Scrape and analyze webpage content |
63+ | ` identify-page-structure ` | Analyze page sections |
64+ | ` page-decomposition ` | Analyze content sequences |
65+ | ` authoring-analysis ` | Determine authoring approach |
66+ | ` generate-import-html ` | Generate structured HTML |
67+ | ` preview-import ` | Preview imported content |
8768
8869### AEM as a Cloud Service — Create Component
8970
0 commit comments