Persistent memory, automatic guardrails, and 27 skills for non-developers building with Claude — from first idea to shipped, and everything that breaks in between.
/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.
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.
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.
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.
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.
The difference shows up in the moments that cost you time — or your data.
| Situation | Without | With |
|---|---|---|
| Starting a session | Re-explain the project every time | Claude reads .vibe/ — knows the stack, what's fragile, what changed last time |
| A new feature idea | Claude starts coding | /vibe-skeptic asks if it's worth building; /vibe-think locks scope first |
rm -rf / DROP TABLE | Executes immediately | Blocked — Claude names what gets destroyed and asks to confirm |
| A feature is built | Ships with the gaps Claude skipped | /vibe-guardian reads the code, finds missing auth checks and unhandled errors |
| Something breaks | Claude tries fix after fix until you stop it | /vibe-oops: fix, undo, or escalate — stops after 3 attempts to reassess |
| A bug took 2 hours | Same bug is possible next session | Root cause saved to .vibe/bugs.md — Claude already knows next time |
Claude suggests these at the right moment — you don't need to memorize them.