Convos banner
cybersader cybersader

Convos

Development community

Description

--- description: List this workspace's prior Claude Code conversations. --- Run `pa convos list` via the Bash tool and show the output. Use `pa convos dump <id>` to export a specific conversation as paste-ready markdown. Pass `--rewrite wsl-to-win` (or `win-to-wsl`) to normalize OS-specific paths baked into content before pasting into a new session. `pa convos ...` auto-scopes to this workspace's TOML via `--workspace-toml <path>`; you don't need to pass it yourself.

Installation

Installs to ~/.claude/commands/cybersader-portaconv-convos.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/cybersader/portaconv/HEAD/.claude/commands/convos.md -o ~/.claude/commands/cybersader-portaconv-convos.md

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

Full documentation available on GitHub

View Source Repository