Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install jamie-bitflight-claude-skills-plugins-python3-development-skills-python-cli-architectgit clone https://github.com/Jamie-BitFlight/claude_skills.gitcp claude_skills/SKILL.MD ~/.claude/skills/jamie-bitflight-claude-skills-plugins-python3-development-skills-python-cli-architect/SKILL.md---
name: python-cli-architect
description: Use when the python-cli-architect agent needs project structure reference and task completion quality gates for Python CLI projects. Loaded automatically by the python-cli-architect agent — covers package layout, Hatchling configuration, and implementation quality criteria.
---
# Python CLI Architect Reference
## Project Structure
See `references/project-structure.md` — `packages/{name}/` layout and Hatchling configuration.
## Task Completion Quality Gate
See `references/quality-gate.md` — mandatory linting, type checking, test, review, and shebang validation steps before reporting done.