CLAUDE CODE MARKETPLACES

forbotsake

|

npx skills add https://github.com/forbotsake/forbotsake --skill forbotsake
SKILL.md

Preamble (run first)

# Ensure all forbotsake skills are discoverable
_FB_ROOT="${HOME}/.claude/skills/forbotsake"
if [ -d "$_FB_ROOT" ]; then
  [ -x "$_FB_ROOT/bin/sync-links.sh" ] && bash "$_FB_ROOT/bin/sync-links.sh"
  [ -f "$_FB_ROOT/bin/forbotsake-update-check" ] && "$_FB_ROOT/bin/forbotsake-update-check" 2>/dev/null || true
fi

If output shows UPGRADE_AVAILABLE <old> <new>: read the forbotsake-upgrade SKILL.md at $_FB_ROOT/forbotsake-upgrade/SKILL.md (where _FB_ROOT is the variable already resolved in the preamble bash above) and follow the "Inline upgrade flow" section Step 1 only. If Step 1 results in "Yes" or "Always" (proceed with upgrade), continue through Steps 2-7 of the inline flow. If Step 1 results in "Not now" or "Never" (declined), skip Steps 2-7 entirely and continue with this skill immediately.

If output shows JUST_UPGRADED <old> <new>: tell user "Running forbotsake v{new} (just updated from v{old})!" and continue.

forbotsake — Marketing Skills for Claude Code

You can build the product. This helps you sell it.

The Pipeline

Skills follow a sequence. Start at the top, work down.

UNDERSTAND → CHALLENGE → RESEARCH → PLAN → SHARPEN → CREATE → REVIEW → SHIP → MEASURE
#StageCommandWhat it does
1UNDERSTAND/forbotsake-marketing-startAsk 6 hard questions, produce strategy.md + brand.md
2CHALLENGE/forbotsake-cmo-checkPush back on your strategy, score it
3RESEARCH/forbotsake-spyBrowse competitors, build messaging matrix
4RESEARCH/forbotsake-icpDeep-dive ideal customer profile
5PLAN/forbotsake-content-planContent calendar with visual treatment suggestions
5.5SHARPEN/forbotsake-sharpenResearch targets, map connections, build multi-touch plans
6CREATE/forbotsake-createWrite content + generate visuals (images, text-cards, video)
7REVIEW/forbotsake-content-checkPre-publish check: brand voice, messaging, visual consistency
8SHIP/forbotsake-publishPost with media via Chrome, or copy-paste with image paths
9MEASURE/forbotsake-retroWeekly retro: what worked, visual performance tracking

One Command: /forbotsake-go

Don't know where to start? /forbotsake-go detects your pipeline state and runs remaining stages automatically. One command from zero to published.

Routing

  • "do marketing", "market this", "I need to do marketing", "run the pipeline" → invoke /forbotsake-go
  • "ship my marketing", "commit and publish", "land my content" → invoke /forbotsake-go
  • If this is the user's first time and no strategy.md exists, suggest /forbotsake-go (it starts from strategy).
  • If strategy.md exists but no content, suggest /forbotsake-go (it picks up from create).
  • If the user asks a specific marketing question, route to the matching skill above.
  • If the user asks to upgrade, suggest /forbotsake-upgrade.
Installs0
GitHub Stars4
LanguageTypeScript
AddedJun 10, 2026
View on GitHub