One-click install
npx skills add https://github.com/radioactive-labs/plutonium-core --skill plutonium-installation
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plutonium-installation
Source: https://github.com/radioactive-labs/plutonium-core/tree/main/.claude/skills/plutonium-installation
Command: npx skills add https://github.com/radioactive-labs/plutonium-core --skill plutonium-installation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Installing Plutonium in a Rails project provides a ready-to-use architecture and tooling for rapid app development, including install templates, generator commands, and a full set of base classes, portals, and authentication scaffolding.

Core Features & Use Cases

  • One-command setup: Bootstrap a Rails app with Plutonium templates, authentication, and packaging system.
  • Generated scaffold: Create resource scaffolds with standard controllers, models, policies, and definitions.
  • Portal integration: Add portal engines and connect resources to portals for multi-tenant apps.
  • Post-install configuration: Initialize core configuration and sample packages to accelerate development.

Quick Start

Run rails generate pu:core:install to bootstrap Plutonium into your Rails project.

Frequently Asked Questions about plutonium-installation

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

FAQPage Schema
How do I install Plutonium in an existing Rails application?▼

Yes, you can set up Plutonium in a new Rails project by running the `rails generate pu:core:install` command, which bootstraps a ready-made architecture with resource definitions, controllers, and authentication scaffolding.

What does the Plutonium installation generator include for Rails apps?▼

The Plutonium installation generator includes a ready-made architecture for resources, definitions, controllers, and authentication, along with portal integration, template-based scaffolding, and a comprehensive package management system.

Can I use Plutonium to add authentication and resource scaffolding to Rails?▼

Yes, Plutonium is designed to add built-in authentication and generate resource scaffolds with standard controllers, models, policies, and definitions through a single installation command in your Rails application.

Does Plutonium support multi-tenant app development in Rails?▼

Yes, Plutonium supports multi-tenant app development by allowing you to add portal engines and connect generated resources to specific portals during the post-install configuration phase.

What is the best way to configure core settings after installing Plutonium?▼

The best way to configure core settings after installing Plutonium is to initialize the core configuration and sample packages provided by the generator to accelerate your Rails development workflow.