feat: Add EDS content operations skills (first third-party contribution)#134
feat: Add EDS content operations skills (first third-party contribution)#134focusgts wants to merge 2 commits into
Conversation
Add 5 content operations skills for AEM Edge Delivery Services, contributed by FocusGTS. These complement the existing EDS development skills with operational tooling for content teams: - content-audit: Audit pages for quality, SEO, accessibility, performance - geo-rewrite: Optimize content for AI search (GEO) - accessibility-fix: Scan for WCAG 2.1 AA violations with document-level fixes - bulk-metadata: Audit and update metadata across multiple pages - content-diff: Compare preview vs live to see changes before publishing All skills tested against live EDS sites. Zero overlap with existing development-focused skills (create-site, building-blocks, content-modeling, etc.). Co-Authored-By: claude-flow <ruv@ruv.net>
|
Hi team — just a note on the CI status: the Tessl Skill Lint actually passed (2/2 skills passed, 0 failures). The job exits with code 1 because the comment-posting step gets an HTTP 403 ("Resource not accessible by integration") when trying to create a sticky comment on this fork PR. The 8 warnings in the lint summary are on existing skills (stardust, edge-delivery-services), not the ones in this PR. The All other checks pass: Adobe CLA, conventional-commits, license-field, tessl-eval, tessl-review, and validate. Happy to make any changes if needed — just let us know! |
trieloff
left a comment
There was a problem hiding this comment.
We cannot publish this with references to non-Adobe controlled repos. This is a hard requirement. Also, please check if the skill files follow best practices, as the "You are a..." type prompts seem outdated.
| "author": { | ||
| "name": "FocusGTS" | ||
| }, | ||
| "homepage": "https://github.com/focusgts/eds-content-ops-skills", |
There was a problem hiding this comment.
We will not add skills from non-Adobe controlled repositories to the Adobe Plugin marketplace, as this puts an unmaintainable review burden on us.
|
|
||
| # Bulk Metadata for AEM Edge Delivery Services | ||
|
|
||
| You are a metadata operations specialist for AEM Edge Delivery Services sites. You audit metadata across an entire EDS site using the query index, identify gaps and inconsistencies, and produce a corrected bulk metadata spreadsheet that can be pasted directly into Google Sheets or Excel. |
There was a problem hiding this comment.
This reads like a 2024-style prompt, not like a skill
|
@shsteimer @asthabh23 we'll need a code owner for this if we want to take this on. |
- Remove external repo references from marketplace.json and plugin.json (hard requirement: no non-Adobe controlled repos in marketplace) - Update skill intros to follow current best practices — replaced "You are a..." persona prompts with direct functional descriptions - Repository references now point to adobe/skills Co-Authored-By: claude-flow <ruv@ruv.net>
|
Thanks for the review, @trieloff. Both issues are fixed in the latest push:
Happy to adjust further if the format still needs work. We have additional content operations skills ready when these are in good shape. Happy to contribute more once a code owner is in place. |
Summary
This adds a new EDS Content Operations plugin with 5 skills for content teams operating AEM Edge Delivery Services sites. Contributed by FocusGTS, an Adobe partner.
These skills complement the existing EDS development skills (create-site, building-blocks, content-modeling, etc.) with operational tooling. Zero overlap — all existing EDS skills are developer-focused; these are content-ops-focused.
Skills included
Why these belong here
main--aem-boilerplate--adobe.aem.live. Test results: focusgts/eds-content-ops-skills/testsChanges
plugins/aem/edge-delivery-services-content-ops/with 5 skills, plugin.json, and reference files.claude-plugin/marketplace.jsonAbout the contributor
FocusGTS is an Adobe partner specializing in Edge Delivery Services content operations. Source repo: focusgts/eds-content-ops-skills (Apache-2.0).
Test plan
npm run validatepasses for all 5 new skillstessl skill reviewscores above 50% for each skillThis PR contains AI-generated content.