rails-hyperdrive

Rails Hyperdrive — AI skill for Claude Code

AI community

Dev-only Rails engine that plugs AI coding agents into your running app: MCP introspection tools + stack-matched skills from companion gems.

How to install Rails Hyperdrive

This entry records only its repository, not the path inside it, so there is no exact command to give. Open rails-hyperdrive/rails-hyperdrive and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Rails Hyperdrive does

Dev-only Rails engine that plugs AI coding agents into your running app: MCP introspection tools + stack-matched skills from companion gems.

Alternatives in AI

  • Room — Open-source earning-focused swarm intelligence engine 838 ★
  • Skilldock — SkillDock is an AI skill manager and skill management desktop app for Claude Code, Cursor, Codex, Windsurf, Ge 490 ★
  • Lovcode — A desktop companion app for AI coding tools 315 ★

README

Rails Hyperdrive

**Live introspection and stack-matched knowledge for AI coding agents, straight from your Rails app.**

[![Gem Version](https://img.shields.io/gem/v/rails-hyperdrive)](https://rubygems.org/gems/rails-hyperdrive) [![CI](https://github.com/rails-hyperdrive/rails-hyperdrive/actions/workflows/ci.yml/badge.svg)](https://github.com/rails-hyperdrive/rails-hyperdrive/actions/workflows/ci.yml) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.txt)

Rails Hyperdrive is a development-only Rails engine for working on Rails apps with AI coding agents. It gives the agent two things it can't get from source alone: live answers from the booted app, and guidance specific to the gems and versions in the bundle.

  • Live introspection. The engine mounts an MCP (Model Context Protocol) server at http://localhost:3000/_hyperdrive/mcp with 8 tools that answer from the running app itself: eval Ruby, query the DB (read-only), tail logs, list models and routes, jump to source, look up docs, snapshot the stack. The agent asks the router instead of grepping routes.rb, and reads the live schema instead of replaying migrations.
  • Stack-specific knowledge. bin/rails hyperdrive:init discovers skills, guidelines, agents, and commands shipped by companion gems and installs only the ones matching your Gemfile: guidance targeting Sidekiq, for example, lands only if your app bundles Sidekiq, at a version the guidance covers.

**rails-hyperdrive is the mechanism; companion gems are the content.** The gem itself ships no skills or guidelines, only the contract and the discovery/install engine. Content reaches your app three ways:

  • Native support: the library gem itself ships a top-level skills/ directory in the [skills.sh](https://www.