openmeter
Open-source usage metering, entitlements, and billing infrastructure for developers
All Skills in This Repository (10)
Pure Emerald Level Indicatorstest
Create and run unit, integration, and service tests for OpenMeter.
db-migration
Generate SQL migrations for ent framework schema changes on PostgreSQL.
api
Define API endpoints in TypeSpec and generate OpenAPI specs and SDKs.
refactoring
Refactor Go packages into standardized service and adapter layers.
service
Create and modify OpenMeter service packages with interfaces and implementation patterns.
ent
Guides Ent ORM schema changes, code regeneration, and Postgres type mappings in Go.
iterative-engineering-design
Guides planning and implementation of complex engineering changes through shared system models.
api-filters
Implements Kong AIP-style query-parameter filters on OpenMeter v3 list endpoints.
rebase
Rebase OpenMeter branches while resolving migration, atlas.sum, and Ent generated-code conflicts.
domain-docs
Locate and maintain package-level domain documentation in the OpenMeter repository.
Frequently Asked Questions
FAQPage SchemaHow to install OpenMeter skills?โผ
Run `npx skills add openmeterio/openmeter --all -g -y` in your terminal to install all skills in this suite globally.
What is OpenMeter used for?โผ
OpenMeter is open-source infrastructure that meters product usage, enforces feature access and limits, and runs usage-based billing from pricing through invoices.
How do these skills help AI agents work on OpenMeter?โผ
They teach the agent repo-specific workflows like adding API endpoints with TypeSpec, generating database migrations, writing e2e tests, and handling rebase conflicts safely.
Do these skills work with Claude Code and Codex?โผ
Yes. The skills follow the standard SKILL.md format and are kept compatible with both Claude Code and Codex agents.
Can I run OpenMeter locally for testing?โผ
Yes. The quickstart uses Docker Compose to spin up the API, workers, Kafka, ClickHouse, and PostgreSQL so you can ingest events and query usage immediately.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core