domain-registry

Detect business domains from source code and generate domain-registry.json.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/vndkubi/bootstrap-toolkits --skill domain-registry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domain-registry
Source: https://github.com/vndkubi/bootstrap-toolkits/tree/main/.github/skills/domain-registry
Command: npx skills add https://github.com/vndkubi/bootstrap-toolkits --skill domain-registry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Auto-detect and register business domains from source code analysis, reducing manual mapping overhead and enabling domain-driven project bootstrap.

Core Features & Use Cases

  • Auto-detect domain boundaries by analyzing modules, entities, and services across Java, .NET, Python, and TypeScript stacks.
  • Generate domain-registry.json and domain-scoped .instructions.md files to drive domain-aware tooling.
  • Update copilot-instructions.md with a domain map to improve cross-domain guidance and governance.

Quick Start

Run the domain-registry workflow on your codebase to auto-detect domains, generate domain-registry.json, and create domain-scoped instruction files.

Frequently Asked Questions about domain-registry

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I auto-detect business domains from source code?

Auto-detect business domains from source code by running the domain-registry workflow, which analyzes modules, entities, services, and dependencies to extract domain boundaries and generate a structured domain map.

What is the best way to generate a domain map for an enterprise codebase?

Generate a domain map for an enterprise codebase by analyzing source code across Java, .NET, Python, and TypeScript, producing domain-registry.json and domain-scoped .instructions.md files to drive domain-aware tooling.

Does domain detection work with Java, .NET, Python, and TypeScript stacks?

Yes, domain detection works across Java, .NET, Python, and TypeScript stacks, extracting business domains by analyzing modules, entities, services, and dependencies within these specific language environments.

When do I need automated domain registry generation?

You need automated domain registry generation for enterprise codebases with 5+ business domains or 10+ modules, reducing manual mapping overhead and enabling domain-driven project bootstrap.

How do I update copilot-instructions.md with a domain index?

Update copilot-instructions.md with a domain index automatically by running the domain-registry workflow, which improves cross-domain guidance and governance after extracting domains from your source code.

What is a domain-registry.json file used for in code analysis?

A domain-registry.json file represents the auto-detected business domains extracted from source code analysis, serving as a structured registry to drive domain-aware tooling and cross-domain governance.