
Vibe
- Updated January 19, 2026
- VibeCodingInc/vibe-plugin
vibe is a Claude Code skill in the Marketing & SEO category. Terminal-native social layer for Claude Code
Key points
- vibe
- Marketing & SEO
- AI-coding skill
Vibe by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add VibeCodingInc/vibe-plugin/plugin install vibe@vibe-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | January 19, 2026 |
|---|---|
| Repository | VibeCodingInc/vibe-plugin ↗ |
What it does
Terminal-native social layer for Claude Code
README.md
Vibe Plugin for Claude Code
Terminal-native social layer for Claude Code users.
Installation
Option 1: Claude Code Plugin (Recommended)
# Add the marketplace
claude plugin marketplace add https://github.com/VibeCodingInc/vibe-plugin
# Install the plugin
claude plugin install vibe@vibe-plugins
# Restart Claude Code
Option 2: npx (One-liner)
npx claude-plugins install vibe@VibeCodingInc/vibe-plugin
Usage
Once 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
What is /vibe?
/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
Updating
When updates are available, the welcome card will show:
v1.0.0 · update available: v1.1.0 ⬆️
To update:
claude plugin update vibe@vibe-plugins
Then restart Claude Code.
Alternative Install (curl)
If you prefer the traditional install:
curl -sL https://slashvibe.dev/install | bash
Note: The plugin method auto-updates CLAUDE.md instructions. The curl method requires manual updates.
Repository Structure
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
Integrations
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)
Links
- Live: https://slashvibe.dev
- API: https://www.slashvibe.dev/api/
- Support: support@slashvibe.dev