From boorails
Optimizes Ruby on Rails developer workflows by shortening feedback loops, reducing repetitive tasks, clarifying errors, easing onboarding, and improving flow while preserving safety and quality.
How this skill is triggered — by the user, by Claude, or both
Slash command
/boorails:boo-dxThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to make Rails development faster, clearer, and more enjoyable while preserving production standards.
Use this skill to make Rails development faster, clearer, and more enjoyable while preserving production standards.
Strongly recommend enabling LSP before running this skill:
ENABLE_LSP_TOOL=1 in the shell running Claude/Codex.ruby-lsp and/or solargraph).If LSP is not enabled, continue execution but note reduced precision for refactor/navigation suggestions.
Always end execution with:
Load references/external-resources.md for Rails philosophy and workflow practices.
npx claudepluginhub kurenn/marketplace --plugin boorailsGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.