python-development

Installation
SKILL.md

Python Development

Project Setup

Modern Python Project Structure

my-project/
├── src/
│   └── my_project/
│       ├── __init__.py
│       ├── main.py
│       └── utils.py
├── tests/
│   ├── __init__.py
│   └── test_main.py
├── pyproject.toml
├── README.md
└── .gitignore
Related skills

More from julianromli/opencode-template

Installs
4
GitHub Stars
140
First Seen
Feb 4, 2026