Initial commit
This commit is contained in:
19
skills/tmux-task-runner/package.json
Normal file
19
skills/tmux-task-runner/package.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user