For Solo Developers
Stop Claude from coding you into corners. In 15 minutes, scs-vibe gives Claude enough context to work with your system instead of against it.
Point scs-vibe at a PRD or an existing project directory. It scans what's there, asks a few targeted questions, and generates structured context Claude uses every session.
Install via Claude Code
/scs-vibe:init Run this slash command from within Claude Code. Follow the prompts.
scs-vibe writes two things to your project:
CLAUDE.mdThe primary context file Claude Code reads at the start of every session. Contains your project's architecture, conventions, and constraints in structured format.
.claude/rules/
Modular rule files that extend CLAUDE.md. Organized by concern:
architecture, security, patterns, and more.
Both files are plain text and live in your repo — version them like any other code.
If SCS is solving a real problem for you, star the repo — it helps other developers find it.