domain▌
28 indexed skills · max 10 per page
m09-domain
zhanghandong/rust-skills · AI/ML
Domain-driven design patterns for modeling entities, value objects, and aggregates in Rust. \n \n Distinguishes between Entities (unique identity required), Value Objects (interchangeable by value), and Aggregates (owned hierarchies), with clear Rust patterns for each \n Emphasizes invariant preservation through private fields, validated constructors, and type-state patterns \n Provides templates for common DDD structures: newtypes for value objects, structs with ID fields for entities, and modu
domain
railwayapp/railway-skills · AI/ML
Generate Railway domains or add custom domains to services with DNS configuration. \n \n Supports two domain types: auto-generated Railway domains (one per service) and custom domains with DNS record configuration \n CLI commands for adding domains, viewing current domains via the environment skill, and removing domains through environment configuration \n Requires an active service deployment; integrates with the environment and service skills for reading and modifying domain settings \n Return
domain-name-brainstormer
composiohq/awesome-claude-skills · AI/ML
Generate creative domain names and check real-time availability across multiple TLDs. \n \n Analyzes your project description to create relevant, memorable domain suggestions across .com, .io, .dev, .ai, .app, and other extensions \n Checks actual availability for each suggestion and flags taken domains with estimated pricing \n Provides branding rationale for why certain names work well for your target audience \n Supports advanced workflows including variation checking, industry-specific namin
domain-authority-auditor
aaron-he-zhu/seo-geo-claude-skills · AI/ML
Comprehensive domain authority audit across 40 standardized criteria with weighted scoring by domain type. \n \n Evaluates domains across 4 dimensions (Citation, Identity, Trust, Eminence) with per-item Pass/Partial/Fail scoring and dimension-specific weights that vary by domain type (Content Publisher, E-commerce, SaaS, etc.) \n Detects critical manipulation red flags via 3 veto items (link-traffic coherence, backlink uniqueness, penalty history); caps CITE Score at 39 if any veto triggers \n P
domain-name-brainstormer
softaworks/agent-toolkit · AI/ML
Generate creative domain names and check real-time availability across multiple TLDs. \n \n Analyzes your project description to create relevant, memorable domain suggestions across .com, .io, .dev, .ai, .app, and other extensions \n Verifies actual availability for each suggestion and flags taken domains with estimated pricing \n Supports advanced workflows including variation checking, industry-specific naming, and competitor pattern analysis \n Provides branding rationale for each suggestion
domain-cli
actionbook/rust-skills · AI/ML
Layer 3: Domain Constraints
m09-domain
actionbook/rust-skills · AI/ML
Layer 2: Design Choices
domain-driven-design
yonatangross/orchestkit · Frontend
Model complex business domains with entities, value objects, and bounded contexts.