Check Buffer banner
Mandalorian007 Mandalorian007

Check Buffer

Communication community

Description

--- description: Check content buffer across both streams and optionally send a Discord notification --- Run the buffer check to see the current content pipeline status. Usage: - `/check-buffer` — buffer status for both streams - `/check-buffer --stream posts` — blog posts only - `/check-buffer --stream newsletter` — newsletter issues only Execute: ``` uv run tools/buffer_check.py [--stream posts|newsletter|both] ``` **This never posts to Discord.** Reporting and notifying are separate: the

Installation

Installs to ~/.claude/commands/mandalorian007-the-agentic-engineer-check-buffer.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Mandalorian007/the-agentic-engineer/HEAD/.claude/commands/check-buffer.md -o ~/.claude/commands/mandalorian007-the-agentic-engineer-check-buffer.md

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

Full documentation available on GitHub

View Source Repository