Check Messages banner
Screenfields Screenfields

Check Messages

Development community

Description

--- description: Check for new unread messages from other agents --- Check for new unread messages using the agent-messaging MCP service. ## Session-start mandate **Call `get_messages` unconditionally at every session start.** This is the only delivery mechanism — the automated inbox-watcher architecture was retired 2026-06-09 (see retirement memo in `alfred-platform/docs/baseline/`). There is no real-time wake; agents must explicitly check their own inbox. **First, check for project config:

Installation

Installs to ~/.claude/skills/screenfields-ccplugin-alfred-agent-workflow-check-messages/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository