ruby-skills CLAUDE.md

ruby-skills CLAUDE.md is an instructions file for coding agents from st0012/ruby-skills. It costs 1,197 tokens per session, scanned A, original, MIT.

A project instruction guide for a Ruby version-management plugin. It describes when to run tests, how the plugin is organized, and how to verify Ruby detection and version switching.

In plain words
What is it for?
It is for maintaining shell scripts and Ruby version detection, running required checks, and understanding the plugin's files and skills.
Why use it?
It gives the coding agent project-specific rules for testing changes and checking that the plugin still works.

Instructions file

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 instructions/st0012/ruby-skills/claude-md
Clone the repo
git clone --depth 1 https://github.com/st0012/ruby-skills

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 ruby-skills CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/st0012/ruby-skills/claude-md.svg)](https://agentmods.dev/instructions/st0012/ruby-skills/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/st0012/ruby-skills/claude-md"><img src="https://agentmods.dev/badge/instructions/st0012/ruby-skills/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,197 This file is loaded in full into every session.
When invoked 1,197 The same file — it is already loaded in full.
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.01197 $0.01197
Opus 5 $0.00598 $0.00598
Sonnet 5 $0.00239 $0.00239
Haiku 4.5 $0.00120 $0.00120

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

Security

Grade A, and why

ruby-skills CLAUDE.md 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.

CLAUDE.md · 156 lines

How it starts

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

Ruby Skills - Development Guide

For Claude: When to Run Tests

Run these tests automatically when:

  • You modify any .sh script in the plugin
  • You change detection logic in detect.sh or detect-all-managers.sh
  • Before committing changes
  • When debugging issues reported by the user

Minimum verification before any commit:

  1. Run detect.sh and verify it outputs valid key=value pairs
  2. Test that ACTIVATION_COMMAND actually switches Ruby versions

Project Structure

This repository is a plugin marketplace containing one plugin:

ruby-skills/                            # Marketplace root
├── .claude-plugin/
│   └── marketplace.json                # Marketplace definition
├── plugins/
│   └── ruby-skills/                    # Plugin
│       ├── .claude-plugin/plugin.json
│       ├── hooks/
│       │   ├── hooks.json
│       │   └── session-start.sh
│       └── skills/
│           ├── ruby-version-manager/
│           │   ├── SKILL.md
│           │   ├── detect.sh
│           │   ├── detect-all-managers.sh
│           │   └── set-preference.sh
│           ├── ruby-resource-map/
│           │   └── SKILL.md            # Authoritative resource map
│           └── ruby-test-frameworks/
│               └── SKILL.md            # minitest vs test-unit divergences
├── CLAUDE.md                           # This file
└── README.md                           # User documentation

Test Suite

Test 1: Basic Detection

When to run: After any change to detect.sh or detect-all-managers.sh

cd /path/to/ruby/project
/path/to/ruby-skills/plugins/ruby-skills/skills/ruby-version-manager/detect.sh

Verify:

  • Output contains VERSION_MANAGER=<manager> (not empty or "none" if manager is installed)
  • Output contains ACTIVATION_COMMAND=<command> (not empty)
  • Output contains VERSION_AVAILABLE=true (if the Ruby version is installed)

Test 2: Activation Command Works

When to run: After any change to activation logic

Read the full file on GitHub · 156 lines

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 · 156 lines · 1,197 tokens per session scan A 4d9ac8a982f0

Subscribe to this mod's changes

ruby-skills CLAUDE.md is an instructions file published in the GitHub repository st0012/ruby-skills (125 stars, last pushed 2mo ago), licensed MIT. It adds 1,197 tokens to every session, about $0.0060 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.