Download Vibe Check
One ZIP. Every AI coding harness. Install Vibe Check in whichever tool you use — Claude Code, Cursor, Gemini CLI, and more.
vibe-check-universal.zip
Contains skill folders for all supported AI harnesses
Per-harness installation
After downloading and extracting the ZIP, follow the instructions for your AI coding tool below.
Claude Code▾
Anthropic's official CLI for Claude
Copy the .claude/skills/vibe-check/ folder from the extracted ZIP to your project root:
cp -r .claude/skills/vibe-check/ ./your-project/.claude/skills/vibe-check/Cursor▾
AI-first code editor
Copy the .cursor/skills/vibe-check/ folder from the extracted ZIP to your project root:
cp -r .cursor/skills/vibe-check/ ./your-project/.cursor/skills/vibe-check/Gemini CLI▾
Google's Gemini command-line tool
Copy the .gemini/skills/vibe-check/ folder from the extracted ZIP to your project root:
cp -r .gemini/skills/vibe-check/ ./your-project/.gemini/skills/vibe-check/Codex CLI▾
OpenAI's Codex command-line tool
Copy the .codex/skills/vibe-check/ folder from the extracted ZIP to your project root:
cp -r .codex/skills/vibe-check/ ./your-project/.codex/skills/vibe-check/VS Code Copilot▾
GitHub Copilot inside VS Code
Copy the .agents/skills/vibe-check/ folder from the extracted ZIP to your project root:
cp -r .agents/skills/vibe-check/ ./your-project/.agents/skills/vibe-check/Kiro▾
Amazon's AI coding assistant
Copy the .kiro/skills/vibe-check/ folder from the extracted ZIP to your project root:
cp -r .kiro/skills/vibe-check/ ./your-project/.kiro/skills/vibe-check/OpenCode▾
Open-source AI coding assistant
Copy the .opencode/skills/vibe-check/ folder from the extracted ZIP to your project root:
cp -r .opencode/skills/vibe-check/ ./your-project/.opencode/skills/vibe-check/Pi▾
Pi AI assistant
Copy the .pi/skills/vibe-check/ folder from the extracted ZIP to your project root:
cp -r .pi/skills/vibe-check/ ./your-project/.pi/skills/vibe-check/Or install via CLI
If you prefer a one-command install, use the skills CLI. It automatically detects your harness and installs the correct folder.
npx skills add Hypership-Software/vibe-check