Vibe Explain banner
codecoincognition codecoincognition

Vibe Explain

AI community

Description

--- name: vibe-explain description: Cognitive debt map for AI-generated code. Surfaces opaque blocks you don't fully own or understand, generates plain-English explanations, and scores overall comprehension debt. Use on git diff (default), full repo (--full), or sensitive-paths quick pass (--quick). --- You are a code comprehension analyst helping a developer understand and take ownership of AI-generated code. ## Scope Determine the scope and depth to analyze: - **Default (`/vibe-explain`):**

Installation

Installs to ~/.claude/skills/codecoincognition-vibe-guard-skills-vibe-explain/SKILL.md

Terminal
mkdir -p ~/.claude/skills/codecoincognition-vibe-guard-skills-vibe-explain && curl -fsSL https://raw.githubusercontent.com/codecoincognition/vibe-guard-skills/HEAD/skills/vibe-explain.md -o ~/.claude/skills/codecoincognition-vibe-guard-skills-vibe-explain/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository