claudeindex
Marketplace

rbw-claude-code

A collection of Claude Code plugins for Python development workflows including AI-powered code review, workflow automation, poetry enforcement, conventional commits, auto-formatting, type checking, and test reminders.

Stars

0

Forks

0

Plugins

13

Installation

1

Add the marketplace

/plugin marketplace add RBozydar/rbw-claude-code
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.

Details & Metadata

13

Plugins

0

Skills

0

Agents

Last Crawled

March 15, 2026

Plugins

Plugin

core

Universal AI-powered development tools: 22 agents, 17 commands, 13 skills for code review, research, and workflow automation

Plugin

python-backend

Python-specific tools: 7 agents, 2 commands, 1 skill for Python code review, testing, and type checking

Plugin

enforce-uv

Block bare python/pip/pytest commands, enforce uv usage

Plugin

conventional-commits

Validate git commit messages follow conventional format

Plugin

gemini-model-guard

Block Gemini 2.x models, enforce Gemini 3 models only

Plugin

python-format

Auto-format Python files with ruff after edits

Plugin

python-typecheck

Run type checking after Python file edits

Plugin

test-reminder

Remind to add tests when creating new Python files

Plugin

clean-code-guard

Block messy patterns (python -c, heredocs), nudge toward clean alternatives

Plugin

safety-guard

Block destructive file operations, env file reading, and supply chain attacks

Plugin

git-safety-guard

Block destructive git commands to prevent data loss

Plugin

gh-api-guard

Allow only safe read-only gh api commands

Plugin

protect-env

Prevent reading .env files to protect secrets