Skip to content

feat: add vibeguard skill — safety net for vibe coding#280

Open
chenglin1112 wants to merge 1 commit intoopenai:mainfrom
chenglin1112:add-vibeguard-skill
Open

feat: add vibeguard skill — safety net for vibe coding#280
chenglin1112 wants to merge 1 commit intoopenai:mainfrom
chenglin1112:add-vibeguard-skill

Conversation

@chenglin1112
Copy link

Summary

Adds VibeGuard to the curated skills list — an open-source CLI tool + MCP server that provides automatic safety nets for AI-assisted coding.

What VibeGuard does

  • Auto Snapshots — git-backed checkpoints on every file change, one-command rollback
  • Architecture Guard — 10 built-in static analysis rules (circular deps, god files, hardcoded secrets, complexity, etc.)
  • Smart Recovery — health scoring (0-100, A-F) and step-by-step recovery plans
  • MCP Server — 8 tools for Cursor/Claude Code/Windsurf integration

Why it belongs in curated skills

  • Addresses a universal pain point in AI-assisted coding
  • Zero config, works with any project
  • CLI + MCP dual interface
  • MIT licensed, 76 tests

Links

Made with Cursor

VibeGuard auto-snapshots projects before AI changes, enforces 10
architecture rules, and generates recovery plans for messy codebases.
Provides both CLI commands and MCP server tools.

- GitHub: https://github.com/chenglin1112/vibeguard
- npm: vibeguard-core, vibeguard-mcp-server
- License: MIT

Made-with: Cursor
@chenglin1112 chenglin1112 requested a review from a team March 19, 2026 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant