# Agent Deck Session

> Use at session start in a deck-bound workspace, or when the user asks for the deck status line / which deck is active.

- Skill: `hashgraph-online-awesome-codex-plugins/agent-deck-session` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hashgraph-online-awesome-codex-plugins/agent-deck-session`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hashgraph-online-awesome-codex-plugins/agent-deck-session/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: hashgraph-online (https://skillmd.com/u/hashgraph-online-awesome-codex-plugins)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/hashgraph-online-awesome-codex-plugins/agent-deck-session

---


# Agent Deck session opener

Once per conversation (or after bind changes):

1. `get_decks`
2. `bind_workspace` with the workspace root and a `deckId` — if `.agent-deck/use.json` exists, use its `deckId`
3. `get_session_binding`
4. Print **exactly one** line from `display_summary` (e.g. `◆ dev · 2 MCP · 0 keys · 1 playbooks`)

Do not repeat the status line every turn unless the user asks or the bind changes.

