
coleam00/helpline
3 skills5 installs324 starsGitHub
Install
npx skills add https://github.com/coleam00/helplineSkills in this repo
1Billing Money RulesLoads Helpline's billing rules so money bugs never ship: cents as integers, seat limits and prices in one place, BillingError (HTTP 402) on every violation, and no invoicing inactive subscriptions. A developer uses it when editing services/billing.3installs2Api Add RouteWalks the exact steps for adding a Helpline API route: write a (request)->dict handler, validate inputs, delegate business logic to a repo, register in routes.py, and add a test. A developer uses it when adding an API route in services/api.1installs3Scoped TestsMaps each changed service or package to the correctly scoped pytest command, running the full suite only for shared packages/core and packages/db. A developer uses it after a change, before claiming work is done.1installs