Agent skill
python-project-template
Generate standardized Python project structure with pyproject.toml, UV environment, pytest configuration, and workspace-hub compliance. Creates production-ready project scaffolding.
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/development/workflows/python-project-template
SKILL.md
Python Project Template
Quick Start
# Create new project
/python-project-template my-project
# Create with specific type
/python-project-template my-project --type library
# Create in specific directory
/python-project-template my-project --path /path/to/projects
When to Use
USE when:
- Starting a new Python project
- Adding a new repository to workspace-hub
- Standardizing an existing project
- Creating reusable modules
DON'T USE when:
- Project already has proper structure
- Non-Python projects
- One-off scripts (use scripts/ directory instead)
Prerequisites
- Python 3.9+
- UV package manager installed
- Git initialized in parent directory
Overview
Creates a complete Python project with:
- pyproject.toml - Modern Python packaging configuration
- UV environment - Fast dependency management
- Test structure - pytest with fixtures and coverage
- Source layout - Modular src/ organization
- Documentation - README, CLAUDE.md, .agent-os/
- Quality tools - ruff, black, mypy configuration
Related Skills
- pytest-fixture-generator - Enhanced testing
- repo-readiness - Verify project setup
- agent-os-framework - Full product documentation
References
- Python Packaging Guide
- UV Documentation
- workspace-hub Standards
Version History
- 1.0.0 (2026-01-14): Initial release - standardized Python project generation with pyproject.toml, UV support, pytest configuration, and workspace-hub compliance
Sub-Skills
- Example 1: Create Basic Project (+2)
- Best Practices
Sub-Skills
- Execution Checklist
- Error Handling
Sub-Skills
- Project Structure Generated
- 1. pyproject.toml (+2)
- Project Overview
- Critical Rules
- File Organization
- Key Commands
- 4. Core Module Template
- With repo-readiness (+1)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-complete-milestone
Archive completed milestone and prepare for next version
gsd-reapply-patches
Reapply local modifications after a GSD update
gsd-verify-work
Validate built features through conversational UAT
gsd-thread
Manage persistent context threads for cross-session work
clinical-trial-protocol
Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.
single-cell-rna-qc
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations.
Didn't find tool you were looking for?