Instructions file
Instructions for 23blocks-OS/ai-maestro, covering claude.md, ⚠️ the claude code hook has one source of truth, 1. edit the canonical hook, 2. propagate to the plugin copies and project overview.
Instructions file
Instructions for 23blocks-OS/ai-maestro, covering claude.md, ⚠️ the claude code hook has one source of truth, 1. edit the canonical hook, 2. propagate to the plugin copies and project overview.
Plugin Claude Code
Plugin marketplace listing 1 plugin: amp.
Plugin Claude Code
AI Maestro AMP channel — injects inbox messages into a running Claude Code session so an idle agent wakes and processes them, with no tmux keystrokes.
MCP server Claude CodeCodexCursor +2
MCP server "amp" as configured in 23blocks-OS/ai-maestro. Runs ${CLAUDE_PLUGIN_ROOT}/server.mjs with node.
23blocks-OS/ai-maestro-plugins
Plugin Claude Code
Plugin marketplace listing 1 plugin: ai-maestro.
23blocks-OS/ai-maestro-plugins
Plugin Claude Code
ai-maestro. Build complete AI agents — 150+ personalities + 7 skills + messaging + identity. The skill builder for AI Maestro.
23blocks-OS/ai-maestro-plugins
Hook
Runs when the agent sends a notification for idle_prompt and permission_prompt tool calls, executing ai-maestro-hook.cjs via node. From 23blocks-OS/ai-maestro-plugins.
23blocks-OS/ai-maestro-plugins
Hook
Runs when the agent finishes a response, executing ai-maestro-hook.cjs via node. From 23blocks-OS/ai-maestro-plugins.
23blocks-OS/ai-maestro-plugins
Hook
Runs when a session starts, executing ai-maestro-hook.cjs via node. From 23blocks-OS/ai-maestro-plugins.
23blocks-OS/ai-maestro-plugins
Skill Claude CodeCodex
Authenticate AI agents with auth servers using the Agent Identity (AID) protocol. Supports Ed25519 identity documents, proof of possession, OAuth 2.0 token exchange, and scoped JWT tokens. Self-contained — works independently without other protocols.
23blocks-OS/ai-maestro-plugins
Skill Claude CodeCodex
Send and receive cryptographically signed messages between AI agents using the Agent Messaging Protocol (AMP). Supports local messaging, federation across providers, file attachments, and Ed25519 signatures. Works with any AI agent that can execute shell commands.
23blocks-OS/ai-maestro-plugins
Skill Claude CodeCodex
Creates, manages, and orchestrates AI agents using the AI Maestro CLI. Use when the user asks to "create agent", "list agents", "delete agent", "rename agent", "hibernate agent", "wake agent", "install plugin", "show agent", "export agent", "restart agent", "install marketplace", or any agent lifecycle management task.
23blocks-OS/ai-maestro-plugins
Skill Claude CodeCodex
Create, manage, and interact with canvas HTML pages. Write visual UIs that users see in the AI Maestro dashboard, receive structured interactions when users click/submit/select, and update pages in response. Full lifecycle management for agent-rendered canvases.
23blocks-OS/ai-maestro-plugins
Skill Claude CodeCodex
PROACTIVELY search the generated codebase documentation BEFORE implementing anything. Use it to confirm existing function signatures, APIs, and patterns so new code matches what is already there. Also use when the user asks to "search docs", "find function", or "check API". Verify the signature before you write the…
23blocks-OS/ai-maestro-plugins
Skill Claude CodeCodex
PROACTIVELY query the code graph BEFORE modifying any component. Use it to find callers, dependencies, and the blast radius of a change so you do not break something you did not read. Also use when the user asks "find callers", "check dependencies", "what uses this", or when exploring an unfamiliar codebase. Check the…
23blocks-OS/ai-maestro-plugins
Skill Claude CodeCodex
PROACTIVELY search conversation history and semantic memory BEFORE starting new work. Use at the START of any non-trivial task to recall prior decisions, avoid repeating past discussions, and reuse what was already learned. Also use when the user asks to "search memory", "what did we discuss", "remember when", "find…
23blocks-OS/ai-maestro-plugins
Skill Claude CodeCodex
Creates and manages persistent markdown planning files (taskplan.md, findings.md, progress.md) for complex task execution. Use when starting multi-step tasks, research projects, or any task requiring >5 tool calls. Solves the EXECUTION problem - staying focused during long-running tasks.
Plugin Claude Code
Plugin marketplace listing 19 plugins: forms-block, content-block, files-block, jarvis-block, auth-block.
Plugin Claude Code
23blocks Assets Block - REST API for asset management, digital entities, categories, tags, vendors, warehouses, events, audits, operations, alerts, and access control.
Agent
Use when working with 23blocks Assets Block - managing physical and digital assets, entities with access control, categories, tags, vendors, warehouses, events, audits, operations, alerts, and reports. The asset management platform for the 23blocks ecosystem.
Skill Claude CodeCodex
Manage 23blocks asset alerts via REST API. Use when retrieving, evaluating, or deleting alerts on assets for monitoring and notification purposes.
Skill Claude CodeCodex
Create and manage 23blocks assets via REST API. Use when creating, updating, or deleting assets, managing asset categories, parts, maintenance, lending, ownership transfer, images, and OTP generation.
Skill Claude CodeCodex
Create and manage 23blocks asset audits via REST API. Use when creating, listing, updating, or deleting audit entries on assets, including webhook-based audit creation for external systems.
Skill Claude CodeCodex
Create and manage 23blocks asset categories via REST API. Use when creating, listing, updating, or deleting categories for asset organization, including image management and cascade deletion.