πŸ”Œ

ainb-fleet

πŸ”ŒPlugin

stevengonsalvez/agents-in-a-box

VibeIndex|
What it does
|

LLM-facing skill teaching agents how to use `ainb fleet ...` orchestration subcommands. Fleet covers multi-session broadcast, ack-gated sequence, blocked-session needs, and the auto-continue daemon. Replaces the deprecated `popa` plugin β€” the Node code is gone; the orchestration logic now lives in ainb's Rust binary.

πŸͺ

Part of

stevengonsalvez/agents-in-a-box

ainbfleettmuxclaude-peersorchestration

Installation

Add marketplace in Claude Code:
/plugin marketplace add stevengonsalvez/agents-in-a-box
Step 2. Install plugin:
/plugin install ainb-fleet@agents-in-a-box
0
-
AddedJul 19, 2026

More from this repository10

🎯
frontend-design🎯Skill

A terminal-native ecosystem for AI-assisted development featuring 115 Rust modules, 71 skills, 37 agents, 9 AI tools, and a knowledge graph. Provides a complete toolkit spanning code generation, testing, deployment, and project management for macOS, Linux, and WSL.

🎯
commit🎯Skill

Automates Git commit message generation and provides intelligent suggestions based on code changes and best practices

🎯
tmux-ui-tripwire🎯Skill

Skill

πŸ”Œ
reflectπŸ”ŒPlugin

Agent self-improvement + retrieval. Captures learnings via colon-namespaced sub-skills (reflect, reflect:consolidate, reflect:ingest, reflect:recall, reflect-status) and auto-injects relevant prior learnings via SessionStart/UserPromptSubmit hooks. PostToolUse arms low-cost mini-learning capture; Stop enqueues short-session reflection. Philosophy: Correct once, never again; recall everything next time.

🎯
tmux-verify🎯Skill

Skill

πŸͺ
stevengonsalvez/agents-in-a-boxπŸͺMarketplace

context engineering for agentic coding

🎯
tui-screen🎯Skill

Skill

πŸ”Œ
caveman-statsπŸ”ŒPlugin

Caveman mode lifecycle hooks. PostToolUse watermark-tracks output tokens per session and writes .caveman-statusline-suffix so the statusline badge updates live. PreCompact re-injects the full caveman ruleset into the compaction summary so mode survives context compaction. Pair with caveman@caveman for full caveman setup.

πŸ”Œ
illustrationπŸ”ŒPlugin

Explanatory & brand illustration skill starring Popa β€” a pink blob with a notepad β€” drawn as intricate hand-drawn sketchnotes. Digest β†’ shot list β†’ per-image generation β†’ QA β†’ deliver. Invoke `illustration` or `illustration:popa`.

πŸ”Œ
ainb-hooksπŸ”ŒPlugin

Emit actionable host-agent lifecycle events to the ainb notification inbox: Claude/Copilot Notification, Codex PermissionRequest, and Stop/agentStop are delivered to ainb-notifyd over a Unix socket, surfacing as native OS banners, the ainb-tui Inbox screen, and per-session attention markers. Telemetry events are intentionally not hooked. Install via `/plugin install ainb-hooks@agents-in-a-box` (Claude); Codex/Copilot wiring is handled by `ainb notifyd install`.