ch-bas/kibana-plugin-helper

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"

3Stars on the repository
15Mods indexed here, across every type
6mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

kibana-a11y

01

ch-bas/kibana-plugin-helper

Agent

Audits a Kibana plugin's UI for accessibility issues. Checks ARIA attributes, keyboard navigation, screen reader support, color contrast, focus management, and EUI component usage patterns against WCAG 2.1 AA standards.

3 6mo ago A 46 tokens original MIT

kibana-debugger

02

ch-bas/kibana-plugin-helper

Agent

Interactive troubleshooting agent for Kibana plugin development. Diagnoses bootstrap failures, registration errors, version mismatches, route 404s, auth issues, ES client errors, EUI rendering problems, and build failures from error logs and stack traces.

3 6mo ago A 48 tokens original MIT

kibana-fast-dev

03

ch-bas/kibana-plugin-helper

Agent

Optimizes Kibana plugin development workflow for speed. Provides strategies to minimize restarts, leverage hot reloading, run tests without Kibana, use mock servers, and configure the fastest possible dev environment.

3 6mo ago A 40 tokens original MIT

kibana-migration

04

ch-bas/kibana-plugin-helper

Agent

Guides Kibana plugin developers through version upgrades. Analyzes plugin code for deprecated APIs, breaking changes, and incompatible patterns across Kibana version transitions. Produces a step-by-step migration plan with automated codemods and manual fixes.

3 6mo ago C 48 tokens original MIT

kibana-performance

05

ch-bas/kibana-plugin-helper

Agent

Analyzes a Kibana plugin's codebase for performance issues including bundle size, lazy loading, re-renders, ES query efficiency, memory leaks, and route handler bottlenecks. Provides actionable fixes with code examples.

3 6mo ago A 44 tokens original MIT