Параллельное управление диалоговыми потоками
★ 7.2 · vibe-coding
thread-manager is a Claude Code skill that brings multi-thread conversation management with full context isolation, letting you work on several tasks in parallel without mixing their histories. All data is stored locally in a SQLite database at `~/.claude/threads/threads.db` (or a custom path via `THREADS_DB_PATH`). The skill exposes 9 MCP tools — including `create_thread`, `switch_thread`, `track_file_change`, and `search_messages` with natural-language semantic search — plus slash commands such as `/thread new "Title"`, `/threads`, and `/thread <id>`. Built-in Git integration automatically detects changed files and tracks line-count statistics per thread. It's a solid fit for developers juggling multiple independent features or bug-fix sessions inside a single Claude Code workspace.