project-domain

Domain vocabulary and entity relationships for {project}. Ensures consistent terminology and model understanding.

25 stars

Best use case

project-domain is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Domain vocabulary and entity relationships for {project}. Ensures consistent terminology and model understanding.

Teams using project-domain should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/project-domain/SKILL.md --create-dirs "https://raw.githubusercontent.com/ComeOnOliver/skillshub/main/skills/aiskillstore/marketplace/consiliency/project-domain/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/project-domain/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How project-domain Compares

Feature / Agentproject-domainStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Domain vocabulary and entity relationships for {project}. Ensures consistent terminology and model understanding.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

<!-- Generated by ai-dev-kit:recommend-skills on {date} -->
<!-- This skill can be safely deleted if no longer needed -->

# {project} Domain Vocabulary

Domain model understanding and vocabulary patterns for this project.

## Variables

| Variable | Default | Description |
|----------|---------|-------------|
| ENFORCE_TERMINOLOGY | true | Flag inconsistent term usage |
| RELATIONSHIP_DEPTH | 2 | Levels of entity relationships to trace |

## Instructions

1. Load domain entities from models
2. Understand entity relationships
3. Use consistent terminology
4. Validate against domain rules

## Red Flags - STOP and Reconsider

If you're about to:
- Use synonyms inconsistently (e.g., "user" vs "account" interchangeably)
- Create a model field that duplicates existing concepts
- Ignore relationship constraints

**STOP** -> Check glossary -> Verify relationships -> Then proceed

## Domain Glossary

### Core Entities

| Term | Definition | Model Location |
|------|------------|----------------|
| [TODO] | [TODO] | [TODO] |

### Entity Relationships

```
[TODO: Add entity relationship diagram or description]

Example:
User 1-* Orders
Order *-1 Product
Product *-* Category
```

## Terminology Rules

### Naming Conventions

| Concept | Correct Term | Avoid |
|---------|-------------|-------|
| [TODO] | [TODO] | [TODO] |

### Status Fields

| Entity | Valid Statuses | Transitions |
|--------|---------------|-------------|
| [TODO] | [TODO] | [TODO] |

## Model Locations

Key models and their locations:

| Entity | Python Model | TypeScript Type | BAML Type |
|--------|-------------|-----------------|-----------|
| [TODO] | [TODO] | [TODO] | [TODO] |

## Validation Rules

Business rules enforced at the domain level:

1. [TODO: Add domain validation rules]

## Integration

This skill integrates with:
- ORM models in `src/models/`
- BAML types in `baml_src/`
- API schemas
- Frontend types

## Customization

Edit this file to add:
- New entity definitions
- Relationship changes
- Terminology rules
- Validation constraints

Related Skills

defold-project-setup

25
from ComeOnOliver/skillshub

Downloads Defold project dependencies into .deps/ folder. Also provides recommended game.project settings. Use FIRST before any other task when .deps/ folder is missing or empty, or after editing dependency URLs in game.project. Also use when creating a new project, configuring game.project, or asking about recommended project settings.

defold-project-build

25
from ComeOnOliver/skillshub

Builds the project using the running Defold editor, returns build errors, and launches the game if build succeeds.

persona-project-manager

25
from ComeOnOliver/skillshub

Coordinate projects — track tasks, schedule meetings, and share docs.

scaffolding-oracle-to-postgres-migration-test-project

25
from ComeOnOliver/skillshub

Scaffolds an xUnit integration test project for validating Oracle-to-PostgreSQL database migration behavior in .NET solutions. Creates the test project, transaction-rollback base class, and seed data manager. Use when setting up test infrastructure before writing migration integration tests, or when a test project is needed for Oracle-to-PostgreSQL validation.

project-workflow-analysis-blueprint-generator

25
from ComeOnOliver/skillshub

Comprehensive technology-agnostic prompt generator for documenting end-to-end application workflows. Automatically detects project architecture patterns, technology stacks, and data flow patterns to generate detailed implementation blueprints covering entry points, service layers, data access, error handling, and testing approaches across multiple technologies including .NET, Java/Spring, React, and microservices architectures.

create-spring-boot-kotlin-project

25
from ComeOnOliver/skillshub

Create Spring Boot Kotlin Project Skeleton

create-spring-boot-java-project

25
from ComeOnOliver/skillshub

Create Spring Boot Java Project Skeleton

sred-project-organizer

25
from ComeOnOliver/skillshub

Take a list of projects and their related documentation, and organize them into the SRED format for submission.

migrating-dbt-project-across-platforms

25
from ComeOnOliver/skillshub

Use when migrating a dbt project from one data platform or data warehouse to another (e.g., Snowflake to Databricks, Databricks to Snowflake) using dbt Fusion's real-time compilation to identify and fix SQL dialect differences.

ue5-project-setup

25
from ComeOnOliver/skillshub

Scaffold and configure new Unreal Engine 5 projects with proper CLAUDE.md, .gitignore, Git LFS tracking, directory structure, and Epic coding conventions. Use this skill whenever someone mentions creating a new UE5 project, setting up a UE5 repo, initializing an Unreal project, configuring Git for Unreal, or writing a CLAUDE.md for a UE5 codebase. Also triggers for project organization, asset naming conventions, or module structure setup.

../../../agents/project-management/cs-project-manager.md

25
from ComeOnOliver/skillshub

No description provided.

../../../project-management/confluence-expert/SKILL.md

25
from ComeOnOliver/skillshub

No description provided.