Plugin within a plugin? #50
Unanswered
jgorfine-zendesk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi @taylorarndt & @jeffreybishop, my name's Jen, and I've been tasked with figuring out how my team at work can best leverage gen AI to further our accessibility efforts. (No pressure. 🙃) I started by creating an accessibility plugin in my company's internal Claude marketplace. That plugin is still very small and new, and mostly concentrates on how to maximize our design system + component library for accessibility.
About a week ago, I came across your project on LinkedIn. After reading your (Taylor's) Substack post and perusing the
accessibility-agentsrepo contents, I'm feeling confident that this is exactly what I — and my company — needs. Thank you so, so much for creating such a fabulous and robust plugin —and for making it open source. 👏Here's where my question comes in: what might be the best way for me to incorporate your work with mine? i.e., to use your plugin within another plugin.
I'm seeing manual setup steps, in the Getting Started docs...but I'm concerned that if I go down that road:
Here's what I'm imagining instead, at a high level:
accessibility-agentsplugin:accessibility-agentsaccessibility-agents,accessibility-agentsis installedaccessibility-agents, check for updatesaccessibility-agentswhile prioritizing code that implements our design system components over custom components<Span role="status" aria-live="polite" hidden></Span>. We would want code to write it like that rather than with the custom class suggested by thelive-region-controller's visually-hidden live region pattern.Maybe this is a matter of adjusting the install commands so that they could recognize a plugin directory structure and install accordingly? Or maybe my plugin's primary agent calls the
accessibility-agent's one-liner install command, on behalf of the user? 🤔I'm still pretty new to Claude (+ gen AI in general), so I'm very much open to ideas and suggestions.
Thanks in advance!
All reactions