A Claude Code plugin marketplace for DevOps, monitoring, and research workflows.
# 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-skillsOr install only the plugins you need — each one works independently.
| 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 |
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)
This marketplace aggregates plugins from:
- julianobarbosa/claude-code-skills — Prometheus, Grafana, Loki, and web research skills
- DeepWiki MCP — AI-powered documentation for public GitHub repositories