An AI mentor for people who build with AI — even if they've never written code before.
Not an app. Not a wrapper. Just a prompt.Run this in your terminal:
curl -fsSL https://raw.githubusercontent.com/8bitalex/vibecheck/main/prompts/vibecheck.mdc \
-o .cursor/rules/vibecheck.mdc --create-dirs
Or manually: Download vibecheck.mdc and put it in .cursor/rules/. Done.
Run this in your project directory:
curl -fsSL https://raw.githubusercontent.com/8bitalex/vibecheck/main/prompts/core.md \
-o .github/copilot-instructions.md --create-dirs
Or manually:
.github/copilot-instructions.md in your project rootCopy the prompt to your clipboard:
curl -fsSL https://raw.githubusercontent.com/8bitalex/vibecheck/main/prompts/claude-project.md \
| pbcopy
Then go to claude.ai → Projects → Create Project → Project Instructions → paste → start chatting.
Or manually:
Copy the prompt to your clipboard:
curl -fsSL https://raw.githubusercontent.com/8bitalex/vibecheck/main/prompts/custom-gpt.md \
| pbcopy
Then go to ChatGPT → Explore GPTs → Create → paste into Instructions → save.
Or manually:
Copy the prompt to your clipboard:
curl -fsSL https://raw.githubusercontent.com/8bitalex/vibecheck/main/prompts/core.md \
| pbcopy
Then paste it into your tool's system prompt, custom instructions, or project settings.
Or manually: