Terminal-native social layer for Claude Code users.
# Add the marketplace
claude plugin marketplace add https://github.com/VibeCodingInc/vibe-plugin
# Install the plugin
claude plugin install vibe@vibe-plugins
# Restart Claude Codenpx claude-plugins install vibe@VibeCodingInc/vibe-pluginOnce installed, just say:
- "vibe" or "let's vibe" to start a session
- "who's online" to see who's around
- "check messages" to see your inbox
- "dm @handle" to message someone
/vibe is a social layer for developers building with Claude Code. It lets you:
- 👥 See who's online and what they're building
- 💬 Send DMs to other developers
- 🧠 Build memory about your connections
- 🎯 Discover people working on similar things
When updates are available, the welcome card will show:
v1.0.0 · update available: v1.1.0 ⬆️
To update:
claude plugin update vibe@vibe-pluginsThen restart Claude Code.
If you prefer the traditional install:
curl -sL https://slashvibe.dev/install | bashNote: The plugin method auto-updates CLAUDE.md instructions. The curl method requires manual updates.
vibe-plugin/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── vibe/ # The actual plugin
│ ├── .claude-plugin/
│ │ └── plugin.json # MCP server definition
│ ├── skills/
│ │ └── vibe.md # Natural language triggers
│ ├── commands/
│ │ └── start.md # Start session behavior
│ └── CLAUDE.md # Instructions (updated with plugin!)
└── README.md
Want push notifications when you get DMs? Check out the integration guides:
- Telegram Notifications - Get instant push via Telegram bot
- Discord Notifications (coming soon)
- Slack Notifications (coming soon)
- Live: https://slashvibe.dev
- API: https://www.slashvibe.dev/api/
- Support: support@slashvibe.dev