Threads banner
peterfei peterfei

Threads

Development community

Description

--- name: threads description: List all conversation threads --- # List Threads Command List all available conversation threads with their status and statistics. ## Usage ```bash /threads [options] ``` ## Options - `--sort [field]`: Sort by `updatedAt`, `createdAt`, or `messageCount` (default: `updatedAt`) - `--order [asc|desc]`: Sort order (default: `desc`) - `--tags [tag1,tag2]`: Filter by tags - `--limit [number]`: Limit the number of results (default: 50) ## Implementation Details for

Installation

Installs to ~/.claude/commands/peterfei-ai-agent-team-threads.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/peterfei/ai-agent-team/HEAD/.claude/commands/threads.md -o ~/.claude/commands/peterfei-ai-agent-team-threads.md

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

Full documentation available on GitHub

View Source Repository