Help us improve
Share bugs, ideas, or general feedback.
Launch and manage AI agent teams on remote servers.
npx claudepluginhub taskyou/taskyou-osLaunch and manage AI agent teams on remote servers. Interactive setup walks you through everything — server provisioning, configuration, and deployment.
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Share bugs, ideas, or general feedback.
Your own AI agent team, running on a remote server and managed through Claude Code.
You describe what you need in plain English. A "General Manager" running in Claude Code delegates work to background agents on a remote server. They research, analyze, write, and build — even while your laptop is closed.
You need Claude Code. Open it and run:
/plugin marketplace add taskyou/taskyou-os
/plugin install taskyou-os
/taskyou-os:launch
That's it. The setup walks you through everything:
No git cloning, no manual config editing, no SSH knowledge required. The setup handles SSH keys, exe.dev signup, software installation, and authentication transfer for you.
You can re-run /taskyou-os:launch anytime to resume an interrupted setup or fix issues.
Your Machine Server
┌──────────────┐ ┌──────────────────┐
│ Claude Code │ ──── SSH ─────→ │ TaskYou daemon │
│ (GM session) │ │ ┌──────────────┐ │
│ │ │ │ Agent 1 │ │
│ │ │ │ Agent 2 │ │
│ │ │ │ ... │ │
│ │ │ └──────────────┘ │
│ │ │ │
│ │ │ notifications │
└──────────────┘ │ .jsonl │
└──────────────────┘
/gm-babysit for an immediate status check on all tracked tasksInstead of running the GM locally over SSH, you can deploy it entirely onto an exe.dev VM. This gives you a web-accessible GM with:
Browser exe.dev VM
┌──────────────┐ ┌──────────────────┐
│ Landing page │ ──── HTTPS ───→ │ nginx (port 8000)│
│ (kanban) │ ← board.json ── │ │
│ │ │ TaskYou daemon │
│ GM Terminal │ ──── xterm ───→ │ ┌──────────────┐ │
│ (browser) │ │ │ Agent 1 │ │
│ │ │ │ Agent 2 │ │
│ │ │ │ ... │ │
│ │ │ └──────────────┘ │
└──────────────┘ └──────────────────┘
To deploy:
# Set EXE_DEV_VM_NAME in your config.env, then:
./setup.sh exe ~/Projects/gms/myproject
This creates the VM, uploads everything, and prints the URL. Share access with teammates via ssh exe.dev share add <vm> user@example.com.
Once your GM is running, these commands are available:
| Command | What it does |
|---|---|
/gm-babysit | Immediate status check on all tracked tasks |
/gm-status | Daemon, tasks, and agents overview |
/gm-fix | Diagnose and fix agent system problems |
/gm-start | Getting started guide with project-specific examples |
/gm-help | Quick reference for all commands and TaskYou CLI |
These run from the taskyou-os plugin context (not inside a GM):
| Command | What it does |
|---|---|
/taskyou-os:launch | Interactive wizard to create a new GM |
/taskyou-os:doctor | Health check — updates plugin, checks versions, daemon status, executor health, template drift, security audit |
Run /doctor periodically to keep things healthy. It also detects new commands available from the plugin and offers to add them to existing GMs.
The taskyou-os plugin updates through the Claude Code marketplace. Run:
/plugin marketplace add taskyou/taskyou-os
This pulls the latest version. Restart Claude Code afterward for changes to take effect.
Run /taskyou-os:doctor from any directory. It checks and updates everything automatically: