Thread List

🌐Community
by assistant-ui · vlatest · Repository

This skill creates a formatted list of threads from a conversation, improving organization and quick reference for long discussions.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add thread-list npx -- -y @trustedskills/thread-list
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "thread-list": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/thread-list"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The thread-list skill enables AI agents to manage and organize threads of conversation or tasks. It allows users to list, sort, and track multiple threads efficiently, improving workflow management in complex interactions.

When to use it

  • When managing a series of related conversations or tasks that need tracking.
  • During project coordination where multiple threads are involved.
  • For organizing customer support tickets or helpdesk queries.
  • In collaborative environments where users need to follow multiple discussion threads simultaneously.

Key capabilities

  • List and manage multiple conversation threads.
  • Sort threads based on priority, date, or status.
  • Track progress across different threads.
  • Enable efficient navigation between related discussions.

Example prompts

  • "List all active support tickets in order of priority."
  • "Show me the latest updates from each project thread."
  • "Organize these messages into separate conversation threads."

Tips & gotchas

  • Ensure that your AI agent has access to the full history of interactions for accurate thread listing.
  • Thread sorting may depend on the data structure or API used, so check compatibility with your system.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
assistant-ui
Installs
389

🌐 Community

Passed automated security scans.