KS
Killer-Skills

plutonium — Categories.community

v1.0.0
GitHub

About this Skill

Perfect for Rails Agents needing rapid application development with convention-driven and AI-ready features. Build production-ready Rails apps in minutes, not days. Convention-driven, fully customizable, AI-ready.

# Core Topics

radioactive-labs radioactive-labs
[56]
[7]
Updated: 2/23/2026

Quality Score

Top 5%
38
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add radioactive-labs/plutonium-core

Agent Capability Analysis

The plutonium MCP Server by radioactive-labs is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for admin-dashboard, admin-panel, framework.

Ideal Agent Persona

Perfect for Rails Agents needing rapid application development with convention-driven and AI-ready features.

Core Value

Empowers agents to build production-ready Rails apps in minutes using generators, definitions, and policies, while leveraging convention-driven development and AI customization capabilities with protocols like Rails and file formats like .rb.

Capabilities Granted for plutonium MCP Server

Automating resource creation with generators
Customizing UI components using definitions
Implementing authorization logic with policies

! Prerequisites & Limits

  • Requires Rails environment
  • Convention-driven development constraints
  • Manual resource creation discouraged
SKILL.md
Readonly

Plutonium Development Guide

Read this first when working on a Plutonium application.

Core Rules

  1. Always use generators - Never manually create resources, packages, or portals
  2. Check relevant skills first - Each concept has a dedicated skill with details
  3. Definitions over controllers - UI customization belongs in definitions, not controllers
  4. Policies for authorization - All permission logic goes in policies

Key Generators

bash
1rails g pu:res:scaffold Post title:string --dest=main_app # Create resource 2rails g pu:res:conn Post --dest=admin_portal # Connect to portal 3rails g pu:pkg:package blogging # Create feature package 4rails g pu:pkg:portal admin_portal # Create portal

Always specify --dest to avoid interactive prompts.

Resource Architecture

A resource has four layers:

LayerPurposeCustomize when...
ModelData, validations, associationsAdding business logic
DefinitionUI - fields, actions, filtersChanging how things look/behave
PolicyAuthorization - who can do whatRestricting access
ControllerRequest handlingRarely - use hooks if needed

Skill Reference

TopicSkill
Creating resourcesplutonium-create-resource
Connecting to portalsplutonium-connect-resource
Field configurationplutonium-definition-fields
Actions & interactionsplutonium-definition-actions
Search, filters, scopesplutonium-definition-query
Authorizationplutonium-policy
Custom viewsplutonium-views
Custom formsplutonium-forms
Nested resourcesplutonium-nested-resources
Packages & portalsplutonium-package, plutonium-portal
Authenticationplutonium-rodauth

Related Skills

Looking for an alternative to plutonium or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
Design

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication