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.
npx agentmods add skills/aimeerrhythm/enterprise-change-workflow/domain-collabnpx skills add Aimeerrhythm/enterprise-change-workflow --skill domain-collabgit clone --depth 1 https://github.com/Aimeerrhythm/enterprise-change-workflowWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00048 | $0.01912 |
| Opus 5 | $0.00024 | $0.00956 |
| Sonnet 5 | $0.00010 | $0.00382 |
| Haiku 4.5 | $0.00005 | $0.00191 |
Grade A, and why
domain-collab 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Domain Collab — Multi-Domain Collaboration Analysis
Accepts natural language requirements spanning 2+ domains, dispatches domain-specific Agents in parallel for analysis, and outputs a structured report after Coordinator cross-validation.
Output language: Read ecw.yml → project.output_language. All artifact headings, table headers, and labels follow this language. Pass output_language value to every dispatched agent prompt.
Announce at start: "Using ecw:domain-collab to coordinate multi-domain requirement analysis."
Prerequisites
- Read the file specified by ecw.yml
paths.domain_registry(default.claude/ecw/routing/domain-registry.md) to get domain definitions - Confirm
cross-domain-rules.mdexists under ecw.ymlpaths.knowledge_shared - Risk level and domain list are injected from session-state by the auto-continue hook
Knowledge file robustness: If
domain-registry.mddoes not exist, halt and notify user: "Domain registry not found. Run/ecw-initto initialize." Ifcross-domain-rules.mddoes not exist, log[Warning: cross-domain-rules.md not found, Round 3 cross-validation will be degraded]and continue — Round 3 §3c will skip rule validation for missing files.
Workflow Overview
For a visual overview of the process, see ./workflow-diagram.md.
Phases: Domain Identification → Round 1 (Independent Analysis, parallel) → Round 2 (Inter-Domain Negotiation, parallel) → Round 3 (Coordinator Cross-Validation) → Output Report.
Phase 1: Domain Identification
- Read keywords from project CLAUDE.md domain routing section (keyword→domain mapping table), match against user input, identify involved domains
- Read matched domain metadata from domain-registry (knowledge directory, code directory, etc.)
- Determine applicability:
- 0 domains matched → Prompt user: "Cannot identify involved business domains. Please add more description or specify domain names"
- 1 domain matched → Prompt: "Single-domain requirement — suggest using
/requirements-elicitation. This skill focuses on multi-domain collaboration analysis" - 2+ domains matched → Proceed with collaboration analysis
- If called by risk-classifier with domain list already provided, skip confirmation and execute directly.
- If manually triggered (
/domain-collab), confirm with user: "Identified domains: {domain list}. Will proceed with multi-domain collaboration analysis."
What ships with it
6 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.
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.
- yesterday First seen · 120 lines · 48 tokens per session scan A 0bf61112923f
domain-collab is a skill published in the GitHub repository Aimeerrhythm/enterprise-change-workflow (1 stars, last pushed 3mo ago), licensed MIT. It adds 48 tokens to every session and 1,912 once invoked, about $0.0002 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.
Other skills, from other repositories
zephyr
Zephyr - A Python REST API client for PTC Windchill PLM. Query parts, documents, change requests, suppliers, BOMs, CAD documents, workflows, and more. Supports OAuth 2.0 and Basic authentication.
clinpgx-database
Access ClinPGx pharmacogenomics data (successor to PharmGKB). Query gene-drug interactions, CPIC guidelines, allele functions, for precision medicine and genotype-guided dosing decisions.
embedding-strategies
Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains.
datavis
Comprehensive data visualization toolkit for creating beautiful, mathematically elegant visualizations with D3.js, Chart.js, and custom SVG. Use when (1) building interactive data visualizations, (2) designing color palettes for charts, (3) choosing scales and visual encodings, (4) creating data pipelines from…
docx-comment-reply
Reply to comments (批注) in Word .docx/.doc files: extract comment context, draft replies, write threaded replies back, and validate OOXML.
vibe-research
Deep research and market validation for app ideas. Use when starting a new project, validating an idea, or when the user says "research my idea", "validate my app", or "help me start a new project".