callabo-tmux

Launch Callabo development services in a four-pane tmux session.

12|1|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/jiunbae/agent-skills --skill callabo-tmux
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: callabo-tmux
Source: https://github.com/jiunbae/agent-skills/tree/main/callabo/callabo-tmux
Command: npx skills add https://github.com/jiunbae/agent-skills --skill callabo-tmux

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tmux, uv, yarn, pnpm, aws-vault, and includes scripts (resource) components.

What problem does it solve?

This Skill saves you from the complexity of managing multiple terminal sessions and service dependencies.

Core Features & Use Cases

  • Unified Execution: Run callabo-server, scheduler, callabo-webapp, and magi in a single tmux session.

Core Features & Use Cases

  • Service Management: Start all services with proper dependency checking
  • Use Case: When you're ready to test your changes, use this Skill to instantly launch all services in coordinated panes.

Quick Start

Start all Callabo services in the current workspace using tmux with automatic AWS Vault authentication.

Frequently Asked Questions about callabo-tmux

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I launch multiple Callabo services in a single tmux session?

Launch all Callabo services in a single tmux session by running this Skill, which orchestrates callabo-server, scheduler, callabo-webapp, and magi across four coordinated panes with automatic dependency installation and optional AWS Vault authentication.

Can I set up my Callabo development environment without managing separate terminal windows?

Yes. This Skill eliminates manual terminal management by starting all services in one tmux session, handling dependency verification, environment variable resolution, and workspace setup automatically.

Does this Skill support AWS Vault authentication for Callabo services?

Yes. The Skill includes optional AWS Vault authentication, automatically applying credentials to your Callabo services during startup if configured.

What package managers does this Skill support for Callabo dependencies?

This Skill supports uv, yarn, and pnpm for installing Callabo project dependencies before launching services.

Can I customize the tmux session name or skip specific services?

Yes. The Skill offers options like --name for custom session naming, --skip-scheduler to omit the scheduler service, and --force-sync to reinitialize dependencies.

What happens if my workspace or dependencies are missing when I start services?

The Skill automatically verifies your workspace and installs missing dependencies before launching services, ensuring all prerequisites are in place.