syndly:queue
Installation
SKILL.md
Queue
Read-only view of what's currently scheduled or queued in Syndly. Use this to check what will go live and when, or to decide whether to back off before running /syndly:draft for a new capture.
Workflow
-
Pull the queue. Call the read-only
list_postsMCP tool. If you have apost_statusfilter, use it; otherwise pull everything and filter locally. -
Filter to queue-worthy statuses. Keep entries with status ∈
{queued, scheduled}. Verify the actual status strings againstsrc/mcp/schemas/if there's any doubt — the strings have shifted historically. -
Group by channel. Show one section per channel. Within each section, sort by
scheduled_forascending (soonest first). Skip channels with no queued posts.## X (@acme) - 09:00 — first-line-of-the-pinned-thread (scheduled) - 17:00 — capture 2026-07-04 (queued) ## LinkedIn (Acme Engineering) - 2026-07-08 09:00 — draft v3 (scheduled)