create-honeycomb-board

Designs and creates Honeycomb boards with query, SLO, and text panels via MCP tools.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/krzko/pokemon-api --skill create-honeycomb-board-krzko
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-honeycomb-board
Source: https://github.com/krzko/pokemon-api/tree/main/.claude/skills/create-honeycomb-board
Command: npx skills add https://github.com/krzko/pokemon-api --skill create-honeycomb-board-krzko

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Building an effective observability dashboard in Honeycomb requires knowing which queries matter, how to size panels on the grid, and how to structure SLOs and text context — and since boards cannot be updated after creation, mistakes are costly. This Skill guides the full design-and-create workflow so the board is right the first time. ## Core Features & Use Cases - Guided board design: Gathers SLOs, discovers datasets and columns, inspects existing queries and triggers, and proposes 6-12 candidate queries with rationale before running anything. - Layout and visualization planning: Uses a 12-column grid reference to size stat panels, heatmaps, breakdowns, and text panels, plus preset filters and tags. - Mandatory preview before creation: Shows the full proposed board — panel content, query links, layout, tags — for user approval, since Honeycomb boards cannot be edited after creation. - Use Case: Ask for a golden signals dashboard for your checkout service; the Skill discovers your OTel datasets, runs RED metric queries, places SLOs and latency heatmaps on the grid, and creates the board after your approval. ## Quick Start Ask the assistant to create a Honeycomb board for your service, for example: "Build a dashboard in Honeycomb showing the health of my checkout service."

Frequently Asked Questions about create-honeycomb-board

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a dashboard in Honeycomb?▼

Use the create_board MCP tool with a panels array of query, SLO, and text panels. First run candidate queries with run_query to get query run IDs, plan the layout on the 12-column grid, then create the board after reviewing the full plan.

What queries should a service health dashboard include?▼

Cover RED metrics: request rate with COUNT, error rate as a stat panel and trend line, and duration with a HEATMAP of duration_ms plus a P95 stat. Add business metrics like SUM of revenue or COUNT_DISTINCT of users when custom fields exist.

Can I update a Honeycomb board after creating it?▼

No, there is no update tool for Honeycomb boards; the only fix is to delete and recreate. That is why the workflow requires showing the complete proposed board, including text panel content and query links, for approval before creation.

Why does Honeycomb reject duplicate queries on a board?▼

Honeycomb does not allow the same query twice on one board. To show identical data in two formats, such as a stat and a line chart, add a trivially-true filter like "service.name exists" to one query so they are technically different.

How do preset filters work on Honeycomb boards?▼

Preset filters add interactive dropdown controls so viewers can filter all board graphs by a column value, such as http.route or app.region, without editing queries. A board supports a maximum of five preset filters.