Thread banner
peterfei peterfei

Thread

Development community

Description

--- name: thread description: Manage conversation threads (create, switch, update, delete, show) --- # Thread Manager Command This command allows you to manage conversation threads using the `thread-manager` MCP server. ## Usage - `/thread new "Title" [options]`: Create a new thread - `/thread switch <id>`: Switch to a specific thread - `/thread update [options]`: Update current thread metadata - `/thread delete <id>`: Delete a thread - `/thread show [id]`: Show thread details - `/thread` or

Installation

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

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

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

Full documentation available on GitHub

View Source Repository