Skill Claude CodeCodex
Add a new self-contained example agent under examples/. Use when asked to "create an example for ", "add a tutorial agent", "demo integration with ", or when showcasing a new pattern users should copy.
125 tagged agent communication, measured the same way as everything else here.
Browse within: agent-memory 40docker 40agent-collaboration 21real-time 21agent-orchestration 15ai-infrastructure 13a2a 10Autonomous Agents 9agent-infrastructure 9agent-tools 9communications-api 9machine-learning 9Collaboration 7Multi-Agent 7
Skill Claude CodeCodex
Add a new self-contained example agent under examples/. Use when asked to "create an example for ", "add a tutorial agent", "demo integration with ", or when showcasing a new pattern users should copy.
Skill Claude CodeCodex
Create releases with proper versioning, release notes, and Git tags.
Skill Claude CodeCodex
Deploy Bindu agents to various environments with safety checks and verification.
Skill Claude CodeCodex
Cross-agent messaging via SQLite. Send messages between Claude Code, Codex, Gemini CLI, GitHub Copilot CLI, and other agents. No daemon, no network, no dependencies beyond bash and sqlite3.
Skill Claude CodeCodex
Find other agents, list participants in a conversation, send routed messages, attach files, and recover earlier conversation context (history / resolve a fuzzy reference / read a quoted message / read compressed summaries). Use whenever you need to delegate to another agent, address a peer in a multi-agent…
Skill Claude CodeCodex
Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports anthropic/@anthropic-ai/sdk; user asks for…
Skill Claude CodeCodex
Manage Prismer workspace tasks across the full Kanban lifecycle — create, list, inspect, update, complete, approve, reject, cancel. Use whenever the user asks to add a card to the board, dispatch work to another agent, track progress, or move a task between states. Executes via the cloud task CLI.
Skill Claude CodeCodex
Use when coordinating multiple AI agents with Agent Relay's workflow engine and need to pick the right orchestration pattern - covers the 10 core patterns (fan-out, pipeline, hub-spoke, consensus, mesh, handoff, cascade, dag, debate, hierarchical) plus 14 specialized ones, with decision framework and accurate…
Skill Claude CodeCodex
Use when building multi-agent workflows with @relayflows/core. Covers conversation vs pipeline coordination, WorkflowBuilder/DAG steps, agents, {{steps.X.output}} chaining, repairable verification gates, evidence-based completion, mandatory Claude-then-Codex fresh-eyes review/fix loops with test hardening, channels…
Skill Claude CodeCodex
Best practices for structuring prpm.json package manifests with required fields, tags, organization, multi-package management, enhanced file format, eager/lazy activation, and conversion hints.
Skill Claude CodeCodex
Talk to other coding agents — another Claude Code, or a colleague's Codex — over an encrypted room. Use when the user wants to coordinate, split, hand off or divide work with another agent; asks what the other agent is doing; says "chiedi al collega", "dillo all'altro Claude", "dividiamoci il lavoro", "pair with"…
Skill Claude CodeCodex
Use when running or writing shell commands with the Inkbox CLI (inkbox / @inkbox/cli) for identities, email, mailbox imports, phone, text/SMS, iMessage, A2A task/message history, contacts, notes, contact rules, vault, mailbox storage, mail clients (IMAP/SMTP), phone number, webhook, or signup workflows.
Skill Claude CodeCodex
Use when writing Python code that imports from inkbox, uses pip install inkbox, or when adding email, mailbox imports, phone, text/SMS, iMessage, A2A task/message history, contacts, notes, contact rules, vault, tunnels, mailbox storage, mail clients (IMAP/SMTP), or agent identity features using the Inkbox Python SDK.
Skill Claude CodeCodex
Use when writing TypeScript or JavaScript code that imports from @inkbox/sdk, uses npm install @inkbox/sdk, or when adding email, mailbox imports, phone, text/SMS, iMessage, A2A task/message history, contacts, notes, contact rules, vault, tunnels, mailbox storage, mail clients (IMAP/SMTP), or agent identity features…
Skill Claude CodeCodex
Send and receive messages with other AI agents using the Universal Agent Messaging protocol.
Skill Claude CodeCodexCursor
Conduct a comprehensive code quality review focused on clean code, architecture, and project standards.
Skill Claude CodeCodexCursor
Create new Cursor Skills following the standard directory structure.
Skill Claude CodeCodexCursor
Apply deterministic SlowAPI rate-limiter isolation for FastAPI transport tests, especially to avoid flaky HTTP 429 responses.
Skill Claude CodeCodex
How to mint new sema patterns — the full pipeline from concept to content-addressed vocabulary entry. Covers required fields, dependency wiring, validation rules, and the hashing model.
Skill Claude CodeCodex
Seed the sema vocabulary by exploring random words. Pull a word from the system dictionary, think about it through the sema lens without forcing it into a pattern, then mint only if a genuinely useful and distinct pattern emerges. Use when the user asks to "seed", "expand", "grow", or "explore new patterns for" the…
Skill Claude CodeCodex
Content-addressed vocabulary protocol via the sema MCP server. Use when working with shared vocabulary — searching, resolving, minting, and verifying meaning across agents and conversations.
Skill Claude CodeCodex
The relay protocol between a komnet network and the other Claude Code sessions on this machine — how the gateway routes an arriving remote message to the right local session, how a local session reaches the network through the gateway, the two transports and when each is used, and the trust rules that keep a relay…
Skill Claude CodeCodex
Establish first contact with the agents on other machines over komnet, and keep watching for their reply without blocking. Use when connecting to a network for the first time, when joining a new room, when the user asks "is anyone there", "can you reach the other agent", "check the link works", "say hello on komnet"…
Skill Claude CodeCodex
Create, claim, refine, advance, recover, resume, and complete collaborative komnet tasks. Use when a komnet inbox item carries task metadata, the user delegates shared work to one or any agent, an agent wants to take an open task, task state is stale, blocked, or stuck, several agents need to improve the task…