honeycombio/agent-skill

official honeycomb skills repository

22

stars

69

commits

Python

primary language

Aug 27, 2026

updated

README

Honeycomb Agent Skill

Honeycomb observability skills for AI coding agents. Adds query patterns, production investigation workflows, SLOs & triggers, OpenTelemetry instrumentation, and Beeline migration guidance. Designed to complement the Honeycomb MCP server.

What's included

  • 9 skills — observability fundamentals, query patterns, metrics queries, production investigation, SLOs & triggers, OpenTelemetry instrumentation, OpenTelemetry migration, Beeline migration, board creation
  • 2 agentshoneycomb-investigator for autonomous multi-step production debugging, instrumentation-advisor for codebase-to-Honeycomb gap analysis (Claude Code and Cursor)
  • 1 command/honeycomb-setup for interactive MCP server configuration (Claude Code and Cursor)

Supported Tools

Full Plugin Install:

ToolInstall
Claude Codeclaude plugin marketplace add honeycombio/agent-skill then claude plugin install honeycomb
OpenAI Codexcodex plugin marketplace add honeycombio/agent-skill then install Honeycomb from the plugin directory
CursorInstall from cursor.directory — or Team Marketplace import (setup)
Augment (Auggie CLI)auggie plugin marketplace add honeycombio/agent-skill then auggie plugin install honeycomb
GitHub Copilot CLIcopilot plugin install honeycombio/agent-skill:honeycomb

Skills + MCP (manual setup):

ToolSkills DirectoryMCP Config
VS Code Copilot.github/skills/.vscode/mcp.json
OpenAI Codex CLIhoneycomb/skills/~/.codex/config.toml
ClineRules systemcline_mcp_settings.json

MCP Server Only: Windsurf, Amazon Q Developer, Continue, and Copilot Coding Agent can connect the Honeycomb MCP server directly. See Honeycomb Docs: MCP Configuration for setup instructions.

For detailed setup instructions for each tool, see Honeycomb Docs: Agent Skills Setup.

Install

Claude Code

Marketplace (preferred)

claude plugin marketplace add honeycombio/agent-skill
claude plugin install honeycomb

Local development

claude plugin add ./honeycomb

Requires the Honeycomb MCP server to be configured (the /honeycomb-setup command can help).

Cursor

Honeycomb is a Cursor plugin (skills, agents, the /honeycomb-setup command, hooks, and the MCP server). Install it from the Cursor plugin directory:

cursor.directory/plugins/honeycomb

Open the listing and use its Install action. The plugin's MCP server config is shown for review before it's passed to Cursor — confirm it, then reload.

Distributing to a team

On Teams/Enterprise plans you can import this repo as a private Team Marketplace: Cursor dashboard → Settings > Plugins > Team Marketplaces > Import, then paste https://github.com/honeycombio/agent-skill and grant team access. See Cursor: Plugins for team marketplace setup.

For a manual / local install (e.g. plugin development), see honeycomb/.cursor-plugin/INSTALL.md.

OpenAI Codex

codex plugin marketplace add honeycombio/agent-skill

After adding the marketplace, restart Codex, open the plugin directory, select Honeycomb Plugins, and install Honeycomb.

Augment (Auggie CLI)

auggie plugin marketplace add honeycombio/agent-skill
auggie plugin install honeycomb

GitHub Copilot CLI

copilot plugin install honeycombio/agent-skill:honeycomb

Tests

python -m venv .venv && source .venv/bin/activate
make install
make test

Structural tests validate plugin layout, frontmatter, and hook behavior — no API keys needed.

Versioning

This plugin uses semantic versioning. Tags follow the format v{major}.{minor}.{patch}. Marketplace users can pin to a specific version via git ref.

Contributors

austinlparker

32 commits

evanderkoogh

18 commits

VinozzZ

12 commits

jessitron

5 commits

honeycombio/agent-skill

official honeycomb skills repository

22

stars

69

commits

Python

primary language

Aug 27, 2026

updated

README

Honeycomb Agent Skill

Honeycomb observability skills for AI coding agents. Adds query patterns, production investigation workflows, SLOs & triggers, OpenTelemetry instrumentation, and Beeline migration guidance. Designed to complement the Honeycomb MCP server.

What's included

  • 9 skills — observability fundamentals, query patterns, metrics queries, production investigation, SLOs & triggers, OpenTelemetry instrumentation, OpenTelemetry migration, Beeline migration, board creation
  • 2 agentshoneycomb-investigator for autonomous multi-step production debugging, instrumentation-advisor for codebase-to-Honeycomb gap analysis (Claude Code and Cursor)
  • 1 command/honeycomb-setup for interactive MCP server configuration (Claude Code and Cursor)

Supported Tools

Full Plugin Install:

ToolInstall
Claude Codeclaude plugin marketplace add honeycombio/agent-skill then claude plugin install honeycomb
OpenAI Codexcodex plugin marketplace add honeycombio/agent-skill then install Honeycomb from the plugin directory
CursorInstall from cursor.directory — or Team Marketplace import (setup)
Augment (Auggie CLI)auggie plugin marketplace add honeycombio/agent-skill then auggie plugin install honeycomb
GitHub Copilot CLIcopilot plugin install honeycombio/agent-skill:honeycomb

Skills + MCP (manual setup):

ToolSkills DirectoryMCP Config
VS Code Copilot.github/skills/.vscode/mcp.json
OpenAI Codex CLIhoneycomb/skills/~/.codex/config.toml
ClineRules systemcline_mcp_settings.json

MCP Server Only: Windsurf, Amazon Q Developer, Continue, and Copilot Coding Agent can connect the Honeycomb MCP server directly. See Honeycomb Docs: MCP Configuration for setup instructions.

For detailed setup instructions for each tool, see Honeycomb Docs: Agent Skills Setup.

Install

Claude Code

Marketplace (preferred)

claude plugin marketplace add honeycombio/agent-skill
claude plugin install honeycomb

Local development

claude plugin add ./honeycomb

Requires the Honeycomb MCP server to be configured (the /honeycomb-setup command can help).

Cursor

Honeycomb is a Cursor plugin (skills, agents, the /honeycomb-setup command, hooks, and the MCP server). Install it from the Cursor plugin directory:

cursor.directory/plugins/honeycomb

Open the listing and use its Install action. The plugin's MCP server config is shown for review before it's passed to Cursor — confirm it, then reload.

Distributing to a team

On Teams/Enterprise plans you can import this repo as a private Team Marketplace: Cursor dashboard → Settings > Plugins > Team Marketplaces > Import, then paste https://github.com/honeycombio/agent-skill and grant team access. See Cursor: Plugins for team marketplace setup.

For a manual / local install (e.g. plugin development), see honeycomb/.cursor-plugin/INSTALL.md.

OpenAI Codex

codex plugin marketplace add honeycombio/agent-skill

After adding the marketplace, restart Codex, open the plugin directory, select Honeycomb Plugins, and install Honeycomb.

Augment (Auggie CLI)

auggie plugin marketplace add honeycombio/agent-skill
auggie plugin install honeycomb

GitHub Copilot CLI

copilot plugin install honeycombio/agent-skill:honeycomb

Tests

python -m venv .venv && source .venv/bin/activate
make install
make test

Structural tests validate plugin layout, frontmatter, and hook behavior — no API keys needed.

Versioning

This plugin uses semantic versioning. Tags follow the format v{major}.{minor}.{patch}. Marketplace users can pin to a specific version via git ref.

Contributors

austinlparker

32 commits

evanderkoogh

18 commits

VinozzZ

12 commits

jessitron

5 commits

Languages

Python

83.9%

Shell

12.2%

JavaScript

3.1%