Skip to content

Instantly share code, notes, and snippets.

View jessitron's full-sized avatar
🚀
"I'm in"

Jessica Kerr jessitron

🚀
"I'm in"
View GitHub Profile
@jessitron
jessitron / SKILL.md
Created February 21, 2026 01:08
agent skill to create a honeycomb board

name: create-honeycomb-board description: > Design and then create a board (dashboard) in Honeycomb with queries and SLOs. Use when asked to "create a board", "make a board", "build a dashboard", "create a Honeycomb board", "make a dashboard in Honeycomb", "set up a board", or any request to design and create or build a Honeycomb board or dashboard. allowed_tools:

  • mcp__honeycomb__create_board
  • mcp__honeycomb__run_query
#!/usr/bin/env bash
# Send a single dummy event to a Honeycomb dataset with all the fields
# needed for Honeycomb to recognize it as a tracing dataset.
#
# Usage:
# HONEYCOMB_API_KEY=... ./scripts/make-tracing-dataset.sh <dataset-name>
#
# The event uses obviously-fake values so it won't pollute real traces.
set -euo pipefail