Rails Hyperdrive — AI skill for Claude Code
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
README
Rails Hyperdrive
**Live introspection and stack-matched knowledge for AI coding agents, straight from your Rails app.**
[](https://rubygems.org/gems/rails-hyperdrive) [](https://github.com/rails-hyperdrive/rails-hyperdrive/actions/workflows/ci.yml) [](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/mcpwith 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 greppingroutes.rb, and reads the live schema instead of replaying migrations. - Stack-specific knowledge.
bin/rails hyperdrive:initdiscovers 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.
Related Skills
Rails AI Context
45 MCP tools that give AI coding agents ground truth about your Rails app: schema, models, routes, controllers
Store Screenshots
🖼️ AI agent skill for Claude Code & Codex — turns raw app screenshots into store-ready App Store & Google Pla
Halowake
Local-first AI coding companion for Codex, Claude Code, OpenCode and Antigravity. Sessions, Git, code review,
Smart Switch
Multi-app model provider switcher: manage OpenAI/Anthropic-protocol providers (base URL + API key + models) an
Claude Studio
Build Claude AI apps with a unified dev stack for code, prompts, tools, tests, and local workflow
Stack Ia Dev
Tool-agnostic AI software engineering stack: deterministic safety guardrails, project-context profiling, multi
Related Agents
A0dev
Most people who want an app cannot navigate Xcode, signing certificates, or store submission, so a0.dev remove
App Scaffolder
Project-scaffolding builder that stands up a working base application from the pinned stack-baseline so senior
Figma Dx Specialist
Figma Designer-Experience specialist owning Figma's CODING surfaces — Dev Mode, Code Connect, plugin API, REST