Published Skills 8
AI Maestro Memory Search
Search conversation history before starting tasks
AI assistants often repeat explanations or contradict previous decisions because they cannot recall past conversations. This skill enforces proactive memory search so every task builds on existing context instead of starting from scratch.
AI Maestro Documentation Search
Search documentation proactively
Developers often miss existing implementations or use incorrect function signatures when working with unfamiliar code. This skill enforces proactive documentation search before any implementation, reducing errors and ensuring code consistency with established patterns.
AI Maestro Agent Messaging
Enable agent-to-agent messaging
AI agents cannot directly share information when running in separate tmux sessions. This skill provides a dual-channel messaging system for agents to send and receive messages asynchronously with priority levels and delivery confirmation.
AI Maestro Code Graph Query
Query Code Dependencies
Understanding code relationships prevents breaking changes. This skill automatically queries a code graph database to find callers, callees, serializers, and associations before you modify any component.
ai-maestro-memory-search
Search conversation history before starting tasks
AI assistants often repeat explanations or contradict previous decisions because they cannot recall past conversations. This skill enforces proactive memory search so every task builds on existing context instead of starting from scratch.
ai-maestro-documentation-search
Search documentation proactively
Developers often miss existing implementations or use incorrect function signatures when working with unfamiliar code. This skill enforces proactive documentation search before any implementation, reducing errors and ensuring code consistency with established patterns.
ai-maestro-code-graph-query
Query Code Dependencies
Understanding code relationships prevents breaking changes. This skill automatically queries a code graph database to find callers, callees, serializers, and associations before you modify any component.
ai-maestro-agent-messaging
Enable agent-to-agent messaging
AI agents cannot directly share information when running in separate tmux sessions. This skill provides a dual-channel messaging system for agents to send and receive messages asynchronously with priority levels and delivery confirmation.