agent-deck
Command center to run and supervise many AI coding agents
All Skills in This Repository (5)
Pure Emerald Level Indicatorswatcher-creator
Generates watcher.toml, clients.json entries, and CLI commands for agent-deck watcher setup.
agent-deck-contributor
Guides contributors through agent-deck's PR intake gate and four-lens review process.
fleet
Launch and monitor multiple parallel agent-deck child sessions non-blockingly from a parent session.
agent-deck
Manage AI agent sessions across Claude, Gemini, Codex, and OpenCode.
session-share
Export and import Claude Code sessions as portable JSON files.
Frequently Asked Questions
FAQPage SchemaHow to install agent-deck?โผ
Run `npx skills add asheshgoplani/agent-deck --all -g -y` in your terminal to install all skills in this suite globally.
What does agent-deck do?โผ
It is a terminal command center for AI coding agents like Claude Code, Codex, and Gemini. One screen shows every session's status and lets you switch, fork, group, and message them instantly.
How do I run multiple AI agents in parallel?โผ
Use the fleet skill to fan out several child sessions at once, then check their progress non-blockingly with `agent-deck session children --json` while you keep working.
Can I control my AI agents from my phone?โผ
Yes. Set up a conductor with `agent-deck conductor setup` and connect Telegram or Slack, so a supervisor session answers routine questions and escalates important ones to your phone.
Can I share a Claude session with a teammate?โผ
Yes. The session-share skill exports a session to a portable file with sensitive data redacted, and your teammate imports it to continue with full context.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core