RU_Club_Website: Skill for OpenCode

.opencode/skills/ruclub/SKILL.md

ruclub is a skill for OpenCode from VoidX3D/RU_Club_Website. It costs 51 tokens per session (532 once invoked), scanned A, original, GPL-2.0.

A project-specific guide for working on the RU Club Motherland website, which is a React and TypeScript web application using Vite and Supabase. It covers site-related development and deployment tasks.

In plain words
What is it for?
Use it when building, changing, or deploying the RU Club Motherland site. It is not described as a general-purpose web-development add-on.
Why use it?
It gives coding agents the project context needed to make changes to this particular website consistently.

Skill for OpenCode

Written for OpenCode: installed under .opencode/.

This is VoidX3D/RU_Club_Website's own configuration. It tells OpenCode how to work on RU_Club_Website itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything RU_Club_Website configures →

Reuse

Borrowing it

Nothing to install: this file belongs to VoidX3D/RU_Club_Website. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/VoidX3D/RU_Club_Website/main/.opencode/skills/ruclub/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/VoidX3D/RU_Club_Website

Made for: OpenCode.

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 ruclub

README.md
[![agentmods](https://agentmods.dev/badge/skills/voidx3d/ru_club_website/ruclub/github.svg)](https://agentmods.dev/skills/voidx3d/ru_club_website/ruclub)
Your own site
<a href="https://agentmods.dev/skills/voidx3d/ru_club_website/ruclub"><img src="https://agentmods.dev/badge/skills/voidx3d/ru_club_website/ruclub/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ruclub

Your own site · 80×15
<a href="https://agentmods.dev/skills/voidx3d/ru_club_website/ruclub"><img src="https://agentmods.dev/badge/skills/voidx3d/ru_club_website/ruclub.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 532 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00051 $0.00532
Opus 5 $0.00026 $0.00266
Sonnet 5 $0.00010 $0.00106
Haiku 4.5 $0.00005 $0.00053

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

Security

Grade A, and why

ruclub 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 11d 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.

.opencode/skills/ruclub/SKILL.md · 43 lines

The source is not reproduced here

Licensed GPL-2.0

The repository is licensed GPL-2.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 11d ago First seen · 43 lines · 51 tokens per session scan A 4cb7fc4555a1

Subscribe to this mod's changes

ruclub is a skill published in the GitHub repository VoidX3D/RU_Club_Website (3 stars, last pushed 4d ago), licensed GPL-2.0. It adds 51 tokens to every session and 532 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

menu-interactions

Wire mouse, wheel and touch input for react-horizontal-scrolling-menu: onWheel/onScroll are plain (api, event) => void callbacks, while ALL mouse/touch props (onMouseDown, onMouseUp, onMouseMove, onMouseLeave, onTouchStart, onTouchMove, onTouchEnd) are handler factories (api) => (event) => void. Covers mouse…

asmyshlyaev177/react-horizontal-scrolling-menu · 147 tokens

menu-recipes

Recipes composed on the react-horizontal-scrolling-menu public API — NOT props: autoplay (setInterval + scrollNext gated on menuVisible), infinite loop/carousel (clone head/tail + scrollLeft teleport at seams), center on click (scrollToItem 'center'), save/restore scroll position (onUpdate, onInit, scrollContainer)…

asmyshlyaev177/react-horizontal-scrolling-menu · 145 tokens

consuming-endpoints-from-client-code

Wire a PostHog endpoint into a client app or SDK. Covers fetching the OpenAPI spec, generating a typed client with openapi-generator or @hey-api/openapi-ts, sending the right auth header, shaping the variables payload (HogQL codename vs insight breakdown property), handling rate-limit and materialised-endpoint error…

PostHog/posthog · 105 tokens

posthog-desktop

Scopes work to the desktop app at products/desktop — a nested standalone pnpm/turbo/Biome workspace imported from the now-archived PostHog/code repo, with posthog/posthog the only source of truth for PRs, CI and publishing, and not part of the root frontend or Django build. Use when the user says /posthog-desktop, or…

PostHog/posthog · 179 tokens

Biome

Biome 2.x — fast all-in-one web toolchain in Rust. Formats, lints, assists. Replaces Prettier + ESLint.

pledgeandgrow/pledge-skills · 33 tokens

compiler-orchestrator

Orchestrate the Rust compiler port end-to-end. Discovers the current frontier, fixes failing passes, ports new passes, reviews, and commits in a loop.

react/react · 38 tokens