Agent skill
orcaflex-visualization-basic-visualization-configuration
Sub-skill of orcaflex-visualization: Basic Visualization Configuration (+1).
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/engineering/marine-offshore/orcaflex-visualization/basic-visualization-configuration
SKILL.md
Basic Visualization Configuration (+1)
Basic Visualization Configuration
# configs/visualization_config.yml
visualization:
# Model views
views:
enabled: true
output_directory: "images/"
format: "jpg"
quality: 95
view_list:
- name: "plan_view"
type: "plan"
width: 1920
height: 1080
- name: "elevation_view"
type: "elevation"
plane: "XZ"
width: 1920
height: 1080
- name: "3d_view"
type: "3d"
azimuth: 45
elevation: 30
width: 1920
height: 1080
# Time series plots
time_series:
enabled: true
output_directory: "plots/time_series/"
format: "html" # Interactive Plotly
variables:
- object: "Mooring_Line_1"
variable: "Effective Tension"
label: "Line 1 Tension (kN)"
- object: "Vessel"
variable: "Heave"
label: "Vessel Heave (m)"
# Range graphs
range_graphs:
enabled: true
output_directory: "plots/range_graphs/"
objects:
- name: "Riser"
variables:
- "Effective Tension"
- "Curvature"
- "Bend Moment"
# HTML report
report:
enabled: true
output_file: "reports/analysis_report.html"
title: "OrcaFlex Analysis Report"
include_summary: true
include_plots: true
include_tables: true
Advanced Visualization Configuration
# configs/visualization_advanced.yml
visualization:
# View styling
view_style:
background_color: "white"
sea_surface:
visible: true
style: "transparent"
color: [0, 100, 200, 128] # RGBA
seabed:
visible: true
style: "solid"
color: [139, 119, 101]
objects:
line_width: 2
vessel_color: [200, 0, 0]
# Multiple viewpoints
viewpoints:
- name: "bow_view"
centre_on: "Vessel"
direction: [1, 0, 0]
distance: 500
- name: "stern_view"
centre_on: "Vessel"
direction: [-1, 0, 0]
distance: 500
- name: "touchdown"
position: [800, 0, -1450]
target: "Riser"
arc_length: 1200
# Plot styling
plot_style:
template: "plotly_white"
font_family: "Arial"
font_size: 14
title_font_size: 18
color_palette: "viridis"
# Comparison plots
comparison:
enabled: true
simulations:
- path: "results/baseline.sim"
label: "Baseline"
color: "blue"
- path: "results/modified.sim"
label: "Modified"
color: "red"
variables:
- object: "Line_1"
variable: "Effective Tension"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-complete-milestone
Archive completed milestone and prepare for next version
gsd-reapply-patches
Reapply local modifications after a GSD update
gsd-verify-work
Validate built features through conversational UAT
gsd-thread
Manage persistent context threads for cross-session work
clinical-trial-protocol
Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.
single-cell-rna-qc
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations.
Didn't find tool you were looking for?