Stats
Links
Categories
Auto-discovered marketplace from eastlondoner/vibe-plugins
npx claudepluginhub eastlondoner/vibe-pluginsClaude Code skills for vibe coding
Claude Code skills and plugins marketplace.
Add this marketplace to Claude Code:
/plugin marketplace add eastlondoner/vibe-plugins
Then install plugins:
/plugin install vibe-skills@vibe-plugins
npm install vibe-plugins
| Plugin | Description |
|---|---|
vibe-skills | Example skills plugin with code review skill |
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
.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
plugins/.claude-plugin/plugin.json manifestskills/<name>/SKILL.md.claude-plugin/marketplace.jsonpackage.jsonMIT
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations