rails-admin-scaffold

Generate Rails 6.1+ admin panels with CRUD scaffolding, filtering, and exports.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/r3cha/rails-admin-scaffold --skill rails-admin-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rails-admin-scaffold
Source: https://github.com/r3cha/rails-admin-scaffold/tree/main
Command: npx skills add https://github.com/r3cha/rails-admin-scaffold --skill rails-admin-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of full-featured Rails admin panels, freeing developers from manual scaffolding and repetitive UI coding.

Core Features & Use Cases

  • Auto-detects your CSS framework, pagination gem, and test framework to tailor the admin interface.
  • Analyzes all models for fields, associations, enums, and attachments to generate accurate CRUD interfaces.
  • Generates controllers, views, routes, and optional tests with a 5-phase workflow, including a dashboard, exports, and bulk actions.
  • Works with Tailwind, Bootstrap, and Bulma, and supports Pagy, Kaminari, or will_paginate for pagination.
  • Useful for quickly provisioning admin dashboards in Rails apps and multi-model projects.

Quick Start

In Claude Code, run /rails-admin-scaffold to generate an admin panel for your Rails app, then follow the verification steps.

Frequently Asked Questions about rails-admin-scaffold

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically generate a Rails admin panel with CRUD operations?

This Skill auto-generates a complete Rails admin panel by analyzing your project models and schema, then producing controllers, views, routes, and tests with CRUD operations, filtering, exports, and bulk actions.

Can I generate admin interfaces for Rails models that use Tailwind and Pagy?

Yes, the generator auto-detects your CSS framework and pagination gem, fully supporting Tailwind, Bootstrap, and Bulma alongside Pagy, Kaminari, or will_paginate for tailored admin interfaces.

Does the Rails admin scaffold support filtering with Ransack and authentication with Devise?

Yes, the generated admin panel supports Ransack for filtering and Devise for authentication, analyzing your model associations, enums, and attachments to build accurate CRUD interfaces.

What is the best way to add a dashboard and exports to a Rails 6.1 admin panel?

Using a template-driven generator that inspects your schemas and associations automatically provisions a dashboard, data exports, and bulk actions through a 5-phase workflow for Rails 6.1+ projects.

How does auto-detection work when scaffolding a Rails admin interface?

The generator inspects your project configuration to identify installed CSS frameworks, pagination gems, and test frameworks, then uses that data to tailor the generated controllers and views accordingly.

Do I need to manually write tests for generated Rails admin controllers and views?

No, the generator optionally creates test files alongside the controllers and views by inspecting your project's existing test framework during the 5-phase generation workflow.