Sub-skill of orcaflex-file-conversion: File Organization (+1).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill file-organization --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of File Organization?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-file-organization-4c1e088b)More formats (shields.io, HTML) on the badges page.
---
name: orcaflex-file-conversion-file-organization
description: 'Sub-skill of orcaflex-file-conversion: File Organization (+1).'
version: 1.0.0
category: engineering
type: reference
scripts_exempt: true
---
# File Organization (+1)
## File Organization
```
project/
├── models/
│ ├── original/ # Original .dat files (read-only)
│ ├── working/ # Working .yml files (editable)
│ └── generated/ # Generated .dat files for execution
├── results/
│ └── .sim/ # Simulation results
└── conversion_logs/ # Conversion reports and logs
```
## Workflow Recommendations
1. **Keep originals**: Always preserve original .dat files
2. **Version control YAML**: Commit .yml files, not .dat files
3. **Validate conversions**: Enable validation for production
4. **Batch processing**: Use parallel processing for large datasets
5. **Document changes**: Add comments in YAML files for modifications
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!