service-class-conventions

Service Class Conventions Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "service-class-conventions" with this command: npx skills add oimiragieo/agent-studio/oimiragieo-agent-studio-service-class-conventions

Service Class Conventions Skill

  • Service classes must be of type interface.

  • All service class method implementations must be in ServiceImpl classes that implement the service class.

  • All ServiceImpl classes must be annotated with @Service.

  • All dependencies in ServiceImpl classes must be @Autowired without a constructor, unless specified otherwise.

  • Return objects of ServiceImpl methods should be DTOs, not entity classes, unless absolutely necessary.

  • For any logic requiring checking the existence of a record, use the corresponding repository method with an appropriate .orElseThrow lambda method.

  • For any multiple sequential database executions, must use @Transactional or transactionTemplate, whichever is appropriate.

Memory Protocol (MANDATORY)

Before starting:

cat .claude/context/memory/learnings.md

After completing: Record any new patterns or exceptions discovered.

ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

filesystem

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

slack-notifications

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

chrome-browser

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

diagram-generator

No summary provided by upstream source.

Repository SourceNeeds Review