Skip to main content
polarsource
GitHub creator profile

polarsource

Repository-level view of 21 collected skills across 2 GitHub repositories.

skills collected
21
repositories
2
updated
Sep 10, 2026
repository explorer

Repositories and representative skills

local-environment
software-developers

Local development environment management for Polar using Docker

Sep 10, 2026
api-surface-review
software-developers

Review changes to Polar's API contract — Pydantic schemas, FastAPI endpoints, OpenAPI output and the generated SDKs. Checks public vs private exposure, schema shape and naming, and whether the change breaks merchants or the generated clients. Use when a diff…

Aug 19, 2026
billing-review
software-developers

Review a diff that touches Polar's billing domain — subscriptions, cycles and crons, orders, billing entries, meters and usage, discounts, checkout, payments and dunning, refunds, disputes, payouts, wallets, tax and invoices. Use before opening a PR that…

Aug 19, 2026
conventions-check
software-developers

Check a diff against Polar's written conventions in server/AGENTS.md and clients/AGENTS.md — module structure, repository and service patterns, session types, auth dependencies, test organisation, Orbit Box usage, i18n placement. Use before opening a PR or…

Aug 19, 2026
reuse-check
software-developers

Check a diff for code that reinvents something Polar already has — a kit helper, a shared Pydantic type, a repository method, an Orbit component, an existing model property. Use before opening a PR, when reviewing a diff, or when the user asks whether a new…

Aug 19, 2026
ship-safety
software-developers

Check whether a diff is safe to deploy — schema changes that break the currently running code, blocking DDL, renaming or moving background task actors while jobs are in flight, queue priority, cron catch-up, locking, batch size, and whether the change should…

Aug 19, 2026
slop-check
software-developers

Strip agent-generated noise from a diff — comments that restate the code, private helpers in test files, near-duplicate tests, tests with no assertions, unrequested indexes and validation, defensive guards that duplicate an existing check. Use before opening…

Aug 19, 2026
polar-python-sdk
software-developers

Integrate Polar billing in server-side Python applications using the versioned Polar and PolarAsync clients. Use when implementing Polar customers and external IDs, checkout or customer portal sessions, customer-state entitlement checks, webhook validation…

Aug 12, 2026
Showing 8 of 19 collected skills.
Showing 2 of 2 repositories
All repositories loaded