From marketing-pipeline
Add a new open source project to the marketing pipeline. Researches real user pain, auto-detects project type, generates everything.
How this skill is triggered — by the user, by Claude, or both
Slash command
/marketing-pipeline:onboardThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is a multi-step process. Do NOT skip the research phase.
This is a multi-step process. Do NOT skip the research phase.
You only need ONE thing from the user: the GitHub repo (owner/repo or full URL).
Everything else is auto-detected:
If the user says "onboard my project at owner/repo" that's enough to proceed.
Before generating any marketing content, research how real people describe the problem this tool solves.
Save findings to /tmp/pain-research-{name}.md.
marketing onboard --name <name> --repo <owner/repo> --pain-context /tmp/pain-research-<name>.md
The --kind flag is optional — the pipeline auto-detects it from the README. Only pass it if you want to override the detection.
Show the user what was generated. Suggest next steps:
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.