Python Directory and Configuration
OfficialFast, solid Python project setup.
System Documentation
What problem does it solve?
Setting up Python projects can be repetitive and error-prone. This skill provides a proven structure, environment management, and tool configuration to bootstrap new projects quickly and consistently.
Core Features & Use Cases
- Project skeleton and directory layout following recommended conventions (src/, tests/, README, pyproject.toml).
- Environment management using pyenv/venv and modern tooling (Poetry or uv) for reproducible builds.
- Tooling configuration including black/ruff/mypy/pytest and basic CI-ready setup.
Quick Start
Use this skill to bootstrap a new Python project with a clean structure, a virtual environment, and a ready-to-use toolchain.
Example quick-start commands
mkdir my-python-project cd my-python-project python -m venv .venv source .venv/bin/activate curl -sSL https://install.python-poetry.org | python3 - poetry init mkdir -p src my_python_project tests touch README.md pyproject.toml
Activate tooling
You may prefer uv or Poetry for project management
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 Directory and Configuration Download link: https://github.com/ewe-studios/agentic-coding-starter/archive/main.zip#python-directory-and-configuration 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 223,000+ vetted skills library on demand.