domain-creation

domain-creation is a skill for Claude Code from honeydew-ai/honeydew-ai-coding-agents-plugins. It costs 59 tokens per session (2,388 once invoked), scanned A, original, Apache-2.0.

A guide for creating Honeydew domains, which are governed views of a data model for a team or use case. A domain controls which entities are visible and can apply required filters to queries.

In plain words
What is it for?
Use it to create, extend, configure, and remove domains, including their visible entities, fields, filters, source filters, and parent-domain relationships.
Why use it?
It helps keep analyses focused and applies access or business rules consistently. Domains can also inherit settings from parent domains to form reusable layers of context.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the honeydew-ai plugin — 13 skills, 1 hook, 1 MCP server shipped together

Good fit Use it to create, extend, configure, and remove domains, including their visible entities, fields, filters, source filters, and parent-domain relationships.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/honeydew-ai/honeydew-ai-coding-agents-plugins/domain-creation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add honeydew-ai/honeydew-ai-coding-agents-plugins --skill domain-creation
Clone the repo
git clone --depth 1 https://github.com/honeydew-ai/honeydew-ai-coding-agents-plugins

Made for: Claude Code.

Or install honeydew-ai, the plugin that ships this one along with the rest of its 13 skills, 1 hook, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for domain-creation

README.md
[![agentmods](https://agentmods.dev/badge/skills/honeydew-ai/honeydew-ai-coding-agents-plugins/domain-creation/github.svg)](https://agentmods.dev/skills/honeydew-ai/honeydew-ai-coding-agents-plugins/domain-creation)
Your own site
<a href="https://agentmods.dev/skills/honeydew-ai/honeydew-ai-coding-agents-plugins/domain-creation"><img src="https://agentmods.dev/badge/skills/honeydew-ai/honeydew-ai-coding-agents-plugins/domain-creation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for domain-creation

Your own site · 80×15
<a href="https://agentmods.dev/skills/honeydew-ai/honeydew-ai-coding-agents-plugins/domain-creation"><img src="https://agentmods.dev/badge/skills/honeydew-ai/honeydew-ai-coding-agents-plugins/domain-creation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,388 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00059 $0.02388
Opus 5 $0.00030 $0.01194
Sonnet 5 $0.00012 $0.00478
Haiku 4.5 $0.00006 $0.00239

Measured 12d ago against content hash a82b8b32d56e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

domain-creation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/domain-creation/SKILL.md · 204 lines

How it starts

The opening of the file, as written. The whole thing — 204 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Prerequisites

Before creating domains, ensure you are on the correct workspace and branch. Use get_session_workspace_and_branch to check the current session context. For development work, create a branch with create_workspace_branch (the session switches automatically). See the workspace-branch skill for the full workspace/branch tool reference.


Overview

A Honeydew domain is a lightweight governance object that defines a scoped business context over the semantic model.

Domains control:

  • Which entities are visible (and optionally which fields within them via field selectors)
  • Semantic filters (filters) — applied to every query in the domain, for governance and access control
  • Source filters (source_filters) — applied early at the source level, for performance optimization

Domains are the primary mechanism for creating focused, governed views of the model for specific teams, use cases, or analysis contexts.

Domains can also extend one or more parent domains (extends), inheriting and building on their configuration. This lets you compose reusable base domains into specialized, team- or use-case-specific views. See Domain Hierarchy below.

This skill focuses on domain creation and management. Use entity-creation to create entities and attribute-creation / metric-creation to add fields before scoping them into a domain. To expose a domain for AI analysis, create an agent referencing it using create_agent (MCP agent tools) or the Honeydew Studio agent builder.


Creation Method

create_object with YAML

Domains are created using create_object with domain YAML. There is no specialized create_domain tool.

Parameters:

  • yaml_text — YAML defining the domain

Required permission: Editor or higher.

Update: update_object

  1. Use search_model (with search_mode: EXACT) to find the domain's object_key.
  2. Call update_object with the full updated YAML (yaml_text) and the object_key.

Read the full file on GitHub · 204 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 204 lines · 59 tokens per session scan A a82b8b32d56e

Subscribe to this mod's changes

domain-creation is a skill published in the GitHub repository honeydew-ai/honeydew-ai-coding-agents-plugins (39 stars, last pushed 13d ago), licensed Apache-2.0. It adds 59 tokens to every session and 2,388 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

spark-environment-setup

Set up a working ML training/inference environment on NVIDIA DGX Spark (GB10, aarch64, CUDA 13). Use when installing PyTorch/Unsloth/TRL/vLLM on DGX Spark, hitting libcudart or wheel-ABI errors on aarch64, or choosing between NGC containers and bare pip installs.

wshobson/agents · 76 tokens

spark-training-gotchas

Preflight and diagnose the ten known failure modes for ML training on NVIDIA DGX Spark. Use when a training run on DGX Spark fails to start, OOMs below the 128GB limit, slows down mid-run, or before any multi-hour training job on GB10.

wshobson/agents · 63 tokens

9router-embeddings

Generate vector embeddings via 9Router /v1/embeddings using OpenAI / Gemini / Mistral / Voyage / Nvidia / GitHub embedding models for RAG, semantic search, similarity. Use when the user wants embeddings, vectors, RAG, semantic search, or to embed text.

decolua/9router · 66 tokens

9router-stt

Speech-to-text via 9Router /v1/audio/transcriptions using OpenAI Whisper / Groq / Gemini / Deepgram / AssemblyAI / NVIDIA / HuggingFace models. Use when the user wants to transcribe audio, convert speech to text, or get subtitles from audio files.

decolua/9router · 63 tokens

9router

Entry point for 9Router — local/remote AI gateway with OpenAI-compatible REST for chat, image, TTS, embeddings, web search, web fetch. Use when the user mentions 9Router, NINEROUTERURL, or wants AI without writing provider boilerplate. This skill covers setup + indexes capability skills; fetch the relevant capability…

decolua/9router · 84 tokens

sigma_ingest

Extract durable ktx wiki knowledge from staged Sigma data model specs and workbook summaries. Load for WorkUnits with unitKey sigma-data-models or sigma-workbooks.

Kaelio/ktx · 36 tokens