23blocks-OS/ai-maestro-plugins
5 stars · Last commit 2026-04-14
Build custom skill sets for your AI agents. Pick skills from GitHub, mix your own, assemble a tailored Claude Code plugin. Like uploading Kung Fu into Neo — but for your AI.
README preview
# AI Maestro Plugin Builder **Build the exact set of skills your AI agent needs.** Remember when Neo sat in that chair and Tank, the operator, uploaded Kung Fu straight into his brain? Ten seconds later: *"I know Kung Fu."* That's what this does for your Claude Code agents. You pick the skills. You pick the scripts. You build a custom plugin. You install it. Your agent wakes up knowing everything you gave it. ## What's a Skill? A skill is a capability you load into your agent. Out of the box, AI Maestro comes with: | Skill | What your agent can do | Source | |-------|----------------------|--------| | **Agent Messaging** | Send and receive messages to other agents | [agentmessaging/claude-plugin](https://github.com/agentmessaging/claude-plugin) | | **Agent Identity** | Passwordless OAuth 2.0 auth using Ed25519 keys | [agentmessaging/agent-identity](https://github.com/agentmessaging/agent-identity) | | **Agent Management** | Create, rename, hibernate, wake up other agents | Local (`src/`) | | **Memory Search** | Search through past conversations and remember context | Local (`src/`) |