clubpay

33 mods across 1 repository, 38 stars between them.

ronykit-framework

01

clubpay/ronykit

Skill Claude CodeCodex

Orchestrates RonyKit service development using the ronyup MCP server (knowledge resources, prompts, scaffold tools). Use when the user mentions RonyKit, ronyup, EdgeServer, contracts, scaffolding a workspace or feature, implementing API handlers and services, frontend bootstrap, integration tests, or design documents…

38 3d ago A 75 tokens original BSD-3-Clause

01-core

02

clubpay/ronykit

Cursor rule Cursor

Deep reference: AGENTS.md (Architecture quick reference), docs/architecture.md.

38 3d ago A 0 tokens original BSD-3-Clause

02-intent

03

clubpay/ronykit

Cursor rule Cursor

intent agent runtime conventions.

38 3d ago A 0 tokens original BSD-3-Clause

03-modules

04

clubpay/ronykit

Cursor rule Cursor

Deep reference: AGENTS.md (std module conventions).

38 3d ago A 0 tokens original BSD-3-Clause

04-ronyup

05

clubpay/ronykit

Cursor rule Cursor

ronyup scaffolder and MCP server conventions.

38 3d ago A 0 tokens original BSD-3-Clause

ronykit AGENTS.md

06

clubpay/ronykit

Instructions file CodexOpenCode

Instructions for clubpay/ronykit, covering agents.md, ai assistants, context map, contracts & schemas and project overview.

38 3d ago A 2,107 tokens original BSD-3-Clause

ronykit CLAUDE.md

07

clubpay/ronykit

Instructions file

Instructions for clubpay/ronykit: All agent and contributor instructions for this repository are maintained in AGENTS.md. Read that file first — it covers project layout, architecture, build commands, testing, intent/agent conventions, and git practices.

38 3d ago A 56 tokens original BSD-3-Clause

clean-architecture

08

clubpay/ronykit

Skill Claude CodeCodex

Structure software around the Dependency Rule — dependencies point inward from frameworks to use cases to entities. Use when deciding where code belongs in a RonyKit feature module (handler vs app vs repo), reviewing layer boundaries, or keeping business rules independent of Postgres/Rony/HTTP. For refactoring with…

38 3d ago A 83 tokens copy · 91% BSD-3-Clause

code-formatting

09

clubpay/ronykit

Skill Claude CodeCodex

Keep code consistently formatted and lint-clean before completing work. Use when finishing an edit, fixing linter/formatter failures, or setting up format/lint commands for Go, TypeScript/JavaScript, and Markdown.

38 3d ago A 47 tokens original BSD-3-Clause

code-review

10

clubpay/ronykit

Skill Claude CodeCodex

Review code (your own or others') for correctness, design, and risk before it merges. Use when reviewing a diff or pull request, doing a self-review before opening a PR, or giving structured, prioritized feedback.

38 3d ago A 47 tokens original BSD-3-Clause

clubpay/ronykit

Skill Claude CodeCodex

Design reusable React component APIs that scale — compound components, lifted state, generic context, explicit variants. Use when a component is growing boolean props (isThread, isEditing…), when building a component library, or when reviewing component architecture. Includes React 19 API changes.

38 3d ago A 58 tokens original BSD-3-Clause

clubpay/ronykit

Skill Claude CodeCodex

Write clear, atomic commits using Conventional Commits. Use when committing changes, writing or rewriting a commit message, or splitting work into reviewable commits.

38 3d ago A 36 tokens original BSD-3-Clause

dashboard-ui

13

clubpay/ronykit

Skill Claude CodeCodex

Design and build data-dense dashboards, back-office, and admin apps that surface the few metrics a decision needs. Use when laying out an admin/console screen, KPI strip, chart grid, data table, sidebar nav, or reviewing the visual design and information hierarchy of an internal/operational UI.

38 3d ago A 64 tokens original BSD-3-Clause

design-tokens

14

clubpay/ronykit

Skill Claude CodeCodex

Architect a scalable, themeable design-token system — primitive → semantic → component layers, CSS variables, a 4px spacing/type scale, and dark mode. Use when setting up or refactoring a project's tokens, naming color/spacing/radius values, wiring tokens into Tailwind/shadcn, enabling theme switching, or killing…

38 3d ago A 79 tokens original BSD-3-Clause

frontend-design

15

clubpay/ronykit

Skill Claude CodeCodex

Design distinctive, production-grade frontend interfaces that don't read as templated AI defaults. Use when bootstrapping a frontend app, building or restyling a landing page, marketing site, hero, brand-forward product surface, or any UI where visual identity matters — choosing palette, typography, layout, motion…

38 3d ago A 77 tokens original BSD-3-Clause

frontend-testing

16

clubpay/ronykit

Skill Claude CodeCodex

Test web frontends (React/Next.js) effectively. Use when writing or fixing unit/component tests with Vitest + Testing Library, end-to-end tests with Playwright, or deciding what to test in a frontend app.

38 3d ago A 48 tokens original BSD-3-Clause

go-modern

17

clubpay/ronykit

Skill Claude CodeCodex

Write idiomatic, modern Go (1.25+/1.26) using current language and stdlib features. Use when authoring or reviewing Go code, choosing between stdlib and third-party helpers, working with generics, iterators, contexts, or error wrapping in this workspace.

38 3d ago A 61 tokens original BSD-3-Clause

go-testing

18

clubpay/ronykit

Skill Claude CodeCodex

Write clear, fast, deterministic Go tests including mandatory repo integration tests (x/testkit) and app unit tests. Use when adding or fixing Go tests, implementing internal/repo or internal/app, designing table-driven tests, writing benchmarks, using testify, or improving coverage in this workspace.

38 3d ago A 60 tokens original BSD-3-Clause

nextjs-modern

19

clubpay/ronykit

Skill Claude CodeCodex

Build modern Next.js (16, App Router) apps with React Server Components. Use when creating or reviewing Next.js routes, layouts, server/client components, data fetching, Server Actions, caching, or metadata in the frontend app.

38 3d ago A 50 tokens original BSD-3-Clause

react-performance

20

clubpay/ronykit

Skill Claude CodeCodex

Optimize React/Next.js runtime performance — eliminate waterfalls, shrink bundles, cut unnecessary re-renders, and speed up rendering. Use when writing, reviewing, or refactoring components for speed, or chasing slow renders, large bundles, janky interactions, or high TTFB/LCP/INP.

38 3d ago A 64 tokens original BSD-3-Clause

clubpay/ronykit

Skill Claude CodeCodex

Apply named refactoring transformations to improve structure without changing behavior. Use when refactoring Go or TypeScript in this workspace, identifying code smells, or preparing code for a new feature. Requires tests first — pair with working-with-legacy-code when coverage is missing.

38 3d ago A 57 tokens copy · 91% BSD-3-Clause

release-it

22

clubpay/ronykit

Skill Claude CodeCodex

Build production-ready services: timeouts, circuit breakers, bulkheads, retry budgets, health checks, and observability. Use when hardening RonyKit services for production, reviewing outbound calls, capacity planning, or preventing cascading failures. Pair with MCP characteristics/telemetry and package x/ratelimit…

38 3d ago A 67 tokens original BSD-3-Clause

shadcn

23

clubpay/ronykit

Skill Claude CodeCodex

Build UI with shadcn/ui — find, install, compose, and customize components using the correct CLI and patterns. Use when adding or styling frontend components, building forms/dashboards, theming, or working with components.json and the shadcn registry/MCP.

38 3d ago A 59 tokens original BSD-3-Clause

storybook

24

clubpay/ronykit

Skill Claude CodeCodex

Author and maintain Storybook stories with CSF 3.0 best practices — args, decorators, parameters, and config. Use when creating or editing .stories. files, configuring .storybook/, or ensuring every UI component ships with stories.

38 3d ago A 50 tokens original BSD-3-Clause