Agent skill · Data & Analytics

domain-modeler

Extract domain model from user journeys/requirements. Reads user stories or journey docs, identifies business entities, relationships, attributes, and constraints, then produces structured data model documentation. Use when starting a new project, onboarding a new domain, or when user-journeys change significantly. Triggers: 'domain modeling', 'extract entities', 'data model from requirements', 'business abstraction', 'design data model', or when user-journeys.md is created/modified.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill domain-modeler --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/analysis/domain-modeler/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Domain Modeler Structured workflow for extracting a technology-agnostic domain model from user journeys and requirements documentation. Produces data model docs that serve as the single source of truth for both database schema and API design. > **Design Philosophy:** Domain-model-first. The domain model is derived from business requirements and is technology-agnostic. Both the database schema (SQLAlchemy models) and API contract (OpenAPI spec) are downstream consumers of this model — neither is the "source of truth." ## When to Use - **New project:** After writing user journeys, before any technical design - **Major requirements change:** When user journeys are significantly modified - **New bounded context:** When a new business domain is added to an existing project ## Inputs | Input | Required | Description | |-------|----------|-------------| | User journeys / stories | **Yes** | The primary requirements doc (e.g., `docs/user-journeys.md`) | | Existing specs | Optional | Any constraints, business rules, or technical requirements already documented | | Domain expert feedback | Optional | Clarifications from stakeholders on ambiguous business logic | ## Outputs | Output | Purpo

What's inside
Steps it walks through
  1. When to Use
  2. Inputs
  3. Outputs
  4. Workflow
  5. Step 1: Extract Business Entities
  6. Step 2: Identify Relationships
  7. Step 3: Define Attributes
  8. Step 4: Define Constraints and Business Rules
  9. Step 5: Define CRUD Operations
  10. Step 6: Review and Validate
  11. Adapting for Different Projects
  12. Anti-Patterns
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the domain-modeler skill do?

Extract domain model from user journeys/requirements. Reads user stories or journey docs, identifies business entities, relationships, attributes, and constraints, then produces structured data model documentation. Use when starting a new project, onboarding a new domain, or when user-journeys change significantly. Triggers: 'domain modeling', 'extract entities', 'data model from requirements', 'business abstraction', 'design data model', or when user-journeys.md is created/modified.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill domain-modeler --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going