Skip to content

VibeCodingInc/vibe-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Official /vibe plugin for Claude Code - terminal-native social

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors