Ai Maestro Plugins banner
23blocks-OS 23blocks-OS

Ai Maestro Plugins

AI community

Description

Build complete AI agents — 150+ personalities + 7 skills + messaging + identity. The skill builder for AI Maestro.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

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
Agent Identity Passwordless OAuth 2.0 auth using Ed25519 keys 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/)
Code Graph Understand how your codebase is connected Local (src/)
Docs Search Search auto-generated documentation Local (src/)
Planning Break down complex tasks and track progress Local (src/)

The **Source** column tells you where each skill lives. `Local` means it's in this repo's `src/` folder. Linked skills are pulled from external repos during build.

These are the tools your agent uses — the **HOW**. For *who* your agent **IS**, see [The Agent Library](https://github.com/msitarzewski/agency-agents) — 150+ specialist personalities ready to combine with these skills.

But here's the thing — **you're not stuck with this list.**

The Idea

This repo is not a plugin you install as-is. It's a **plugin builder**.

Fork it. Edit one file. Pick the skills you want from anywhere — your own, your team's, some random genius on GitHub. The bu