A Claude Code plugin that names your subagents after agents from The Matrix movies instead of generic "Agent 1", "Agent 2" labels.
When Claude dispatches subagents, they get assigned names in order:
| Order | Name |
|---|---|
| 1 | Agent Smith |
| 2 | Agent Jones |
| 3 | Agent Brown |
| 4 | Agent Johnson |
| 5 | Agent Thompson |
| 6 | Agent Jackson |
| 7 | Agent Pace |
| 8 | Agent White |
If all 8 names are used (rare), it cycles back to Agent Smith. Names reset each conversation.
Instead of:
"Launching Agent 1 to search for API routes and Agent 2 to check the database schema..."
You get:
"Dispatching Agent Smith to search for API routes and Agent Jones to check the database schema..."
# Install directly from GitHub
claude plugin install --url https://github.com/cxt9/matrix-agents-skill
# Clone and copy to your skills directory
git clone https://github.com/cxt9/matrix-agents-skill.git /tmp/matrix-agents-skill
cp -r /tmp/matrix-agents-skill/skills/matrix-agents ~/.claude/skills/matrix-agents
# From your project root
mkdir -p skills
cp -r /tmp/matrix-agents-skill/skills/matrix-agents skills/matrix-agents
git add skills/matrix-agents
git commit -m "Add matrix-agents skill"
This is a cosmetic skill — it tells Claude to use Matrix agent names when announcing subagent dispatches to the user. The names appear in Claude's text output and optionally in the Agent tool's description parameter for traceability. They don't affect agent behavior.
MIT
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimSearch Israeli real estate platforms for rental apartments with Telegram notifications
Query and mutate Neo4j graph databases from Claude Code via MCP. Each project supplies its own credentials through a local .env file.
npx claudepluginhub cxt9/matrix-agents-skillHephaestus meta-agent team for creating Agentlas agents and teams, packaging existing agents, and opening the local ontology GUI.
Automatically detects and loads AGENTS.md files to provide agent-specific instructions alongside CLAUDE.md. Enables specialized agent behaviors without manual intervention.
Sub-agent runner — runs agent definitions on Codex, Claude Code, Cursor CLI, or Gemini CLI from any host AI tool.
This skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.
Turn Claude Code into a persistent agent — memory, personality, voice, messaging, and more.
Memory compression system for Claude Code - persist context across sessions