Claude Code plugin · 27 skills · MIT

vibe-coder-kit

Persistent memory, automatic guardrails, and 27 skills for non-developers building with Claude — from first idea to shipped, and everything that breaks in between.

In Claude Code, run:
/plugin marketplace add googlarz/vibe-coder-kit
/plugin install vibe-coder-kit@vibe-coder-kit

Then run /vibe-init inside any project you want Claude to remember. That's the whole setup — no terminal, no config files.

What it does

Claude can build. It can't, on its own, remember what it decided last session, know which parts of your app are fragile, or stop before it overwrites something that can't be undone. vibe-coder-kit fills those gaps — and it's designed for people who aren't developers.

Remembers

A .vibe/ directory persists project context between sessions. Claude starts every conversation already knowing what's fragile, what was decided, and what not to touch. Everything stays on your machine — never sent anywhere.

Protects

Hooks fire silently every session: dangerous commands blocked before they run, packages explained before install, scope enforced. vibe-safe adds 66 security checks on every commit.

Guides

27 skills across the full lifecycle: validating an idea before you write code, keeping a session focused, and recovering a broken production deploy when things go wrong.

Claude alone vs. Claude with the kit

The difference shows up in the moments that cost you time — or your data.

SituationWithoutWith
Starting a sessionRe-explain the project every timeClaude reads .vibe/ — knows the stack, what's fragile, what changed last time
A new feature ideaClaude starts coding/vibe-skeptic asks if it's worth building; /vibe-think locks scope first
rm -rf / DROP TABLEExecutes immediatelyBlocked — Claude names what gets destroyed and asks to confirm
A feature is builtShips with the gaps Claude skipped/vibe-guardian reads the code, finds missing auth checks and unhandled errors
Something breaksClaude tries fix after fix until you stop it/vibe-oops: fix, undo, or escalate — stops after 3 attempts to reassess
A bug took 2 hoursSame bug is possible next sessionRoot cause saved to .vibe/bugs.md — Claude already knows next time

The 27 skills

Claude suggests these at the right moment — you don't need to memorize them.

Before you build

/vibe-skeptic/vibe-think/vibe-plan

While building

/vibe-scope/vibe-test/vibe-guardian/vibe-auth

When things go wrong

/vibe-oops/vibe-debug/vibe-stuck/vibe-env/vibe-log/vibe-rollback/vibe-secret/vibe-db

Shipping & upkeep

/vibe-check/vibe-git/vibe-launch/vibe-monitor/vibe-health/vibe-handoff/vibe-onboard/vibe-docs/vibe-explain/vibe-perf/vibe-upgrade/vibe-clean