Sub-skill of discipline-refactor: Target Repository Structure.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill target-repository-structure --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Target Repository Structure?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-target-repository-structure-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: discipline-refactor-target-repository-structure
description: 'Sub-skill of discipline-refactor: Target Repository Structure.'
version: 2.0.0
category: _internal
type: reference
scripts_exempt: true
---
# Target Repository Structure
## Target Repository Structure
```
<repo>/
├── src/<package_name>/
│ └── modules/
│ ├── _core/ # Shared utilities
│ ├── <discipline-1>/ # Domain module
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── services.py
│ │ └── utils.py
│ └── <discipline-2>/
│
├── tests/
│ └── modules/
│ ├── _core/
│ ├── <discipline-1>/
│ └── <discipline-2>/
│
├── docs/
│ └── modules/
│ ├── _core/
│ ├── <discipline-1>/
│ └── <discipline-2>/
│
├── specs/
│ └── modules/
│ ├── _core/
│ ├── <discipline-1>/
│ └── <discipline-2>/
│
├── data/
│ └── modules/
│ ├── <discipline-1>/
│ └── <discipline-2>/
│
├── logs/
│ └── modules/
│ ├── <discipline-1>/
│ └── <discipline-2>/
│
├── .claude/
│ ├── skills/
│ │ ├── _core/
│ │ ├── <discipline-1>/
│ │ └── <discipline-2>/
│ └── CLAUDE.md
│
└── pyproject.toml / package.json
```
---
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!