# Python Project Template Execution Checklist

> Sub-skill of python-project-template: Execution Checklist.

- Skill: `vamseeachanta/python-project-template-execution-checklist` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/python-project-template-execution-checklist`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/python-project-template-execution-checklist/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/python-project-template-execution-checklist

---


# Execution Checklist

## Execution Checklist


**Project Creation:**
- [ ] Create directory structure
- [ ] Generate pyproject.toml
- [ ] Create src/ module structure
- [ ] Setup tests/ with conftest.py
- [ ] Generate AGENTS.md
- [ ] Create .agent-os/ structure
- [ ] Initialize git repository
- [ ] Create UV environment
- [ ] Install dependencies
- [ ] Run initial tests

**Post-Creation:**
- [ ] Update project description
- [ ] Add project-specific dependencies
- [ ] Configure CI/CD (optional)
- [ ] Run repo-readiness check

