Toolverse
All skills

opik-backend

by comet-ml

Java backend patterns for Opik. Use when working in apps/opik-backend, designing APIs, database operations, or services.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
comet-ml
Category
Backend
Views
1

About this skill

Java backend patterns for Opik. Use when working in apps/opik-backend, designing APIs, database operations, or services.

How to use

  1. Zainstaluj skill opik-backend w swoim środowisku Claude/Copilot, wskazując repozytorium comet-ml/opik. 2. Gdy pracujesz nad kodem w katalogu apps/opik-backend, aktywuj skill – będzie dostępny jako kontekst dla asystenta. 3. Przy tworzeniu nowego endpointu API stosuj architekturę warstwową: zacznij od Resource (klasa z adnotacją @Path, liczba mnoga), przejdź do Service (liczba pojedyncza), a następnie do DAO (liczba pojedyncza). Nigdy nie pomijaj warstw. 4. Pamiętaj o konwencjach nazewnictwa: Resource i URL używają liczby mnogiej (TracesResource, /v1/private/traces), natomiast Service i DAO liczby pojedynczej (TraceService, TraceDAO). Testy do Resource'ów też liczba mnoga (TracesResourceTest). 5. Dla rekordów i DTO dodaj adnotacje @Builder(toBuilder = true) oraz @NonNull na wszystkie pola obowiązkowe, a przy tworzeniu instancji używaj buildera zamiast konstruktora. 6. Konfiguruj dependency injection przez moduły Guice z wstrzykiwaniem przez konstruktor (@Inject) – skill podpowie prawidłową strukturę.

Related skills

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664

supabase-developer

by daffy0208

Build full-stack applications with Supabase (PostgreSQL, Auth, Storage, Real-time, Edge Functions). Use when implementing authentication, database design with RLS, file storage, real-time features, or serverless functions.

Backend
78170

gog

by openclaw

Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.

Backend
34126

openspec

by ruan-cat

OpenSpec 中文版规范助手 - 规范驱动的 AI 编程开发,帮助初始化、创建提案、编写规格、校验格式并归档变更。触发条件: 当用户提及 openspec、规范文档、需求管理、变更提案、spec-driven development 等关键词时主动调用。

Backend
27122

architecture-decision-records

by wshobson

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.

Backend
29130

travel-planner

by ailabs-393

This skill should be used whenever users need help planning trips, creating travel itineraries, managing travel budgets, or seeking destination advice. On first use, collects comprehensive travel preferences including budget level, travel style, interests, and dietary

Backend
4379