Add or modify API endpoints using TypeSpec. Use when adding new API routes, modifying request/response types, or changing the OpenAPI spec.
원문 언어: 영어
메뉴
SkillsMP는 openmeterio/openmeter에서 8개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 8개 중 8개를 표시합니다.
Add or modify API endpoints using TypeSpec. Use when adding new API routes, modifying request/response types, or changing the OpenAPI spec.
원문 언어: 영어
Locate and maintain OpenMeter's package-level domain documentation. Use for code reviews, planning, implementation, debugging, or explanations that depend on product behavior, domain ownership, or cross-domain contracts, and when creating or editing domain…
원문 언어: 영어
Use when planning or implementing ambiguous, design-heavy, or cross-cutting engineering changes where the existing system, domain model, lifecycle behavior, or production compatibility must be understood. Helps build and preserve a shared model through…
원문 언어: 영어
Add, modify, or convert AIP-style query-parameter filters on v3 list endpoints. Use when adding filterable fields to a list API, wiring filter parsing into a handler, converting API filters into pkg/filter predicates, or debugging filter parsing/validation…
원문 언어: 영어
Create or update database schema and generate migrations. Use when modifying ent schema, adding database fields/tables, or generating migration files.
원문 언어: 영어
Write end-to-end tests for OpenMeter against a live server. Use when adding tests under e2e/ that exercise API endpoints over HTTP (v1 generated SDK or v3 SDK).
원문 언어: 영어
Work with Ent ORM schemas and generated code. Use when modifying ent schemas, debugging ent query issues, or dealing with Postgres type mappings.
원문 언어: 영어
Rebase an OpenMeter branch onto another branch and handle repo-specific gotchas like sequential migrations, atlas.sum conflicts, Ent regeneration, and targeted verification.
원문 언어: 영어