Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:56:13 +08:00
commit 966e739b00
9 changed files with 1805 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "tmux-task-runner-skill",
"version": "1.0.0",
"description": "Claude Code skill for running long tasks in tmux sessions with monitoring",
"main": "run.sh",
"scripts": {
"setup": "bash -c 'command -v tmux &> /dev/null || echo \"Please install tmux: brew install tmux (macOS) or apt-get install tmux (Linux)\"'",
"check": "tmux -V"
},
"keywords": [
"tmux",
"background-tasks",
"long-running",
"monitoring",
"claude-skill"
],
"author": "Claude Code",
"license": "MIT"
}