Sub-skill of python-project-template: Project Structure Generated.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill project-structure-generated --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Project Structure Generated?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-project-structure-generated)More formats (shields.io, HTML) on the badges page.
---
name: python-project-template-project-structure-generated
description: 'Sub-skill of python-project-template: Project Structure Generated.'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# Project Structure Generated
## Project Structure Generated
```
my-project/
├── pyproject.toml # Project configuration
├── README.md # Project documentation
├── AGENTS.md # AI agent instructions
├── .gitignore # Git ignore patterns
├── .python-version # Python version
├── src/
│ └── my_project/
│ ├── __init__.py # Package init
│ └── core.py # Core module
├── tests/
│ ├── __init__.py
│ ├── conftest.py # pytest fixtures
│ └── test_core.py # Example test
├── config/
│ └── settings.yaml # Configuration
├── scripts/
│ └── run.sh # Execution script
├── docs/
│ └── README.md # Documentation index
├── data/
│ ├── raw/ # Raw data
│ └── processed/ # Processed data
├── reports/ # Generated reports
└── .agent-os/
└── product/
├── mission.md # Project mission
└── tech-stack.md # Technology stack
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!