·tmux
</>

tmux

0xbigboss/claude-code

tmux で存続期間の長いプロセスを実行するためのパターン。開発サーバー、ウォッチャー、チルト、または会話を超えて存続すると予想されるプロセスを開始するときに使用します。

11インストール·2トレンド·@0xbigboss

インストール

$npx skills add https://github.com/0xbigboss/claude-code --skill tmux

SKILL.md

One project = one tmux session. Multiple processes = multiple windows within that session.

Use send-keys pattern for reliable shell initialization. Creating a session spawns an interactive shell automatically. Use send-keys to run commands within that shell, ensuring PATH, direnv, and other initialization runs properly.

For multiple processes in one project, use windows not separate sessions:

tmux で存続期間の長いプロセスを実行するためのパターン。開発サーバー、ウォッチャー、チルト、または会話を超えて存続すると予想されるプロセスを開始するときに使用します。 ソース: 0xbigboss/claude-code。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/0xbigboss/claude-code --skill tmux
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-17
更新日
2026-02-18

クイックアンサー

tmux とは?

tmux で存続期間の長いプロセスを実行するためのパターン。開発サーバー、ウォッチャー、チルト、または会話を超えて存続すると予想されるプロセスを開始するときに使用します。 ソース: 0xbigboss/claude-code。

tmux のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/0xbigboss/claude-code --skill tmux インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/0xbigboss/claude-code