πŸ”Œ

rails-flow

πŸ”ŒPlugin

fmanimashaun/claude-skills

VibeIndex|
What it does
|

Agentic development flow for Rails 8 projects β€” /feature, /fix, /review, /setup-flow and /brain commands, eight specialist subagents (developer, migration-writer, code-reviewer, test-runner, security-auditor, design-auditor, doc-updater, pr-reviewer), and guardrail hooks that mechanically enforce spec-proven changes, safe migrations and git discipline. Pairs with the rails-stack skills.

πŸͺ

Part of

fmanimashaun/claude-skills

Installation

Add marketplace in Claude Code:
/plugin marketplace add fmanimashaun/claude-skills
Step 2. Install plugin:
/plugin install rails-flow@claude-skills # build process: orchestrated feature work
0
-
AddedJul 25, 2026

More from this repository5

πŸͺ
fmanimashaun/claude-skillsπŸͺMarketplace

Agent Skills that teach Claude to build Rails 8.1 apps β€” vanilla-first stack, pure RSpec, Hotwire (Turbo/Stimulus/Native), OpenAPI via rswag, ruby_llm AI, Kamal 2 deploys

πŸ”Œ
rails-stackπŸ”ŒPlugin

Rails 8.1 + Hotwire development doctrine: vanilla-first stack, pure RSpec testing, Turbo/Stimulus/Hotwire Native, OpenAPI docs via rswag, ruby_llm AI features, Kamal 2 deployment, plus the Fidara design system (tokens, layout primitives, component catalog). Bundles the rails-8, hotwire, and fidara-design skills.

πŸ”Œ
qa-flowπŸ”ŒPlugin

Independent, stack-agnostic QA engineering flow. The QA engineer picks the stack in qa/qa.config.yml (Playwright, Cypress+Cucumber, Selenium+pytest-bdd, Appium; free by default) β€” qa-flow is never forced onto one. Free, repo-local case authoring/management (/qa-flow:cases β†’ qa/test-cases.csv; Testmo opt-in) and agentic functional testing via Playwright MCP (/qa-flow:functional): auto-maps flows, self-adapting locators, evidence-based Markdown/CSV reports. Plus risk-based planning, defect filing, PR-native results, and a hook-enforced dev->main certification gate.

πŸ”Œ
pipelineπŸ”ŒPlugin

Lifecycle orchestrator over rails-flow and qa-flow β€” build -> verify -> certify -> containerized release, honoring every gate. Release artifact is a versioned ghcr.io Docker image (local pull-and-run today, Kamal cloud when ready). /pipeline:deploy-cloud reads a prepared .env and generates the full Kamal 2 config + wires secrets safely (committed deploy.yml references names; gitignored .kamal/secrets holds values), then deploys with approval.

πŸ”Œ
design-flowπŸ”ŒPlugin

Agentic UI/design flow for Rails 8 + Hotwire + Tailwind v4 β€” applies the Fidara design system so UI is consistent, modern, and responsive without a designer or Figma. /design-flow:setup scaffolds the @theme token architecture (brand primitives -> semantic roles -> Utopia fluid scale) + layout-primitive @utility recipes + base ViewComponents; /design-flow:component authors UI by composing layout primitives + role tokens with a fixed variant/size/state vocabulary, a11y, and prescribed responsive behavior; /design-flow:audit flags drift. Agents: ui-composer, design-auditor, brand-guardian. Pairs with the fidara-design skill (bundled in rails-stack).