Help us improve
Share bugs, ideas, or general feedback.
From python-backend
This skill should be loaded when writing, reviewing, or refactoring Python code to apply strict coding standards directly in the current context without spawning a subagent. It provides comprehensive Python development standards covering SOLID principles, asyncio patterns, type hints, testing, and production-quality code.
npx claudepluginhub rbozydar/rbw-claude-code --plugin python-backendHow this skill is triggered — by the user, by Claude, or both
Slash command
/python-backend:python-codingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Apply these standards when writing, reviewing, or refactoring Python code. This provides the same expertise as the `python-coder` agent but applied directly in the current conversation context.
Reviews Python code enforcing type hints, Pythonic patterns, naming clarity, imports, testing practices, and maintainability. Strict on existing code modifications.
Reviews Python code for type safety, async patterns, error handling, and common mistakes. Use when reviewing .py files, checking type hints, async/await usage, or exception handling.
Applies opinionated Python 3.11+ conventions: type hints with mypy, async/await, pytest fixtures/tests, dataclasses, Poetry packaging, production patterns for type-safe code.
Share bugs, ideas, or general feedback.
Apply these standards when writing, reviewing, or refactoring Python code. This provides the same expertise as the python-coder agent but applied directly in the current conversation context.
Before providing any code or review, verify:
X | None)asyncio.TaskGroup for structured concurrencySee references/python-standards.md for full details on each item.
For the complete standards reference covering all patterns, examples, and anti-patterns, load:
references/python-standards.md
This reference covers:
When writing code:
When reviewing code: