
Vibe Skills
- Updated January 16, 2026
- eastlondoner/vibe-plugins
vibe-skills is a Claude Code skill in the AI & Agent Building category. Claude Code skills for vibe coding
Key points
- vibe-skills
- AI & Agent Building
- AI-coding skill
Vibe Skills by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add eastlondoner/vibe-plugins/plugin install vibe-skills@vibe-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | January 16, 2026 |
|---|---|
| Repository | eastlondoner/vibe-plugins ↗ |
What it does
Claude Code skills for vibe coding
README.md
vibe-plugins
Claude Code skills and plugins marketplace.
Installation
Via Claude Code Marketplace
Add this marketplace to Claude Code:
/plugin marketplace add eastlondoner/vibe-plugins
Then install plugins:
/plugin install vibe-skills@vibe-plugins
Via npm
npm install vibe-plugins
Available Plugins
| Plugin | Description |
|---|---|
vibe-skills |
Example skills plugin with code review skill |
Development
This repo is set up as a submodule in the main claude repo for local development:
# In the main claude repo
cd submodules/plugins/vibe-plugins
# Make changes, commit, push
Structure
.claude-plugin/
marketplace.json # Marketplace definition
plugins/
vibe-skills/ # Plugin directory
.claude-plugin/
plugin.json # Plugin manifest
skills/
code-review/
SKILL.md # Skill definition
commands/ # Slash commands (optional)
package.json # npm package config
README.md
Adding New Plugins
- Create a new directory under
plugins/ - Add
.claude-plugin/plugin.jsonmanifest - Add skills in
skills/<name>/SKILL.md - Add entry to
.claude-plugin/marketplace.json - Bump version in
package.json
License
MIT
Related skills
AI & Agent Buildingagents