boo1-boo1

Python Tooling Plugins — Testing skill for Claude Code

Testing community

Claude Code plugins for Python tooling: type checking, formatting, linting, packaging, and testing.

How to install Python Tooling Plugins

This entry records only its repository, not the path inside it, so there is no exact command to give. Open boo1-boo1/python-tooling-plugins and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Python Tooling Plugins does

Claude Code plugins for Python tooling: type checking, formatting, linting, packaging, and testing.

Alternatives in Testing

  • Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
  • Fix Issue — by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol 46.5k ★
  • Playwright — claude-plugins-official Browser automation, E2E testing, screenshots 29.4k ★

README

Python Tooling Plugins for Claude Code

[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Marketplace version](https://img.shields.io/badge/marketplace-v0.2.1-informational.svg)](.claude-plugin/marketplace.json) [![Plugins](https://img.shields.io/badge/plugins-7-brightgreen.svg)](#plugins)

Claude Code plugins for Python tooling: type checking, formatting, linting, packaging, and testing.

Repo: https://github.com/boo1-boo1/python-tooling-plugins

Usage

Add this marketplace in Claude Code:

/plugin marketplace add boo1-boo1/python-tooling-plugins

Then install a plugin:

/plugin install basedpyright-lsp
/plugin install pyright-lsp
/plugin install black-formatter
/plugin install ruff-linter
/plugin install uv
/plugin install poetry
/plugin install pytest

Plugins

**Type checking**

Plugin Description Command
basedpyright-lsp Python language server (basedpyright) for type checking and code intelligence (LSP: basedpyright-langserver)
pyright-lsp Python language server (pyright) for type checking and code intelligence (LSP: pyright-langserver)

**Formatting & linting**

Plugin Description Command
black-formatter Python code formatting with Black, plus a hook that auto-formats on edit /python-format [path]
ruff-linter Python linting and code quality checks with Ruff, plus a hook that lints on edit /python-lint [path] [--fix]

**Packaging & dependency management**

Plugin Description Command
uv Python packaging/dependency management with uv /uv-deps [args]
poetry Python packaging/dependency management with Poetry /poetry-deps [args]

**Testing**

| Plugin | Description | Comma