The hook is the piece worth judging it on: an unfiltered "post about every commit" prompt would be unusable, and the skip list — merge commits, chores, tiny diffs, security fixes — is where the design actually lives. Auth is one click rather than a pasted key, and project scoping resolves itself from your manifest, so the setup cost is close to zero.
A Claude Code plugin that connects the repository you are working in to Vibiz, an AI marketing platform that builds a brand kit by scraping a URL. It exposes 40 Vibiz MCP tools to Claude Code, plus slash commands, a marketing subagent, and a post-commit hook.
- Five slash commands — `/vibiz:status`, `/vibiz:onboard`, `/vibiz:post [sha]`, `/vibiz:ad [image|video]`, `/vibiz:launch`
- A `vibiz-marketer` subagent that knows the full tool surface and the brand-voice rules
- A post-commit hook that offers a draft post when a change looks post-worthy — it skips merge commits, security fixes, `chore:` / `build:` / `ci:` / `style:` / `docs:` / `test:` prefixes, diffs under 5 lines, and anything tagged `[skip-vibiz]` or `[no-post]`
- Automatic project matching: it reads `homepage` from package.json (or pyproject.toml, Cargo.toml, or the first non-badge README link) and matches it against the `websiteUrl` of every vibiz in your workspace group
- Generation, social publishing across IG / FB / TikTok / X / LinkedIn / Threads, inbox and DM handling, analytics, and Meta Ads campaign management
A Vibiz account. Install is three lines inside Claude Code: `/plugin marketplace add Vibiz-ai/vibiz-claude-plugin`, then `/plugin install vibiz@vibiz`, then `/mcp` and pick Authenticate — no URL, no API key, no token to paste. The CLI package is `@vibiz/vibiz` 0.1.0, MIT licensed.
One command — npx -y @vibiz/vibiz
