"Sub-skill of discipline-refactor: Standard Folders \u2192 Module Structure\
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill standard-folders-module-structure --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Standard Folders Module Structure?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-standard-folders-module-structure-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: discipline-refactor-standard-folders-module-structure
description: "Sub-skill of discipline-refactor: Standard Folders \u2192 Module Structure\
\ (+1)."
version: 2.0.0
category: _internal
type: reference
scripts_exempt: true
---
# Standard Folders → Module Structure (+1)
## Standard Folders → Module Structure
| Folder | Module Pattern | Example |
|--------|----------------|---------|
| `src/<pkg>/` | `src/<pkg>/modules/<discipline>/` | `src/myapp/modules/data/` |
| `tests/` | `tests/modules/<discipline>/` | `tests/modules/data/` |
| `docs/` | `docs/modules/<discipline>/` | `docs/modules/data/` |
| `specs/` | `specs/modules/<discipline>/` | `specs/modules/data/` |
| `data/` | `data/modules/<discipline>/` | `data/modules/ingestion/` |
| `logs/` | `logs/modules/<discipline>/` | `logs/modules/api/` |
| `.claude/skills/` | `.claude/skills/<discipline>/` | `.claude/skills/data/` |
## Exceptions (Keep Flat)
| Folder | Reason |
|--------|--------|
| `specs/templates/` | Shared templates |
| `docs/assets/` | Shared images/files |
| `.claude/state/` | Runtime state |
| `scripts/` | Build/deploy scripts |
| `config/` | Configuration files |
---
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!