بنقرة واحدة
cycle
Run the daily post rotation — drafts and posts for all live projects across their channels.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run the daily post rotation — drafts and posts for all live projects across their channels.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Fetch engagement metrics from all platforms and show how posts are performing. Sends a Slack digest if configured.
Generate social media posts for a project. Draft them yourself following the voice rules below, then validate with the anti-slop gate.
Add a new open source project to the marketing pipeline. Researches real user pain, auto-detects project type, generates everything.
Launch a project to all directories, generate drafts for all channels, and post everywhere. The full launch sequence.
Publish a draft to a social channel (Bluesky, Dev.to, Hashnode, or Mastodon).
Check credential configuration and API connectivity.
| name | cycle |
| description | Run the daily post rotation — drafts and posts for all live projects across their channels. |
| user-invocable | true |
| allowed-tools | ["Bash(marketing cycle *)"] |
Runs the full daily rotation: for each live project, picks the least-recently-used angle, drafts a post, validates through antislop, and publishes to the first available channel.
marketing cycle --dry-run # preview what would be posted
marketing cycle # draft and post for real
Recommend --dry-run first unless the user explicitly says to post.
This is the same command that runs on the GitHub Actions daily cron (weekdays 14:00 UTC).