🧠
AI EngineeringGo

Agent Deck

by asheshgoplani

Agent Deck is an AI Engineering skill for Claude Code, published by asheshgoplani in agent-deck.

775 stars135 forkson asheshgoplani/agent-deckAdded 2026/08/23+3% in starsRepository updated 2026/08/23
ai-agentai-agentsai-coding-assistantaiderbubble-teaclaude-codeclicodexdeveloper-toolsdiscordgemini-cligolangmcpproductivitysession-managerterminaltmuxtui
Install in seconds
Install Agent Deck
Copy Agent Deck into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/asheshgoplani/agent-deck/tree/main/skills/agent-deck ~/.claude/skills/agent-deck

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/asheshgoplani/agent-deck.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/agent-deck/SKILL.md in asheshgoplani/agent-deck
Installs to
~/.claude/skills/agent-deck
Collection
One of 5 skills cataloged from this repository
Category
AI Engineering2451 skills

What Agent Deck does

Agent Deck manages terminal sessions for AI coding agents. Use it to create, start, stop, restart, fork, and inspect sessions, attach MCPs, launch sub-agents, and manage worktree-based workflows.

Agent Deck is cataloged under AI Engineering on DirSkills. Agent Deck comes from a repository tagged ai-agent, ai-agents, ai-coding-assistant, aider and bubble-tea.

Documentation

README

Agent Deck

Terminal session manager for AI coding agents. Built with Go + Bubble Tea.

Repo: github.com/asheshgoplani/agent-deck | Discord: discord.gg/e4xSs6NBN8

Run agent-deck --version for your installed version. This skill targets v1.9+ but most patterns work back to v1.7.

Script Path Resolution (IMPORTANT)

This skill includes helper scripts in its scripts/ subdirectory. When Claude Code loads this skill, it shows a line like:

Base directory for this skill: /path/to/.../skills/agent-deck

You MUST use that base directory path to resolve all script references. Store it as SKILL_DIR:

This is the opening of the README. Read the full README on GitHub.

Commands Agent Deck provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /code-review
  • /path

Frequently asked about Agent Deck

  • What else does asheshgoplani publish alongside Agent Deck?

    Agent Deck is one of 5 skills that DirSkills catalogs from asheshgoplani/agent-deck, the repository it ships in. Its siblings there include Agent Deck Contributor, Fleet and Session Share. Each one is a separate skill with its own page in this directory, installs the same way Agent Deck does, and is maintained by asheshgoplani in that same repository. The rest of the collection is listed on the asheshgoplani/agent-deck page.

  • How does Agent Deck compare to other AI Engineering skills?

    Agent Deck ranks #1640 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Agent Deck against them. Open each page to compare what they document and how they install.