ronykit-framework

ronykit-framework is a skill for Claude Code, Codex from clubpay/ronykit. It costs 75 tokens per session (2,274 once invoked), scanned A, original, BSD-3-Clause.

An agent playbook for building RonyKit services with the ronyup MCP server; MCP is a way for an agent to access project tools and reference material.

In plain words
What is it for?
Use it when scaffolding or implementing RonyKit services, API handlers, frontend setup, integration tests, or design documents.
Why use it?
It keeps service work aligned with the repository layout, Go module boundaries, and ronyup's source of truth.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/clubpay/ronykit/ronykit-framework
Any agent
npx skills add clubpay/ronykit --skill ronykit-framework
Clone the repo
git clone --depth 1 https://github.com/clubpay/ronykit

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ronykit-framework

README.md
[![agentmods](https://agentmods.dev/badge/skills/clubpay/ronykit/ronykit-framework.svg)](https://agentmods.dev/skills/clubpay/ronykit/ronykit-framework)
Your own site
<a href="https://agentmods.dev/skills/clubpay/ronykit/ronykit-framework"><img src="https://agentmods.dev/badge/skills/clubpay/ronykit/ronykit-framework.svg" alt="Measured on agentmods" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,274 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00075 $0.02274
Opus 5 $0.00037 $0.01137
Sonnet 5 $0.00015 $0.00455
Haiku 4.5 $0.00007 $0.00227

Measured 4d ago against content hash acf6a8e779ed, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ronykit-framework scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/ronykit-framework/SKILL.md · 119 lines

How it starts

The opening of the file, as written. The whole thing — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.

RonyKit (agent playbook)

Thin orchestration layer. Domain knowledge lives in the ronyup MCP server — read resources and prompts there; do not invent layout or conventions from memory.

Full MCP index: references/mcp-map.md

Prerequisites

  1. Confirm the ronyup MCP server is enabled in the project (.cursor/mcp.json or .ai/mcp/mcp.json: command ronyup, args ["mcp"]).
  2. If MCP is unavailable, ask the user to install ronyup and enable MCP — do not guess service structure.

Context

Workspace Approach
RonyKit monorepo (github.com/clubpay/ronykit) Framework work: follow AGENTS.md / CLAUDE.md, respect go.work module boundaries. Do not scaffold into this repo unless testing ronyup.
Scaffolded app (go.work, cmd/all-in-one, feature/) MCP knowledge + tools are the source of truth. Fullstack scaffolds nest the Go workspace under backend/ (run go/make/ronyup setup feature there); docs/, devops/ and AI config stay at the repo root. See architecture/workspace-layout.

Skill routing (read SKILL.md — required)

Do not rely on memory or optional auto-discovery. Open and read .agents/skills/<id>/SKILL.md for every row that applies:

Task Read (in order)
New backend feature this skill → MCP design-new-serviceclean-architecture
Repo / persistence go-testing → MCP architecture/integration-tests
Layer / boundary review clean-architecture, code-review
Refactoring (tests exist) refactoring-patterns, verification-before-completion
Untested / legacy code working-with-legacy-codego-testingrefactoring-patterns
Production hardening release-it → MCP characteristics/telemetry
Bootstrap frontend frontend-design, design-tokens, typography → MCP design-frontend
Dashboard / admin UI dashboard-ui, shadcn, ux-quality
Agent-friendly UI / WebMCP webmcp, nextjs-modern, ux-quality
Next.js / routes nextjs-modern, shadcn
UI components shadcn, storybook, ux-quality
Frontend tests frontend-testing, verification-before-completion
Before claiming done verification-before-completion, code-formatting

Read the full file on GitHub · 119 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 119 lines · 75 tokens per session scan A acf6a8e779ed

Subscribe to this mod's changes

ronykit-framework is a skill published in the GitHub repository clubpay/ronykit (38 stars, last pushed 3d ago), licensed BSD-3-Clause. It adds 75 tokens to every session and 2,274 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.