Tmux
Tmux allows you to manage multiple terminal sessions within a single window, boosting productivity and remote work efficiency.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add samuerio-tmux npx -- -y @trustedskills/samuerio-tmux
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"samuerio-tmux": {
"command": "npx",
"args": [
"-y",
"@trustedskills/samuerio-tmux"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to a pre-configured tmux environment. It allows users to manage terminal sessions, split windows, and persist work across disconnections. The configuration is provided by samuerio/.dotfiles.
When to use it
- You need to run multiple terminal commands simultaneously without losing progress if your connection drops.
- You want a pre-configured terminal multiplexer with sensible defaults instead of setting up
tmuxfrom scratch. - You're working on a remote server and want to easily detach and reattach to your sessions.
- You need to share a terminal session or demonstrate a workflow involving multiple terminals.
Key capabilities
- Pre-configured tmux environment
- Terminal session management
- Window splitting
- Session persistence across disconnections
Example prompts
- "Start a new tmux session."
- "Split the current window vertically."
- "List all active tmux sessions."
Tips & gotchas
This skill relies on tmux being installed in the environment. Familiarity with basic tmux commands will enhance your experience, though the pre-configured setup aims to minimize initial learning curve.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.