graph TD
A[Export Agent Start] --> B[Receive CSV Data]
B --> C[Format Text Block]
C --> D[Add Crescent Technical Header]
D --> E[Add Usage Instructions]
E --> F[Insert CSV Data]
F --> G[Format Final Output]
G --> H[Present to User]
H --> I[Export Agent End]
subgraph Skill 190 Text Formatting
C
D
E
F
G
end
style A fill:#f9f,stroke:#333
style I fill:#f9f,stroke:#333
style B fill:#ddf,stroke:#333
style C fill:#dfd,stroke:#333
style D fill:#dfd,stroke:#333
style E fill:#dfd,stroke:#333
style F fill:#dfd,stroke:#333
style G fill:#dfd,stroke:#333
style H fill:#ddf,stroke:#333