Show Threads banner
Screenfields Screenfields

Show Threads

Development community

Description

--- description: List all conversation threads with other agents --- List conversation threads using the agent-messaging MCP service. **First, check for project config:** 1. Look for `.alfred/config.json` in project root 2. If found, read `agent_id` from it 3. If NOT found, display: ``` Project not initialized for alfred-agent messaging. Run /alfred-agent:init to set up this project's identity. ``` And stop here. **If project is initialized:** If arguments provided, filter by

Installation

Installs to ~/.claude/skills/screenfields-ccplugin-alfred-agent-workflow-show-threads/SKILL.md

Terminal
mkdir -p ~/.claude/skills/screenfields-ccplugin-alfred-agent-workflow-show-threads && curl -fsSL https://raw.githubusercontent.com/Screenfields/ccplugin-alfred-agent-workflow/HEAD/commands/show-threads.md -o ~/.claude/skills/screenfields-ccplugin-alfred-agent-workflow-show-threads/SKILL.md

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

Full documentation available on GitHub

View Source Repository