agent-crm: Skill for Claude Code

.agents/skills/build-custom-domain-package/SKILL.md

build-custom-domain-package is a skill for Claude Code from khaoss85/agent-crm. It costs 102 tokens per session (2,714 once invoked), scanned A, original, MIT.

A skill for creating or extending a domain package in an Accordo repository. A domain package is a self-contained group of software resources, actions, rules, capabilities, and data definitions.

In plain words
What is it for?
Use it to add a custom package, define its dependencies and capabilities, register it, validate its contract, and report problems or limits before building on it.
Why use it?
It helps add a new package within the repository's required boundaries and checks the package against the project's inspection and validation rules.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: installed under .agents/ (shared by several agents).

This is khaoss85/agent-crm's own configuration. It tells Claude Code how to work on agent-crm itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything agent-crm configures →

Part of the accordo plugin — 12 skills, 1 MCP server shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to khaoss85/agent-crm. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/khaoss85/agent-crm/main/.agents/skills/build-custom-domain-package/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/khaoss85/agent-crm

Made for: Claude Code.

Or install accordo, the plugin that ships this one along with the rest of its 12 skills, 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 build-custom-domain-package

README.md
[![agentmods](https://agentmods.dev/badge/skills/khaoss85/agent-crm/build-custom-domain-package/github.svg)](https://agentmods.dev/skills/khaoss85/agent-crm/build-custom-domain-package)
Your own site
<a href="https://agentmods.dev/skills/khaoss85/agent-crm/build-custom-domain-package"><img src="https://agentmods.dev/badge/skills/khaoss85/agent-crm/build-custom-domain-package/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 build-custom-domain-package

Your own site · 80×15
<a href="https://agentmods.dev/skills/khaoss85/agent-crm/build-custom-domain-package"><img src="https://agentmods.dev/badge/skills/khaoss85/agent-crm/build-custom-domain-package.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,714 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.
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.00102 $0.02714
Opus 5 $0.00051 $0.01357
Sonnet 5 $0.00020 $0.00543
Haiku 4.5 $0.00010 $0.00271

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

Security

Grade A, and why

build-custom-domain-package 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.

.agents/skills/build-custom-domain-package/SKILL.md · 96 lines

How it starts

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

Orient yourself first

npm run crm -- app inspect --json

Read valid, then problems[], then limitations[], in that order. Every problem is fixed or reported before anything is built on top of it, and every limitation is a hard boundary on what you may claim. Then read packages[], capabilities[], resources[], actions[], policies[] and providers[]: that list is what exists. A capability absent from the report does not exist, whatever a record name, a label or a document suggests.

If the repository documents this skill names are absent, you are in a project built from this framework rather than in the framework itself. The inspection report is then the source of truth and those documents are optional background — do not guess at their contents, and do not assume a path exists because this skill names it.

The package contract itself is enforced by a command, not by a document: npm run crm -- package validate <dir> runs the same validator startup runs, and its problems are the authority on whether a package is well-formed.

Background, where they exist: docs/PACKAGE_AUTHORING.md and DECISIONS.md (ADR-018 and its addenda). The reference packages, where the project carries them, are examples/custom-packages/partner-scorecard (smallest, customer-authored), packages/delivery (depends on another package) and packages/contracts (offers a capability). They are the deeper source for the rules below, not a prerequisite for them — the rules stand on their own.

Decide whether it is a package at all

  1. One object with fields and CRUD → module factory, not a package. One lifecycle step on an existing record → an action. One versioned rule → a policy. Say so and do that instead; a package for a single object is overhead with no boundary.
  2. A package is justified only when it owns several related resources, invariants across them, the actions that enforce those invariants, its own evidence records, and a real install/remove boundary.
  3. Never create a package to hold shared helpers or to work around a kernel limitation.

Read the full file on GitHub · 96 lines

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 · 96 lines · 102 tokens per session scan A 5b0b838af15b

Subscribe to this mod's changes

build-custom-domain-package is a skill published in the GitHub repository khaoss85/agent-crm (2 stars, last pushed today), licensed MIT. It adds 102 tokens to every session and 2,714 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

deepstream-sop

Use this skill when building, deploying, evaluating, debugging, or measuring latency for the DeepStream SOP Inference Microservice — a GPU-accelerated FastAPI service that detects whether operators perform assembly-line steps in order via event boundary detection (GEBD) plus VLM classification. Trigger even if the…

NVIDIA/skills · 219 tokens

nemo-fabric-integrate

Use this skill when integrating NVIDIA NeMo Fabric into a consumer application, service, evaluation harness, or platform through the typed Python SDK — translating the consumer's own application, job, or deployment config into an in-memory FabricConfig, choosing the single-invocation convenience API or an explicitly…

NVIDIA/skills · 83 tokens

earth2studio-create-datasource

Create and validate Earth2Studio data source wrappers (DataSource, ForecastSource, DataFrameSource, ForecastFrameSource) from remote stores. Do NOT use for fetching data with existing sources, model inference, or installation tasks.

NVIDIA/skills · 53 tokens

nemo-fabric-build-adapter

Build, migrate, review, and maintain third-party NVIDIA NeMo Fabric adapters against the public adapter contract. Use when creating adapter or target descriptors, mapping AgentConfig into an agent harness or custom-agent runtime, implementing start/invoke/stop, declaring schemas and capabilities, packaging discovery…

NVIDIA/skills · 87 tokens

cuopt-server-api-python

This skill covers starting the server and client examples (curl, Python). Server has no separate C API (clients can be any language).

NVIDIA/skills · 34 tokens

dynamo-recipe-runner

Select, validate, patch, and deploy existing NVIDIA Dynamo Kubernetes recipes. Use for model/backend/GPU/deployment-mode recipe bring-up; use router-starter for router-only mode work and troubleshoot for broken deployments.

NVIDIA/skills · 49 tokens