Redistributing agent plugins inside a git repo #61
handicraftsman
started this conversation in
Ideas
Replies: 1 comment
|
The Agent Plugins spec is really only concerned with the contents of a single plugin directory. Something like your proposal might be a good idea, but it would fall outside the scope of the spec. For some additional reasoning about this, see my comments on similar issue in the Agent Skills spec repo: agentskills/agentskills#15 (comment) and agentskills/agentskills#15 (comment). |
0 replies
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.
Hello!
Thinking of a use case for the agent plugins spec, that would benefit uniformity of agent configurations in repositories.
The idea is, what if we store agent plugins inside of
</path/to/repo>/.agent-pluginsdirectory, that could be picked up by actual agents?Since there is already a way to differentiate between vendor-specific contents of the plugins, it makes sense to store common parts in a unified directory structure.
All reactions