openmeterio
- 8 skills
- 0 followers
- 12 hours ago last updated
- ▌ API · openmeterio bundleAdd or modify API endpoints using TypeSpec. Use when adding new API routes, modifying request/response types, or changing the OpenAPI spec.
- ▌ E2e · openmeterioWrite 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).
- ▌ Ent · openmeterioWork with Ent ORM schemas and generated code. Use when modifying ent schemas, debugging ent query issues, or dealing with Postgres type mappings.
- ▌ Rebase · openmeterioRebase an OpenMeter branch onto another branch and handle repo-specific gotchas like sequential migrations, atlas.sum conflicts, Ent regeneration, and targeted verification.
- ▌ API Filters · openmeterioAdd, 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.
- ▌ Domain Docs · openmeterio bundleLocate 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 READMEs. Do not use for mechanical changes with no domain behavior.
- ▌ DB Migration · openmeterioCreate or update database schema and generate migrations. Use when modifying ent schema, adding database fields/tables, or generating migration files.
- ▌ Iterative Engineering Design · openmeterio bundleUse 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 design, implementation, and reset. Do not use for code review, audits, explanation-only tasks, narrow fixes, or already-specified mechanical work.