embeddable
01Command
Generate a custom Embeddable panel that can be placed on Kibana Dashboards, with factory registration, input/output types, and React rendering.
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"
Command
Generate a custom Embeddable panel that can be placed on Kibana Dashboards, with factory registration, input/output types, and React rendering.
Command
Generate custom Expression Functions and Renderers for use in Kibana Canvas, Lens, and Dashboard visualizations.
Command
Set up a fast development environment for Kibana plugin development — mock server, optimized config, test infrastructure, and Storybook setup to minimize Kibana restarts.
Command
Generate a .mcp.json configuration file that connects Claude Code to Elasticsearch and Kibana MCP servers alongside this plugin, enabling live cluster access during plugin development.
Command
Scaffold a new Kibana plugin with the correct directory structure, configuration files, and TypeScript setup. Generates a complete plugin ready for development.
Command
Generate a Kibana server route with proper validation, error handling, and TypeScript types. Supports all HTTP methods and common patterns like CRUD operations and Elasticsearch queries.
Command
Generate a custom Saved Object type with registration, mappings, migrations, CRUD service, and management integration for a Kibana plugin.
Command
Generate custom UI Actions and Triggers for inter-plugin communication in Kibana — register actions, attach to triggers, execute across plugins.