From python3-development
Indexes Python 3 development documentation files on implementation patterns, task file conventions, and stdlib scripting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/python3-development:python3-development-meta-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Available documentation:
Available documentation:
!find ${CLAUDE_PLUGIN_ROOT}/docs -name '*.md' -type f | sort
Read any file above to learn about that topic.
npx claudepluginhub jamie-bitflight/claude_skills --plugin python3-developmentEnforces production Python coding standards (3.10-3.13) with auto version detection for writing, reviewing, refactoring code using modern type syntax, LBYL exceptions, pathlib, ABC interfaces.
Guides Python 3.11+ CLI apps with Typer/Rich, pytest test suites, ruff/mypy fixes, pyproject.toml config, portable scripts, and code reviews. Routes to specialist sub-skills.
Opinionated production Python standards with automatic version detection (3.10-3.13). Guides modern type syntax, explicit condition checks, pathlib operations, and pragmatic patterns.