From ruby-on-rails
Deploy Rails apps with Kamal. Use when setting up Kamal, configuring deploy.yml, managing secrets, or running deploy/rollback commands.
npx claudepluginhub bastos/ruby-plugin-marketplace --plugin ruby-on-railsThis skill uses the workspace's default tool permissions.
Use Kamal to deploy Rails applications with repeatable, safe workflows.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Use Kamal to deploy Rails applications with repeatable, safe workflows.
gem install kamalkamal init
config/deploy.yml and .kamal/secretskamal setup for first deploys or new servers.kamal deploy for routine releases.kamal rollback [VERSION] for fast recovery.kamal --helpkamal configkamal deploykamal redeploykamal rollback [VERSION]kamal removekamal prunekamal app (see kamal app --help)kamal accessory (see kamal accessory --help)kamal proxykamal server.kamal/secrets or environment variables..kamal/secrets:DATABASE_URL=postgres://...
RAILS_MASTER_KEY=...
Note: kamal config prints merged config including secrets.