Backend Implementation

Installation
SKILL.md

Backend Implementation Skill

Domain-specific guidance for backend API development, service implementation, and business logic.

When To Use This Skill

Load this Skill when task has tags:

  • backend, api, service, kotlin, rest
  • spring, spring-boot, controller, repository

Validation Commands

Run Tests

# Full test suite
./gradlew test

# Specific test class
./gradlew test --tests "UserServiceTest"
Installs
GitHub Stars
169
First Seen
Backend Implementation — jpicklyk/task-orchestrator