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

  1. Pull the queue. Call the read-only list_posts MCP tool. If you have a post_status filter, use it; otherwise pull everything and filter locally.

  2. Filter to queue-worthy statuses. Keep entries with status ∈ {queued, scheduled}. Verify the actual status strings against src/mcp/schemas/ if there's any doubt — the strings have shifted historically.

  3. Group by channel. Show one section per channel. Within each section, sort by scheduled_for ascending (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)
    
Installs
1
First Seen
Jul 6, 2026
syndly:queue — paulund/postconductor-skills