Replay banner
kaustubhraiiii kaustubhraiiii

Replay

Development community

Description

--- description: Play back a coding session as a prose timeline. Args: [last|today|<session-id>] --- ## Pre-flight ```bash python3 -m aidash --version 2>&1 ``` If it fails, stop and tell the user: > aidash is not installed. Run: `pip install aidash` ## Fetch data ```bash python3 -m aidash replay --json $ARGUMENTS 2>&1 ``` Parse stdout as JSON envelope (`schema_version`, `ok`, `data`, `error`). ## Handle errors - If `ok` is `false`: show `error.message`. If `error.code` is `session_not_fo

Installation

Installs to ~/.claude/skills/kaustubhraiiii-aidash-cli-replay/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kaustubhraiiii-aidash-cli-replay && curl -fsSL https://raw.githubusercontent.com/kaustubhraiiii/aidash-cli/HEAD/commands/replay.md -o ~/.claude/skills/kaustubhraiiii-aidash-cli-replay/SKILL.md

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

Full documentation available on GitHub

View Source Repository