xqueue 是做什么的?
File-based X/Twitter post scheduler. Your filesystem is the UI.
基于文件的 X/Twitter 帖子调度器,将文件系统作为用户界面。
madebydia/xqueue 是一款基于文件的 X/Twitter 帖子调度工具,它将文件系统本身作为操作界面。用户无需打开任何应用或网站,只需在本地文件系统中创建、编辑或删除特定格式的文本文件,即可安排推文的发布时间、内容甚至多媒体附件。该工具支持 macOS、Linux 和 Windows 系统,适用于开发者、内容创作者和自动化工作流使用者。通过监控指定文件夹中的文件变化,xqueue 能自动解析文件内容并按计划推送到 X/Twitter 平台,从而避免手动发帖的繁琐流程。它的核心优势在于零 UI 依赖、高度可脚本化以及版本控制友好,非常适合需要批量、定时发布内容的场景。用户可以结合 cron、Git 钩子或其他自动化工具,实现完全由文件驱动的社交媒体管理流程。
npx skills add madebydia/xqueueFile-based X/Twitter post scheduler. Your filesystem is the UI.
ElevenLabs text-to-speech with mac-style say UX.
Oracle CLI second-model review/debug/refactor/design with selected files, dry-run token checks, API or browser engine.
Capture and automate macOS UI with the Peekaboo CLI.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.
Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.