agent-stack-startup

Initialize Claude Code agents, SQLite ingestors, announcers, and mitmproxy in tmux sessions.

2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/tankygranny05/agent-box --skill agent-stack-startup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-stack-startup
Source: https://github.com/tankygranny05/agent-box/tree/main/agent-box/seed/claude-skills/agent-stack-startup
Command: npx skills add https://github.com/tankygranny05/agent-box --skill agent-stack-startup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automates the setup of a complex agent development and monitoring environment on a Mac, ensuring all necessary processes are running after a reboot.

Core Features & Use Cases

  • Full Stack Initialization: Starts multiple tmux sessions for Claude Code agents, ingestors, announcers, and mitmproxy.
  • Post-Reboot Automation: Designed to bring the system to a fully operational state after a fresh restart.
  • Use Case: After restarting your Mac, you can use this skill to quickly bring up all your development tools and monitoring services with a single command.

Quick Start

Run the python script located in the skill's scripts directory to start all agent stack components.

Frequently Asked Questions about agent-stack-startup

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

FAQPage Schema
How do I automatically start my development environment and monitoring tools after a reboot?

To start your development environment after a system reboot, this skill runs a Python script that initializes multiple tmux sessions for Claude Code agents, SQLite ingestors, announcers, and mitmproxy.

What is the best way to initialize a distributed agent stack and observability tools on macOS?

To initialize a distributed agent stack and observability tools, this skill runs a Python script that orchestrates the startup of Claude Code agents, SQLite ingestors, announcers, and mitmproxy within separate tmux sessions.

Can I use tmux to manage and start multiple Claude Code agents and mitmproxy simultaneously?

Yes, you can use tmux to manage and start multiple Claude Code agents and mitmproxy simultaneously. This skill creates dedicated tmux sessions for each component, ensuring they run in parallel without conflict.

Does this automated startup script work with SQLite ingestors and announcers?

Yes, this automated startup script works with SQLite ingestors and announcers. The skill includes them in the full stack initialization alongside Claude Code agents and mitmproxy within separate tmux sessions.

Why does my agent stack initialization fail to bring up observability tools after a Mac restart?

Agent stack initialization might fail to bring up observability tools after a Mac restart if the startup script is not executed properly. This skill addresses post-reboot automation by running a Python script to bring all observability and agent processes online.

How do I run the Python script to start all agent stack components?

To run the Python script to start all agent stack components, execute the script located in the skill's scripts directory. This will launch the necessary tmux sessions for your development and monitoring environment.