.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/clubpay/ronykit
home/skills/clubpay/ronykit
clubpay avatar

clubpay/ronykit

26 skills

View on GitHub
$npx skills add clubpay/ronykit
SkillInstalls
clean-architectureStructure software around the Dependency Rule — dependencies point inward from frameworks to use cases to entities.—code-formattingKeep code consistently formatted and lint-clean before completing work.—code-reviewReview code (your own or others') for correctness, design, and risk before it merges.—composition-patternsDesign reusable React component APIs that scale — compound components, lifted state, generic context, explicit variants.—conventional-commitsWrite clear, atomic commits using Conventional Commits. Use when committing changes, writing or rewriting a commit message, or splitting work into reviewable…—dashboard-uiDesign and build data-dense dashboards, back-office, and admin apps that surface the few metrics a decision needs.—design-tokensArchitect a scalable, themeable design-token system — primitive → semantic → component layers, CSS variables, a 4px spacing/type scale, and dark mode.—frontend-designDesign distinctive, production-grade frontend interfaces that don't read as templated AI defaults.—frontend-testingTest web frontends (React/Next.js) effectively. Use when writing or fixing unit/component tests with Vitest + Testing Library, end-to-end tests with…—go-modernWrite idiomatic, modern Go (1.25+/1.26) using current language and stdlib features.—go-testingWrite clear, fast, deterministic Go tests including mandatory repo integration tests (x/testkit) and app unit tests.—nextjs-modernBuild modern Next.js (16, App Router) apps with React Server Components.—react-performanceOptimize React/Next.js runtime performance — eliminate waterfalls, shrink bundles, cut unnecessary re-renders, and speed up rendering.—refactoring-patternsApply named refactoring transformations to improve structure without changing behavior.—release-itBuild production-ready services: timeouts, circuit breakers, bulkheads, retry budgets, health checks, and observability.—ronykit-frameworkOrchestrates RonyKit service development using the ronyup MCP server (knowledge resources, prompts, scaffold tools).—shadcnBuild UI with shadcn/ui — find, install, compose, and customize components using the correct CLI and patterns.—storybookAuthor and maintain Storybook stories with CSF 3.0 best practices — args, decorators, parameters, and config.—systematic-debuggingFind the root cause before changing code. Use when encountering any bug, test failure, crash, flaky test, performance regression, or unexpected behavior,…—typographyGet screen typography correct — the details models reliably get wrong: curly quotes, en/em dashes, real ellipses, line length, line-height, hierarchy, and the…—ux-qualityMake web UI actually usable and accessible — keyboard/focus, interaction and loading states, forms, navigation, and motion.—verification-before-completionRequire fresh verification evidence before claiming work is done, fixed, or passing.—webmcpBuild agent-friendly web apps with the W3C Web Model Context API (WebMCP).—working-with-legacy-codeSafely change untested code: seams, characterization tests, sprout/wrap, and the legacy change algorithm.—writing-plansWrite a concrete implementation plan before touching code on a multi-step task.—writing-testsLanguage-agnostic discipline for writing valuable tests and practicing TDD.—