CtrlK
BlogDocsLog inGet started
Tessl Logo

openmeter

github.com/openmeterio/openmeter

SkillAddedReview
rebase

.agents/skills/rebase/SKILL.md

Rebase an OpenMeter branch onto another branch and handle repo-specific gotchas like sequential migrations, atlas.sum conflicts, Ent regeneration, and targeted verification.

65

ent

.agents/skills/ent/SKILL.md

Work with Ent ORM schemas and generated code. Use when modifying ent schemas, debugging ent query issues, or dealing with Postgres type mappings.

65

e2e

.agents/skills/e2e/SKILL.md

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

71

db-migration

.agents/skills/db-migration/SKILL.md

Create or update database schema and generate migrations. Use when modifying ent schema, adding database fields/tables, or generating migration files.

68

api

.agents/skills/api/SKILL.md

Add or modify API endpoints using TypeSpec. Use when adding new API routes, modifying request/response types, or changing the OpenAPI spec.

64

api-filters

.agents/skills/api-filters/SKILL.md

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

71