session-manager

Manage agent-hand tmux sessions via CLI with CRUD, profiles and tags.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/weykon/agent-hand --skill session-manager-weykon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-manager
Source: https://github.com/weykon/agent-hand/tree/main/skills/session-manager
Command: npx skills add https://github.com/weykon/agent-hand --skill session-manager-weykon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of multiple AI coding agent sessions running within tmux, preventing context-switching overhead and missed prompts.

Core Features & Use Cases

  • Session Lifecycle Management: Add, list, remove, start, stop, and restart agent sessions.
  • Interactive Control: Interrupt, resume, and send prompts to running agent sessions.
  • Profile & Tagging: Organize sessions into profiles and apply tags for flexible filtering and management.
  • Use Case: When working on a complex project with several AI agents (e.g., one for frontend, one for backend, one for documentation), use this Skill to quickly switch between them, send commands, and monitor their status without losing track of individual sessions.

Quick Start

Add a new agent-hand session for your current project directory.

Frequently Asked Questions about session-manager

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

FAQPage Schema
How do I manage multiple AI agent sessions in tmux without losing track of prompts?

You can manage multiple AI agent sessions in tmux by using a CLI to perform CRUD operations, send prompts, and monitor status. This prevents context-switching overhead and missed prompts when running several agents concurrently.

How do I start and stop specific tmux sessions for coding agents from the command line?

Start and stop specific tmux sessions for coding agents by executing lifecycle commands through the CLI. You can add, remove, start, stop, and restart individual agent sessions or use profiles and tags for bulk control.

Can I send prompts to a running AI agent inside a tmux session programmatically?

Yes, you can send prompts to running AI agents inside tmux sessions programmatically. The skill provides interactive control to interrupt, resume, and send prompts, and supports a bridge binary for scripting and automation.

What is the best way to organize and filter multiple AI agent tmux sessions by project?

The best way to organize AI agent tmux sessions is by using profiles and tags. Grouping sessions into profiles allows flexible filtering so you can quickly switch between agents for frontend, backend, and documentation without losing track.

Does session management for AI agents require manual tmux attachment to check status?

No, AI agent session management does not require manual tmux attachment to check status. The CLI integrates with tmux for status line display and allows programmatic monitoring, though you can still attach to sessions directly if needed.