service-guide
OfficialGuide for implementing Backend.AI service layers.
System Documentation
What problem does it solve?
This Skill provides a blueprint for building a consistent, testable Backend.AI service layer, standardizing CRUD-like operations, Actions, Processors, and repository interactions to reduce boilerplate and improve maintainability.
Core Features & Use Cases
- Standard Operations: create, get, search, update, delete, purge, plus batch variants.
- Action-Result and Processor Integration: define immutable actions, action results, and orchestrating processors for reliable workflows.
- API Alignment: clear patterns for service methods, repository calls, and testability to simplify REST/GraphQL integration.
Quick Start
To begin, review existing domain services under services/ to align with the patterns, scaffold a new domain following the directory layout (types, actions, service, processors), implement repository-backed methods, write unit tests that mock repositories, and wire the service into the API layer.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: service-guide Download link: https://github.com/lablup/backend.ai/archive/main.zip#service-guide Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.