feat : add aem-agentify plugin#227
Conversation
- Add plugins/aem/agentify/ plugin with .claude-plugin/plugin.json - Skill transforms any AEM customer repo into an AI-native one across all AEM types: OSGi bundles, content packages, multi-module Maven, AEM CS, AEM 6.5 - review-governor referenced as an independent skill, not bundled - Update README.md with agentify plugin entry and installation instructions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
@rombert can you take a look? |
rombert
left a comment
There was a problem hiding this comment.
I think this goes a lot in the direction of #172 and has significat overlap with https://github.com/adobe/skills/tree/main/plugins/aem/cloud-service/skills/ensure-agents-md .
We should pause and assess what we actually want to achieve with such initiatives and also make sure they are not too broad.
I am not a fan of giving context to the agent just because we can and I am actually starting to question the value of the ensure-agents-md skill now that we have fine-grained knowledge in specialist skills.
Let's please have a structured conversation about these initiatives to modernise the AEM projects, @rishabhdaim / @abhishekgarg18 - can one of you please create a GitHub issue here so we can agree on the goals and measurements?
Requesting changes so we don't accidentally merge this until we have consensus.
|
Agree. Let's take this discussion back to Slack. |
Regarding this, I disagree with this point. What AGENTS.md/CLAUDE.md give you: repo-specific facts no skill can know, this repo's actual module layout, team's real conventions and anti-patterns, whether dispatcher/ even exists here. That doesn't become redundant just because specialist skills got better, because skills don't know this repo. |
|
@trieloff @rombert @abhishekgarg18 taking the discussion back to slack. |
Summary
plugins/aem/agentify/— a new AEM plugin that transforms any AEM customer repository into an AI-native onereview-governorreferenced as an independent skill, not bundled — customers install it separately when neededREADME.mdwith the new plugin entry and installation instructionsWhy
AEM customers need a structured, guided way to make their custom bundle repos AI-native. This plugin provides a complete multi-phase workflow tailored to AEM conventions (OSGi, Sling, Maven, JUnit 4/5, even/odd versioning) without requiring customers to adapt a generic agentify skill.
Test Plan
plugins/aem/agentify/.claude-plugin/plugin.jsonexists and is validSKILL.mdentry point loads correctlyREADME.mdplugin entry and installation block are correctCo-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com