Plugin Claude Code
Plugin marketplace listing 2 plugins: ruby-rbs, literal.
Plugin Claude Code
Plugin marketplace listing 2 plugins: ruby-rbs, literal.
Plugin Claude Code
Skill for the Literal gem by Joel Drapper - runtime-checked types, properties, structs, data, value objects, enums, flags, generic collections, results, and serialization.
Skill Claude CodeCodex
Comprehensive skill for the Literal Ruby gem (https://literal.fun) by Joel Drapper. Use when writing or reviewing Ruby code that uses Literal - typed properties via prop/prop?, runtime type matchers Array/Union/Map/etc., structured objects (Literal::Struct, Literal::Data), value objects (Literal::Value…
Plugin Claude Code
Skills, commands, and agents for writing Ruby RBS type signatures - inline annotations, standalone .rbs files, and type maintenance.
Agent
Use this agent to write RBS type signatures for an entire codebase. Trigger when user asks to "add types to the codebase", "write RBS for everything", wants to "type the whole project", "add RBS signatures", or asks to set up RBS/Steep for a project from scratch. Examples - "Add RBS types to this codebase", "Set up…
Agent
Use this agent to maintain and validate existing RBS type signatures. Trigger when user asks to "check RBS", "validate types", "review type signatures", "find RBS gaps", "update RBS", "fix type errors", after significant code changes that may affect type signatures, or when Steep is reporting errors that need…
Agent
Use this agent to critically review RBS type signatures for quality and correctness. Trigger when user asks to "review RBS", "check type quality", "improve signatures", wants to know if generics should be used, asks about replacing untyped with stricter types, or after writing new RBS signatures that should be…
Agent
Use this agent to convert standalone .rbs signature files into inline RBS annotations embedded in Ruby source files. Trigger when user asks to "convert rbs to inline", "migrate rbs files to inline", "merge rbs into ruby files", "switch from standalone to inline rbs", or wants to move type signatures from sig/ files…
Command
Convert standalone .rbs signature files to inline RBS annotations in Ruby source files. Supports multiple files and glob patterns.
Command
Write inline RBS type annotations in Ruby source files using rbs-inline comment syntax.
Command
Write standalone RBS type signatures for Ruby files. Analyzes code, finds tests, traces types, and generates sig/.rbs files.
Skill Claude CodeCodex
Comprehensive skill for Ruby RBS type signatures. Use for writing inline type annotations in Ruby files, creating standalone .rbs signature files, scaffolding types, or setting up Steep type checking. Covers both inline syntax (rbs-inline) and standalone RBS file format.
Skill Claude CodeCodex
Write RBS type annotations directly in Ruby source files using comment syntax. Use when adding types to Ruby code with rbs-inline.
Skill Claude CodeCodex
Write standalone .rbs signature files to describe Ruby code. Use when creating type definitions for gems, libraries, or existing codebases without modifying Ruby source.