rb:permissions

Analyze Claude Code session transcripts to recommend safe Bash permission entries for Ruby/Rails/Grape workflows.

7|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/slbug/claude-ruby-grape-rails --skill rb-permissions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rb:permissions
Source: https://github.com/slbug/claude-ruby-grape-rails/tree/main/plugins/ruby-grape-rails/skills/permissions
Command: npx skills add https://github.com/slbug/claude-ruby-grape-rails --skill rb-permissions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill analyzes Claude Code sessions to identify missing Bash permission entries and clean up deprecated, duplicate, or unsafe rules for Ruby/Rails/Grape workflows in settings.json.

Core Features & Use Cases

  • Analyze recent session transcripts to uncover uncovered Bash commands and risk patterns.
  • Recommend project-local and user-global permission updates without overwriting unrelated settings.
  • Guide interactive triage and safe merging of changes into .claude/settings.json or ~/.claude/settings.json.

Quick Start

Run /rb:permissions --days 14 --dry-run to preview recommendations before applying changes.

Frequently Asked Questions about rb:permissions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure safe Bash permissions for Ruby on Rails projects in settings.json?

To configure safe Bash permissions for Ruby on Rails projects, analyze recent Claude Code session transcripts to classify Bash commands by risk and interactively merge safe rules into your settings.json file.

How do I clean up deprecated or duplicate Bash permission rules in Claude Code?

Clean up deprecated and duplicate Bash permission rules in Claude Code by scanning project transcripts to identify uncovered commands and safely merging updated entries into local or global settings.json without overwriting unrelated configurations.

Can I preview recommended Bash permission changes before applying them to my Ruby project?

You can preview recommended Bash permission changes before applying them by running the analysis in dry-run mode, which evaluates session transcripts and outputs suggestions without modifying your settings.json file.

Does this Bash permission analysis work with Grape API workflows?

Yes, the Bash permission analysis explicitly supports Grape API workflows alongside Ruby and Rails, scanning session transcripts to identify risk patterns specific to these frameworks for settings.json updates.

What is the evidence-based classification system for Bash command permissions?

The evidence-based classification system for Bash command permissions categorizes uncovered commands into GREEN, YELLOW, and RED risk levels based on session transcript analysis to guide safe settings.json modifications.

How do I avoid overwriting unrelated settings when updating Bash permissions?

Avoid overwriting unrelated settings when updating Bash permissions by using a safe merge process that enforces strict scope rules, ensuring only classified permission entries are modified in your local or global settings.json.