domain-builder

Generate a domain folder structure with DOMAIN.md and starter directories.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/skaile-ai/ai-assets --skill domain-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domain-builder
Source: https://github.com/skaile-ai/ai-assets/tree/main/ai-asset-management/skills/domain-builder
Command: npx skills add https://github.com/skaile-ai/ai-assets --skill domain-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams bootstrap a new skill domain with a standardized folder structure, domain manifest, and a scaffold contract, reducing setup time and ensuring consistency across domains.

Core Features & Use Cases

  • Generates a complete domain skeleton including DOMAIN.md, contracts/<domain-name>-contract/CONTRACT.md, and starter subfolders for docs, skills, agents, prompts, and tools.
  • Provides a ready-to-edit scaffold for new domains to accelerate formation and governance.
  • Supports consistent conventions across teams and domains, enabling faster onboarding and collaboration.

Quick Start

Run the domain scaffold script with your domain name and a brief description to generate the full domain skeleton in the repository.

Frequently Asked Questions about domain-builder

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

FAQPage Schema
How do I scaffold a new project domain with a standardized folder structure?

Domain scaffolding generates a complete domain skeleton from a domain name, creating a DOMAIN.md manifest, placeholder contracts, and starter directories. This ensures consistent domain management and governance across teams, accelerating project onboarding.

What files and directories are included when I scaffold a domain skeleton?

Scaffolding a domain skeleton creates DOMAIN.md, a contracts directory with a CONTRACT.md file, and starter subfolders for docs, skills, agents, prompts, and tools. It also applies frontmatter templates to provide a ready-to-edit structure for your domain.

Can I use this to generate domain manifests and contracts for existing team projects?

Yes, you can generate domain manifests and contracts for team projects. The scaffolding script applies consistent conventions across domains, creating a standardized structure that supports faster onboarding and collaboration within the ecosystem.

What is the best way to bootstrap a new skill domain for consistent team governance?

The best way to bootstrap a new skill domain is using an automated scaffolding script that outputs a standardized directory layout and manifest. This enforces consistent conventions across teams, reducing manual setup time and ensuring governance from the start.

Do I need any dependencies installed to run the domain scaffold script?

No dependencies are required to run the domain scaffold script. The skill operates independently to generate the complete domain skeleton, including frontmatter templates and placeholder contracts, ready for immediate editing in your repository.