Voice Sessions banner
zircote zircote

Voice Sessions

Development community

Description

--- name: voice-sessions description: "List all voice elicitation interview sessions" argument-hint: "" allowed-tools: Read, Bash(python3:*), Bash(source:*), Glob --- # /sessions — List All Interview Sessions Display a summary of all voice interview sessions stored locally. ## Procedure 1. **List sessions**: Run `bin/voice-session list` to get all sessions as JSON. 2. **Display table**: Format as: ``` # Session ID State Writer Type Q's Updated ──────────────

Installation

Installs to ~/.claude/skills/zircote-human-voice-voice-sessions/SKILL.md

Terminal
mkdir -p ~/.claude/skills/zircote-human-voice-voice-sessions && curl -fsSL https://raw.githubusercontent.com/zircote/human-voice/HEAD/commands/voice-sessions.md -o ~/.claude/skills/zircote-human-voice-voice-sessions/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository