python-app-conventions
CommunityStandardize plain Python apps with clean structure.
System Documentation
What problem does it solve?
Application and library conventions for plain Python projects (no web framework): src/ package layout, CLI tooling (argparse/click/typer), configuration management (pydantic-settings), logging setup, module design, entry points, and packaging conventions. Activated automatically by python-plugin/stack.md as a convention skill for the development phase.
Core Features & Use Cases
- Organise Python application code in a src/ layout with proper package structure.
- Build CLI tools with argparse, click, or typer and register them as console scripts.
- Manage configuration from environment variables using pydantic-settings.
- Set up structured logging for production-grade applications.
- Package a Python project correctly with pyproject.toml.
Quick Start
Organize a Python project with a src/ layout and expose CLI entry points; configure settings using pydantic-settings and set up logging and packaging according to the conventions.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: python-app-conventions Download link: https://github.com/AratKruglik/antigravity-sdlc/archive/main.zip#python-app-conventions Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 510,000+ vetted skills library on demand.