بنقرة واحدة
postgresql-persistence-design
Use this skill when modeling data, writing repositories, or configuring persistence.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use this skill when modeling data, writing repositories, or configuring persistence.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use this skill to enforce strict separation between core system architecture and authentication/authorization concerns.
Use this skill when structuring the project, defining layers, or enforcing architectural boundaries.
Use this skill when implementing or reviewing core Java logic, domain models, performance-sensitive code, or JVM-related concerns in a Spring Boot microservice.
Use this skill when building Docker images for Spring Boot microservices.
Use this skill when building or reviewing the domain model for the hotel/hostel management system. This includes defining entities, attributes, relationships, and enumerations based on hospitality domain expertise.
Use this skill when making product, domain, data model, workflow, or business-rule decisions for hotel and hostel management software.
| name | postgresql-persistence-design |
| description | Use this skill when modeling data, writing repositories, or configuring persistence. |
When designing persistence:
Use:
Rules:
Performance:
Data integrity > convenience. Always prefer JPA and Hibernate features over raw SQL. Don't use migration tools yet; write SQL migration scripts manually.