vibeguard
Real-time guardrails that block hallucinated and unsafe code changes
All Skills in This Repository (9)
Pure Emerald Level Indicatorsplan-folw
Analyze codebases for redundant design patterns and generate step-by-step refactoring plans.
auto-optimize
Automate project analysis, evaluation, design, and optimization with VibeGuard guards.
fixflow
Orchestrate software development with planning, sequential implementation, testing, and commit strategies.
optflow
Automate discovery, prioritization, and step-by-step execution of code optimization tasks.
plan-mode
Generate phased technical execution plans with risks and YAML frontmatter.
iterative-retrieval
Iteratively retrieve codebase information using Glob, Grep, and AST searches.
eval-harness
Quantify AI-generated code quality using pass@k and pass^k metrics.
vibeguard
Prevent LLM code generation hallucinations with a seven-layer defense framework.
strategic-compact
Compress long AI conversation context by retaining critical decisions and incomplete tasks.
Frequently Asked Questions
FAQPage SchemaHow to install VibeGuard?โผ
Run `npx skills add majiayu000/vibeguard --all -g -y` in your terminal to install all skills in this suite globally.
What does VibeGuard protect against?โผ
It blocks hallucinated APIs, duplicate files, hardcoded secrets, dangerous commands like rm -rf and force pushes, and unverified 'done' claims from AI coding agents.
Does VibeGuard work with Claude Code and Codex?โผ
Yes. It installs native rules and real-time hooks for Claude Code, Codex CLI, and Gemini CLI, and protection is active from the first prompt of a new session.
How does VibeGuard stop bad AI code changes?โผ
It combines rule injection at session start, pre- and post-edit hooks that block or warn in real time, and static guards that scan for duplicates and code-quality issues, each returning a fix instruction.
Can I monitor VibeGuard hook activity?โผ
Yes. It ships local observability commands for dashboards, hook health, stats, and metrics export, all running locally without external telemetry.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core