Honeydew AI plugins for coding agents - skills and tools powered by the Honeydew AI MCP
npx claudepluginhub honeydew-ai/honeydew-ai-coding-agents-pluginsSkills and tools powered by the Honeydew MCP that help coding agents query data and build semantic models
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
No description available.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Skills and tools powered by the Honeydew MCP that help coding agents build semantic models and analyze data through natural conversation.
Add this marketplace to Claude Code:
/plugin marketplace add honeydew-ai/honeydew-ai-claude-plugins
Then install the plugins you need:
/plugin install semantic-modeling-tools@honeydew-ai
/plugin install data-analysis-tools@honeydew-ai
For coding agents that support MCP, configure the Honeydew MCP server and use the skill files in this repository as prompts or instructions. The skills are written as agent-agnostic markdown documentation that any coding agent can consume.
Tools for building and managing your Honeydew semantic layer. Includes 6 skills:
| Skill | Description |
|---|---|
| model-exploration | Explore the semantic model — list entities, search fields, inspect relationships, and discover warehouse tables |
| entity-creation | Create entities — the foundational business concepts built from data warehouse tables |
| relation-creation | Define relationships between entities with join types, cardinality, and complex join conditions |
| attribute-creation | Create calculated attributes (dimensions) — per-row virtual columns defined with SQL expressions |
| metric-creation | Create metrics (KPIs) — reusable aggregations like totals, averages, ratios, and growth rates |
| validation | Mandatory post-creation validation — type-specific sanity checks, cross-validation, and error handling |
Tools for querying and analyzing data through the Honeydew semantic layer. Includes 2 skills:
| Skill | Description |
|---|---|
| query | Query data using structured YAML perspectives, natural language questions, or multi-step deep analysis |
| filtering | Advanced filtering syntax — comparisons, string matching, date handling, nulls, and full-text search |
Apache 2.0 — see LICENSE for details.