Created by: ivan-magda
Summary
First of all, thank you for open-sourcing your personal agents!
This PR converts the repository into a Claude Code plugin format, making it easier for other developers to install and use your agents with a simple command:
/plugin marketplace add https://github.com/AlexGladkov/claude-code-agents
/plugin install kotlin-agents
Changes
- Added
.claude-plugin/plugin.jsonmanifest - Added
.claude-plugin/marketplace.jsonfor distribution - Moved agents from
kotlin/toagents/(standard plugin structure) - Updated
READMEwith installation instructions
Naming
Current names:
- Plugin:
kotlin-agents - Marketplace:
kotlin-agents-marketplace
Feel free to adjust in plugin.json and marketplace.json if you'd prefer something different.