You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce a skeleton directory for hosting Claude plugins (#6656)
Motivation:
Recently, there was an agreement to host claude plugins with useful
features (skills/agents) that may aid in development using Armeria.
This PR introduces a basic skeleton directory, and a page on the armeria
site explaining the motivation.
Considerations:
- Plugins will be hosted in a separate directory within the repository -
independent from the site
- While it may be nice for documentation references to be embedded in
the skill, testing shows that Claude can read the documentation hosted
(although I assume each session will have to fetch newly if not in the
context already). This may be improved on later if necessary
- As installing the plugin is not very difficult, I don't think the
additional complexity of hosting the files separately on the website is
worth it. If there are any users interested, we may support later.
- A single common plugin is published for now
- While we may later consider publishing a plugin per-module, I think
it's simplest to start with a single plugin.
- All skills/agents aren't loaded in the context immediately from what I
understand
- If context consumption is a problem, maybe `disable-model-invocation`
can help
Modifications:
- Added a `marketplace.json` which contains the version/plugin
information
- Added a `Claude` related page under `Community` which describes how
the plugin may be used
- Created a skeleton directory for skills
Result:
- Closes#6639
<!--
Visit this URL to learn more about how to write a pull request
description:
https://armeria.dev/community/developer-guide#how-to-write-pull-request-description
-->
ref:
<img width="760" height="542" alt="스크린샷 2026-03-06 오전 11 22 50"
src="https://github.com/user-attachments/assets/7aa31b58-2f6c-4dcb-b65d-5e8baac8d620"
/>
0 commit comments