plutonium-core
Rails scaffolding for CRUD, auth, tenancy, and admin portals
All Skills in This Repository (23)
Pure Emerald Level Indicatorsplutonium-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.
Frequently Asked Questions
FAQPage SchemaHow to install Plutonium Core skills?โผ
Run `npx skills add radioactive-labs/plutonium-core --all -g -y` in your terminal to install all skills globally.
What does Plutonium do for Rails apps?โผ
It generates full CRUD resources with search, filters, bulk actions, authorization policies, and admin portals from a single scaffold command, so you stop rewriting the same boilerplate.
How do these skills help an AI coding assistant?โผ
Each skill teaches the assistant Plutonium's conventions, generators, and common pitfalls, so it scaffolds resources, auth, tenancy, and UI correctly instead of guessing.
Does Plutonium support multi-tenant SaaS apps?โผ
Yes. It includes entity scoping, memberships, invitations, and a SaaS setup generator that builds the user, organization, and portal structure in one step.
Do I need deep Rails expertise to use these skills?โผ
No. The skills route your assistant to the right generator and verify the app state first, so plain-English requests produce working, convention-correct Rails code.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core