ch-bas/kibana-plugin-helper

3 stars · Last commit 2026-02-09

A Claude Code plugin with commands, agents, and tools for building Kibana plugins — includes a mock server for fast iteration and an optional MCP server for live source introspection"

README preview

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Claude Code](https://img.shields.io/badge/Claude%20Code-Plugin-blueviolet)](https://docs.anthropic.com/en/docs/claude-code)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
# kibana-plugin-helper

A Claude Code plugin that gives Claude deep expertise in Kibana plugin development.

## Local Installation (No GitHub Required)

### Option 1: Direct Plugin Directory (Recommended for Development)

```bash
# Clone or copy this directory to your machine
# Then load it directly when running Claude Code:

claude --plugin-dir /path/to/kibana-plugin-helper
```

Every time you start Claude Code with this flag, the plugin is loaded.

View full repository on GitHub →