What problem does it solve? Publishing content across multiple platforms manually is error-prone, and platform-first publishing risks losing your canonical archive when platforms change or shut down. This Skill provides a complete architecture for publishing on your own site first and syndicating copies everywhere else. ## Core Features & Use Cases - Canonical-First Distribution: Publish content on your own site as the single source of truth, then syndicate adapted copies to Bluesky, Dev.to, newsletters, and other platforms with links back to the canonical URL. - Resilient Delivery: Per-platform circuit breakers, exponential-backoff retry queues, and status tracking (pending, published, failed, retrying) handle rate limits and platform outages. - Backfeed Collection: Aggregate likes, reposts, and comments from syndicated copies back into a syndication manifest that enriches the canonical record. - Use Case: You publish a long-form essay on your blog and want it automatically adapted and posted to Bluesky (300-char limit), Dev.to (full markdown with canonical_url), and your email newsletter, with failures retried and engagement metrics collected overnight. ## Quick Start Ask the AI to design a POSSE distribution pipeline that publishes my blog posts to Bluesky, Dev.to, and a newsletter with retry handling and a syndication manifest.