Skip to content

xsajto/vibe

Repository files navigation

vibe

A Claude Code plugin marketplace for DevOps, monitoring, and research workflows.

Quick Start

# Install Claude Code (if you haven't already)
npm install -g @anthropic-ai/claude-code

# Add the marketplace
/plugin marketplace add xsajto/vibe

# Install all plugins
/plugin install prometheus-skill@xsajto-vibe-skills
/plugin install grafana-skill@xsajto-vibe-skills
/plugin install loki-skill@xsajto-vibe-skills
/plugin install nomad-stack@xsajto-vibe-skills
/plugin install researching-web-skill@xsajto-vibe-skills
/plugin install deepwiki@xsajto-vibe-skills

Or install only the plugins you need — each one works independently.

Plugins

Plugin Description Source
prometheus-skill Query Prometheus HTTP API, execute PromQL, manage targets/alerts/rules julianobarbosa/claude-code-skills
grafana-skill Interact with Grafana API for dashboards, datasources, alerting, and annotations julianobarbosa/claude-code-skills
loki-skill Query Loki log aggregation system via LogQL julianobarbosa/claude-code-skills
researching-web-skill Web research using Perplexity AI for current information and best practices julianobarbosa/claude-code-skills
nomad-stack Manage HashiCorp Nomad scheduling and Consul service networking
deepwiki AI-powered docs for any public GitHub repo — browse structure, read docs, ask questions DeepWiki MCP

Creating New Plugins

Use the template at templates/skill/SKILL.md as a starting point for skills. See the Claude Code plugins documentation for the full reference.

Each plugin follows this structure:

plugins/<plugin-name>/
├── .claude-plugin/
│   └── plugin.json           # Plugin manifest
├── skills/
│   └── <skill-name>/
│       └── SKILL.md          # Skill definition
├── .mcp.json                 # MCP server configurations (optional)
├── scripts/                  # Helper scripts (optional)
└── references/               # Reference docs (optional)

Sources

This marketplace aggregates plugins from:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors