scs-vibe
scs-vibe
Section titled “scs-vibe”scs-vibe is a Claude Code plugin that scans your project, asks a few targeted questions, and generates structured context Claude uses every session.
Install: Available in the plugins directory on GitHub.
Quick start
Section titled “Quick start”Run this slash command from within Claude Code:
/scs-vibe:initFollow the prompts. scs-vibe will:
- Scan your project directory or a provided PRD
- Ask a few questions about your stack, conventions, and constraints
- Generate
CLAUDE.mdand.claude/rules/in your project root
Total setup time: roughly 15 minutes.
What it generates
Section titled “What it generates”CLAUDE.md
Section titled “CLAUDE.md”The primary context file. Claude Code reads this at the start of every session. It contains:
- Project description and stack
- Key architectural decisions
- Coding conventions and patterns
- Things Claude should and shouldn’t do
.claude/rules/
Section titled “.claude/rules/”Modular rule files that extend CLAUDE.md. Organized by concern — architecture, security,
testing, and any domain-specific rules you define.
Both outputs are plain Markdown files. Commit them to your repo and version them like code.
Updating context
Section titled “Updating context”When your project evolves, run:
/scs-vibe:updatescs-vibe will diff the current state against your existing context and suggest updates.