From marketing-pipeline
Launch a project to all directories, generate drafts for all channels, and post everywhere. The full launch sequence.
How this skill is triggered — by the user, by Claude, or both
Slash command
/marketing-pipeline:launchThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Full launch sequence for a project: directory submissions, draft generation, and posting across all channels.
Full launch sequence for a project: directory submissions, draft generation, and posting across all channels.
Always recommend --dry-run first so the user can review before going live.
marketing launch --project <name> --dry-run
marketing launch --project <name>
This will:
marketing draft --project <name> --channel bluesky
marketing draft --project <name> --channel mastodon
marketing draft --project <name> --channel devto
marketing draft --project <name> --channel hashnode
marketing post --channel bluesky --project <name> --file <draft-path>
Show the user each draft before posting. If a draft fails antislop validation, explain what failed and offer to generate a new one with a different angle.
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.