install
source · Clone the upstream repo
git clone https://github.com/robertnowell/marketing-pipeline
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/robertnowell/marketing-pipeline "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/setup" ~/.claude/skills/robertnowell-marketing-pipeline-setup && rm -rf "$T"
manifest:
skills/setup/SKILL.mdsource content
Setup check
Verify that all credentials are configured and APIs are reachable.
marketing setup
Shows which credentials are present, which are missing, and tests connectivity to Bluesky and Dev.to APIs.
In the plugin context, credentials are managed via Claude Code's plugin configuration (stored in the system keychain). If credentials are missing, guide the user to update their plugin settings.