# Orcaflex Monolithic To Modular Architecture

> Sub-skill of orcaflex-monolithic-to-modular: Architecture.

- Skill: `vamseeachanta/orcaflex-monolithic-to-modular-architecture` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/orcaflex-monolithic-to-modular-architecture`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/orcaflex-monolithic-to-modular-architecture/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/orcaflex-monolithic-to-modular-architecture

---


# Architecture

## Architecture


```
┌──────────────┐    ┌────────────────────┐    ┌──────────────────┐    ┌─────────────────┐
│ .dat / .yml  │───>│ MonolithicExtractor │───>│ ProjectInputSpec │───>│ ModularModel     │
│ (monolithic) │    │   (extractor.py)    │    │   (spec.yml)     │    │ Generator        │
└──────────────┘    └────────────────────┘    └──────────────────┘    └────────┬────────┘
                                                                               │
                                                                    ┌──────────▼──────────┐
                                                                    │  modular/           │
                                                                    │  ├── master.yml     │
                                                                    │  ├── includes/      │
                                                                    │  │   ├── 01_general │
                                                                    │  │   ├── 03_env     │
                                                                    │  │   └── 20_generic │
                                                                    │  └── inputs/        │
                                                                    │      └── params.yml │
                                                                    └─────────────────────┘
```

