🧩
AutomationJavaScript

Adding A Domain

by sparklabx

Adding A Domain is an Automation skill for Claude Code, published by sparklabx in drawio-ai-kit.

633 stars111 forkson sparklabx/drawio-ai-kitAdded 2026/08/24Repository updated 2026/08/11
agent-skillsai-agentsarchitecture-diagramsawsazurebpmnclaude-codeclidatabricksdiagramsdrawiogcp
Install in seconds
Install Adding A Domain
Copy Adding A Domain into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/sparklabx/drawio-ai-kit/tree/main/docs ~/.claude/skills/docs

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/sparklabx/drawio-ai-kit.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
docs/adding-a-domain-skill.md in sparklabx/drawio-ai-kit
Installs to
~/.claude/skills/docs
Collection
One of 6 skills cataloged from this repository
Category
Automation1523 skills

What Adding A Domain does

Adding A Domain helps you create a new Draw.io domain skill by adding rule files, wiring the CLI mode, and creating the skill folder. Use it when extending the kit for a new diagram domain like AWS, Azure, GCP, Databricks, or BPMN.

Adding A Domain is cataloged under Automation on DirSkills. Adding A Domain comes from a repository tagged agent-skills, ai-agents, architecture-diagrams, aws and azure.

Documentation

README

Adding a Domain Skill

A Domain Skill is a sharp trigger that hands an AI the right rules for one diagram domain (AWS, Azure, GCP, Databricks, BPMN). Domain knowledge stays in the Kit behind the CLI; the skill is a pointer to the Shared Workflow. This keeps each skill thin and the Kit single-sourced.

Three moves, in order:

Move 1 — Add the rule file

Create rules/<domain>-architecture.md with the domain's hierarchy and shape rules.

Follow the pattern of any existing rule file: rules/aws-architecture.md, azure-architecture.md, gcp-architecture.md, databricks-architecture.md, or bpmn.md.

Content: layer ordering, parent-child constraints, forbidden connectors, icon naming conventions — whatever makes a correct diagram for that domain.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Adding A Domain

  • What else does sparklabx publish alongside Adding A Domain?

    Adding A Domain is one of 6 skills that DirSkills catalogs from sparklabx/drawio-ai-kit, the repository it ships in. Its siblings there include Draw.io AWS, Draw.io Azure and Draw.io BPMN. Each one is a separate skill with its own page in this directory, installs the same way Adding A Domain does, and is maintained by sparklabx in that same repository. The rest of the collection is listed on the sparklabx/drawio-ai-kit page.

  • How does Adding A Domain compare to other Automation skills?

    Adding A Domain ranks #1160 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Adding A Domain against them. Open each page to compare what they document and how they install.