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
[](https://opensource.org/licenses/MIT) [](https://docs.anthropic.com/en/docs/claude-code) [](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.