majiayu000majiayu000Communityยท9 Agent Skills Included

vibeguard

Real-time guardrails that block hallucinated and unsafe code changes

Blocks AI coding agents from shipping hallucinated APIs, duplicate files, and unverified changes before they land. Intercepts dangerous shell commands, force pushes, and destructive cleanup in real time through hooks and static guards. Returns a concrete fix instruction with every interception so agents self-correct instead of failing silently. Works with Claude Code, Codex CLI, and Gemini CLI from the first prompt after install.
npx skills add majiayu000/vibeguard --all -g -y
Available:

Gives the AI agent the repository-wide operating rules for VibeGuard, including scope limits, safety policies, validation commands, and which directory guides to read before changing hooks, rules, or runtime code.

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’