Radioactive Labs
Official@radioactive-labs
Offers a modular framework for building structured CRUD resources, secure portals, and component-based interfaces within Ruby on Rails environments.
Agent Skills by Radioactive Labs
Showing 23 vetted skills indexed across 1 GitHub repositories.
plutonium-policy
Define ActionPolicy methods controlling resource access with scoping and permissions.
plutonium-model-features
Add monetary fields, SGID associations, and dynamic routing to Plutonium resource models.
plutonium-assets
Automate frontend asset setup for Rails apps with TailwindCSS, Stimulus, and Phlexi themes.
plutonium-nested-resources
Automate nested resource routes, query scoping, and URL generation for has_many and has_one associations.
plutonium-interaction
Encapsulate resource actions into reusable interaction classes with validations and outcomes.
plutonium-views
Customize Plutonium view layers with modular, overrideable Phlex page components.
plutonium-definition-fields
Define resource field rendering with field, input, display, and column declarations.
plutonium-model
Structure Plutonium resource models with Plutonium::Resource::Record and standard sections.
plutonium-rodauth
Implement Rodauth authentication and session management for Plutonium Rails applications.
plutonium-resource
Define four-layer CRUD resources with Model, Definition, Policy, and Controller in Plutonium.
plutonium-controller
Generate standard CRUD actions for Plutonium resource controllers.
plutonium
Organize Plutonium development knowledge into a navigable guide with YAML frontmatter.
plutonium-connect-resource
Connect Rails resources to portals with the pu:res:conn generator.
plutonium-theming
Apply CSS design tokens to standardize UI theming across web application components.
plutonium-definition
Define Plutonium resource definitions extending Plutonium::Resource::Definition for Rails portals.
plutonium-definition-actions
Define custom resource actions and interactions for Plutonium resources.
plutonium-portal
Build secure Rails portals with Rodauth authentication and entity scoping.
plutonium-package
Organize Rails application code into modular feature and portal packages.
plutonium-create-resource
Scaffold Plutonium resources with models, migrations, controllers, policies, and definitions in Rails apps.
plutonium-definition-query
Configure search, filters, scopes, and sorting for Plutonium resource definitions.
plutonium-installation
...
plutonium-forms
Build reusable Ruby resource forms with Phlex components for Rails apps.
plutonium-invites
Automate multi-tenant user invitations and onboarding in Rails apps with Rodauth.
Frequently Asked Questions About Radioactive Labs
FAQPage SchemaWhat specific tasks can I perform using the Plutonium framework?▼
You can rapidly scaffold CRUD resources, define complex resource interactions, manage multi-tenant user onboarding, and build modular UI components. It enables structured resource definitions, policy-based access control, and standardized URL generation for Rails applications.
Which developers benefit most from this framework?▼
Ruby on Rails engineers building enterprise-grade portals or complex administrative interfaces benefit most. It is designed for developers who require strict resource modeling, modular code organization, and consistent UI component rendering across large-scale web applications.
What are the primary dependencies for implementing these resources?▼
The framework requires a Ruby on Rails environment. It relies on Phlex for component-based view rendering, Rodauth for authentication and session management, and TailwindCSS for styling. Ensure your Rails project is configured to support these specific gems before initializing resource generators.