Skip to content

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.

Run this slash command from within Claude Code:

/scs-vibe:init

Follow the prompts. scs-vibe will:

  1. Scan your project directory or a provided PRD
  2. Ask a few questions about your stack, conventions, and constraints
  3. Generate CLAUDE.md and .claude/rules/ in your project root

Total setup time: roughly 15 minutes.

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

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.

When your project evolves, run:

/scs-vibe:update

scs-vibe will diff the current state against your existing context and suggest updates.