From python3-development
Provides Python CLI project structure reference with Hatchling config and quality gates for linting, type checking, testing, review, and shebang validation.
npx claudepluginhub jamie-bitflight/claude_skills --plugin python3-developmentThis skill uses the workspace's default tool permissions.
See `references/project-structure.md` — `packages/{name}/` layout and Hatchling configuration.
Builds Python CLIs using Click or Typer, covering command groups, arguments, progress bars, shell completion, and CliRunner testing. Use for adding CLI to libraries or standalone tools.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
See references/project-structure.md — packages/{name}/ layout and Hatchling configuration.
See references/quality-gate.md — mandatory linting, type checking, test, review, and shebang validation steps before reporting done.