بنقرة واحدة
subagent
Persistent tmux sessions for background monitoring and long-running processes
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Persistent tmux sessions for background monitoring and long-running processes
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Research a topic from the last 30 days on Reddit + X + Web, become an expert, and write copy-paste-ready prompts for the user's target tool.
Autonomous PR review agent that monitors Greptile, fixes issues, and merges when approved. Runs in background after PR creation. Loops until 5/5 confidence score then auto-merges. Use after creating a PR for fully hands-off review workflow.
CDP-based browser automation via browser-tools CLI
Call MCP server tools as CLI commands via mcporter
Semantic search for code and web. Use mgrep for natural-language/intent queries and web search. Use built-in Grep for exact strings/regex. Use Glob for file names.
Manages the OpenClaw trading system on openroach.exe.xyz. SSH admin operations for Kalshi proxy, credentials, kill switch, logs, and trade queries. Triggers include "openclaw", "check trades", "kill switch", "trading logs", "restart proxy", or /openclaw.
| name | subagent |
| description | Persistent tmux sessions for background monitoring and long-running processes |
| triggers | ["tmux subagent","background process","watch logs","monitor build"] |
Persistent background sessions for monitoring, builds, logs. Survives context window resets.
# Create session
tmux new-session -d -s "cc-<purpose>" -x 200 -y 50
# Send command
tmux send-keys -t "cc-<name>" "command" Enter
# Read output (last 50 lines)
tmux capture-pane -t "cc-<name>" -p -S -50
# List sessions
tmux list-sessions
# Kill session (needs Q approval)
tmux kill-session -t "cc-<name>"
All sessions use cc- prefix: cc-build-watch, cc-test-runner, cc-log-tail
| Use Case | Tool |
|---|---|
| One-shot delegated work | Task agent (stateless) |
| Persistent monitoring | tmux subagent (stateful) |
| Simple inline work | Neither |