# Python Project Template File Organization

> Sub-skill of python-project-template: File Organization.

- Skill: `vamseeachanta/python-project-template-file-organization` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/python-project-template-file-organization`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/python-project-template-file-organization/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-file-organization

---


# File Organization

## File Organization


**NEVER save to root. Use:**
- `/src` - Source code
- `/tests` - Test files
- `/docs` - Documentation
- `/config` - Configuration
- `/scripts` - Utility scripts
- `/data` - Data files
- `/reports` - Generated reports

