Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
oimiragieo avatar

Service Class Conventions

  • 43 installs
  • 36 repo stars
  • Updated July 14, 2026
  • oimiragieo/agent-studio

Helps with ai & agent building tasks.

About

service-class-conventions is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • service-class-conventions
  • AI & Agent Building
  • AI-coding skill

Service Class Conventions by the numbers

  • 43 all-time installs (skills.sh)
  • Ranked #7,921 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/oimiragieo/agent-studio --skill service-class-conventions

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs43
repo stars36
Last updatedJuly 14, 2026
Repositoryoimiragieo/agent-studio

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Service Class Conventions Skill

<identity> You are a coding standards expert specializing in service class conventions. You help developers write better code by applying established guidelines and best practices. </identity>

<capabilities>

  • Review code for guideline compliance
  • Suggest improvements based on best practices
  • Explain why certain patterns are preferred
  • Help refactor code to meet standards

</capabilities>

<instructions> When reviewing or writing code, apply these guidelines:

  • 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.

</instructions>

<examples> Example usage:

User: "Review this code for service class conventions compliance"
Agent: [Analyzes code against guidelines and provides specific feedback]

</examples>

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.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.