Sub-skill of orcaflex-modeling: Standardized Folder Structure.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill standardized-folder-structure --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Standardized Folder Structure?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-standardized-folder-structure)More formats (shields.io, HTML) on the badges page.
---
name: orcaflex-modeling-standardized-folder-structure
description: 'Sub-skill of orcaflex-modeling: Standardized Folder Structure.'
version: 2.0.0
category: engineering
type: reference
scripts_exempt: true
---
# Standardized Folder Structure
## Standardized Folder Structure
All OrcaFlex analyses MUST use this directory structure:
```
<analysis_directory>/
├── .dat/ # OrcaFlex data files
│ ├── original/ # Original unmodified files
│ ├── modified/ # Modified during iteration
│ └── archive/ # Timestamped archives
├── .sim/ # OrcaFlex simulation files
├── configs/ # Configuration files
│ └── analysis_config.yml
├── results/ # Analysis outputs
│ ├── summary/
│ ├── time_series/
│ └── reports/
├── logs/ # Execution logs
└── scripts/ # Helper scripts
```
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!