From marketing-pipeline
Run the daily post rotation — drafts and posts for all live projects across their channels.
How this skill is triggered — by the user, by Claude, or both
Slash command
/marketing-pipeline:cycleThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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).
npx claudepluginhub robertnowell/marketing-pipeline --plugin marketing-pipelineGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.