domain-layer-expert
Safe 80Build Rich Rust Domain Models
by EmilLindfors
Weak domain layers scatter business rules and make validation inconsistent. This skill helps Claude, Codex, and Claude Code design expressive Rust domain models.
Curate your favorite skills into a reusable collection, then install it with one command.
Build Rich Rust Domain Models
by EmilLindfors
Weak domain layers scatter business rules and make validation inconsistent. This skill helps Claude, Codex, and Claude Code design expressive Rust domain models.
Optimize Rust Lambda Concurrency
by EmilLindfors
Rust Lambda handlers often mix I/O and CPU work, which can block runtimes or waste parallelism. This skill guides Claude, Codex, and Claude Code toward clear async, blocking, and Rayon patterns.
Modernize Rust Async Patterns
by EmilLindfors
Rust async APIs can be hard to design when traits, closures, and dispatch choices interact. This skill gives practical guidance for modern native async patterns and async-trait migration.
Choose the Right Frontend UI Library
by emilkowalski
Choosing among frontend libraries can waste time and create inconsistent dependencies. This skill maps a defined UI task to an opinionated, curated library recommendation.
Build Reliable Sonner Toasts
by emilkowalski
Sonner integrations can fail through duplicate toasters, server-side calls, styling conflicts, or incorrect promise handling. This skill provides focused setup, API, styling, and troubleshooting guidance.
Build Smooth Expo Animations
by emilkowalski
Mobile animations often stutter, ignore accessibility, or conflict with gestures. This skill designs Expo motion with suitable tools, timing, threading, and device checks.
Write Focused Behavior Tests
by EIS-ITS
Teams often add brittle tests that mirror implementation details instead of user behavior. This skill guides Claude, Codex, and Claude Code to write focused tests for critical workflows.
Why this variant is first
Align Tech Stack Decisions
by EIS-ITS
Teams can introduce conflicting frameworks, services, or build tools when stack decisions are scattered. This skill guides Claude, Codex, and Claude Code to follow documented technology standards.
Why this variant is first
Improve Application Error Handling
by EIS-ITS
Inconsistent error handling can hide failures and confuse users. This skill guides Claude, Codex, and Claude Code toward clear exceptions, validation, cleanup, and recovery paths.
Why this variant is first
Standardize Project Conventions
by EIS-ITS
Project teams often lose consistency across branches, documentation, configuration, and reviews. This skill gives Claude, Codex, and Claude Code shared guidance for development conventions.
Apply Consistent Coding Style
by EIS-ITS
Inconsistent code slows reviews and makes maintenance harder. This skill gives Claude, Codex, and Claude Code clear rules for readable, consistent code.
Why this variant is first
Build Responsive Frontend Layouts
by EIS-ITS
Responsive interfaces often fail across phones, tablets, and desktops. This skill gives Claude, Codex, and Claude Code focused guidance for mobile-first layouts, breakpoints, and touch-friendly UI.
Why this variant is first
Build Consistent Frontend CSS
by EIS-ITS
Frontend styling often drifts across files, components, and frameworks. This skill guides Claude, Codex, and Claude Code toward consistent CSS methods and design tokens.
Build Reusable Frontend Components
by EIS-ITS
Frontend teams need consistent component structure across frameworks. This skill guides Claude, Codex, and Claude Code to design focused, reusable UI components.
Why this variant is first
Improve Frontend Accessibility
by EIS-ITS
Frontend teams often miss keyboard, semantic, and screen reader requirements during routine UI work. This skill guides Claude, Codex, and Claude Code to apply accessibility checks while creating or editing interfaces.
Why this variant is first
Debug Web Apps with Chrome DevTools
by Eccentric-jamaican
Frontend bugs can be hard to reproduce from code alone. This skill guides Claude, Codex, and Claude Code through Chrome DevTools MCP evidence gathering.
Improve Tests by Avoiding Mock Anti-Patterns
by DYAI2025
Poor tests often verify mocks instead of real application behavior. This skill gives Claude, Codex, and Claude Code a checklist for safer TDD, focused mocks, and cleaner test design.
Trace Root Causes in Complex Bugs
by DYAI2025
Complex bugs often appear far from their original trigger. This skill guides backward tracing, targeted instrumentation, and test isolation to find the source.
Build Secure Chrome Extensions
by DYAI2025
Chrome extension teams need safe Manifest V3 architecture, permissions, and review support. This skill guides Claude, Codex, and Claude Code through secure design, implementation, testing, and publishing tasks.
Strengthen Validation Across Every Layer
by DYAI2025
Invalid data often bypasses a single validation point and fails later in execution. This skill guides Claude, Codex, and Claude Code to add layered checks that make recurring bugs harder to reintroduce.