From 6cb25b5acc3c14b3d754e67f0ec7ed362edc8f48 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Fri, 24 Apr 2026 12:07:24 -0500 Subject: [PATCH] Add rails-query plugin --- .claude-plugin/marketplace.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 3bafb24..71e80e0 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1368,6 +1368,21 @@ }, "homepage": "https://quarkus.io" }, + { + "name": "rails-query", + "description": "Run read-only database queries against a Ruby on Rails 8.2+ app's database via `rails query` — ActiveRecord or SQL, schema/model introspection, EXPLAIN, pagination, and remote execution via Kamal.", + "author": { + "name": "Lewis Buckley", + "url": "https://github.com/lewispb" + }, + "category": "development", + "source": { + "source": "github", + "repo": "lewispb/rails-query-skill", + "commit": "0f53fa861089e1f46097db9a92aea311f340c355" + }, + "homepage": "https://github.com/lewispb/rails-query-skill" + }, { "name": "railway", "description": "Deploy and manage apps, databases, and infrastructure on Railway. Covers project setup, deploys, environment configuration, networking, troubleshooting, and monitoring.",